#include "../Eigen/Sparse"
Go to the source code of this file.
Typedefs | |
typedef SparseMatrix< double, ColMajor > | Mat1 |
typedef SparseMatrix< double, ColMajor > | Mat2 |
Functions | |
int | main () |
typedef SparseMatrix<double,ColMajor> Mat1 |
Definition at line 4 of file sparse_storage_mismatch.cpp.
typedef SparseMatrix<double,ColMajor> Mat2 |
Definition at line 8 of file sparse_storage_mismatch.cpp.
int main | ( | ) |
Definition at line 11 of file sparse_storage_mismatch.cpp.