Sparse |
Name | Description | |
---|---|---|
![]() | KroneckerProduct(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. |
![]() | KroneckerProduct(Matrix<Complex32>, Matrix<Complex32>) |