A B C D E G H I K L M N O P Q R S T U V Z

K

kron(Matrix, Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
kroneckerProduct(Matrix, Matrix) - Static method in class org.jmatrices.dbl.operator.MatrixOperator
Gets the Kronecker (tensor) product of the two matrices, every element of a has been multiplied (scalar multilication) by the matrix b a = 1 2 3 4 b = 4 5 6 7 8 9 kroneckerProduct(a, b)= 4 5 6 8 10 12 7 8 9 14 16 18 12 15 18 16 20 24 21 24 27 28 32 36

A B C D E G H I K L M N O P Q R S T U V Z