- Kanban - Class in examples.jmarkov
-
This class implements a Kanban system with one card.
- Kanban(int, int[], double[], int[]) - Constructor for class examples.jmarkov.Kanban
-
Kanban constructor.
- Kanban() - Constructor for class examples.jmarkov.Kanban
-
Default Constructor for GUI
- killGUI() - Method in class jmarkov.MarkovProcess
-
Destroys the Graphic User Interface (GUI) that represent this
Markov Chain if one is defined.
- kronecker(Matrix, Matrix) - Static method in class jphase.MarkovMatrix
-
Computes the kronecker product of A and B
- kronecker(Matrix) - Method in class jphase.MarkovMatrix
-
Computes the kronecker sum of this and B
- kronecker(Matrix, Matrix) - Static method in class jphase.MatrixUtils
-
Returns the kronecker product of two matrices in dense format
- kronecker(Matrix, Matrix, Matrix) - Static method in class jphase.MatrixUtils
-
Returns the Kronecker product of two matrices in the predefined
storage format
- kronecker(Matrix, Vector, Matrix) - Static method in class jphase.MatrixUtils
-
Returns the Kronecker product of one matrix with one vector
(Matrix x Vector) in dense format
- kronecker(Vector, Matrix, Matrix) - Static method in class jphase.MatrixUtils
-
Returns the Kronecker product of one vector with one matrix
(Vector x Matrix) in dense format
- kroneckerMxRowVector(Matrix, Vector, Matrix) - Static method in class jphase.MatrixUtils
-
Returns the Kronecker product of one matrix with one vector
(Matrix x Vector) in dense format
- kroneckerSum(Matrix) - Method in class jphase.MarkovMatrix
-
Computes the kronecker sum of this matrix and B
- kroneckerSum(Matrix, Matrix) - Static method in class jphase.MarkovMatrix
-
Computes the kronecker sum of A and B
- kroneckerSum(Matrix, Matrix) - Static method in class jphase.MatrixUtils
-
Returns the kronecker sum of two matrices in dense format
- kroneckerSum(Matrix, Matrix, Matrix) - Static method in class jphase.MatrixUtils
-
Returns the kronecker sum of two matrices and stores it in the
predefined format
- kroneckerVectors(DenseVector, DenseVector) - Static method in class jphase.MatrixUtils
-
Returns the Kronecker product of two vectors in dense format
- kroneckerVectors(Vector, Vector, Vector) - Static method in class jphase.MatrixUtils
-
Returns the Kronecker product of two vectors
format