v1.0
Typedefs
|
Functions
sparse_storage_mismatch.cpp File Reference
#include "../Eigen/Sparse"
Typedefs
typedef
SparseMatrix
<
double
, ColMajor >
Mat1
typedef
SparseMatrix
<
double
, ColMajor >
Mat2
Functions
int
main
()
Typedef Documentation
◆
Mat1
typedef
SparseMatrix
<
double
, ColMajor>
Mat1
◆
Mat2
typedef
SparseMatrix
<
double
, ColMajor>
Mat2
Function Documentation
◆
main()
int
main
(
)
11
{
12
Mat1
a
(10, 10);
13
Mat2
b
(10, 10);
14
a
+=
b
;
15
}
b
Scalar * b
Definition:
benchVecAdd.cpp:17
Eigen::SparseMatrix
A versatible sparse matrix representation.
Definition:
SparseMatrix.h:121
a
const Scalar * a
Definition:
level2_cplx_impl.h:32
References
a
, and
b
.
Eigen
failtest
sparse_storage_mismatch.cpp
Generated on Wed Aug 27 2025 17:05:08 for MercuryDPM by
1.9.1