mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* the Upper->UpperTriangular change
* finally get ei_add_test right
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
X \
|
||||
} timer.stop(); }
|
||||
|
||||
// typedef SparseMatrix<Scalar,Upper> EigenSparseTriMatrix;
|
||||
typedef SparseMatrix<Scalar,SelfAdjoint|Lower> EigenSparseSelfAdjointMatrix;
|
||||
// typedef SparseMatrix<Scalar,UpperTriangular> EigenSparseTriMatrix;
|
||||
typedef SparseMatrix<Scalar,SelfAdjoint|LowerTriangular> EigenSparseSelfAdjointMatrix;
|
||||
|
||||
void fillSpdMatrix(float density, int rows, int cols, EigenSparseSelfAdjointMatrix& dst)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user