Click or drag to resize

SparseMatrix.KroneckerProduct Method

Overload List
 NameDescription
Public methodKroneckerProduct(Matrix<T>) 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(Matrix<Complex32>, Matrix<Complex32>) 
Top
See Also