private static SparseMatrix Kron(SparseMatrix A, SparseMatrix B) { return(A.FastKroneckerProduct(B)); }