Sparse |
Name | Description | |
---|---|---|
KroneckerProduct(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. | |
KroneckerProduct(MatrixComplex, MatrixComplex) |