Click or drag to resize

SparseMatrixKroneckerProduct Method

Overload List
 NameDescription
Public methodKroneckerProduct(MatrixT) Computes the Kronecker product of this matrix with the given matrix. The new matrix is M-by-N with M = this.Rows * lower.Rows and N = this.Columns * lower.Columns.
Public methodKroneckerProduct(MatrixSingle, MatrixSingle) 
Top
See Also