#include "sparse.h"#include <Eigen/SparseExtra>#include <Eigen/KroneckerProduct>
Go to the source code of this file.
Functions | |
| template<typename MatrixType > | |
| void | check_dimension (const MatrixType &ab, const int rows, const int cols) |
| template<typename MatrixType > | |
| void | check_kronecker_product (const MatrixType &ab) |
| template<typename MatrixType > | |
| void | check_sparse_kronecker_product (const MatrixType &ab) |
| void | test_kronecker_product () |
| void check_dimension | ( | const MatrixType & | ab, |
| const int | rows, | ||
| const int | cols | ||
| ) |
Definition at line 19 of file kronecker_product.cpp.
| void check_kronecker_product | ( | const MatrixType & | ab | ) |
Definition at line 27 of file kronecker_product.cpp.
| void check_sparse_kronecker_product | ( | const MatrixType & | ab | ) |
Definition at line 72 of file kronecker_product.cpp.
| void test_kronecker_product | ( | ) |
Definition at line 86 of file kronecker_product.cpp.