Example #1
0
 private static SparseMatrix Kron(SparseMatrix A, SparseMatrix B)
 {
     return(A.FastKroneckerProduct(B));
 }