sparse_storage_mismatch.cpp
Go to the documentation of this file.
1 #include "../Eigen/Sparse"
2 using namespace Eigen;
3 
5 #ifdef EIGEN_SHOULD_FAIL_TO_BUILD
7 #else
9 #endif
10 
11 int main()
12 {
13  Mat1 a(10,10);
14  Mat2 b(10,10);
15  a += b;
16 }
Scalar * b
Definition: benchVecAdd.cpp:17
A versatible sparse matrix representation.
Definition: SparseMatrix.h:96
SparseMatrix< double, ColMajor > Mat1
Namespace containing all symbols from the Eigen library.
Definition: jet.h:637
Array33i a
SparseMatrix< double, ColMajor > Mat2


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:44:18