mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
added Cholesky module
This commit is contained in:
23
test/main.h
23
test/main.h
@@ -204,17 +204,18 @@ class EigenTest : public QObject
|
||||
EigenTest(int repeat) : m_repeat(repeat) {}
|
||||
|
||||
private slots:
|
||||
void testBasicStuff();
|
||||
void testLinearStructure();
|
||||
void testProduct();
|
||||
void testAdjoint();
|
||||
void testSubmatrices();
|
||||
void testMiscMatrices();
|
||||
void testSmallVectors();
|
||||
void testMap();
|
||||
void testCwiseops();
|
||||
void testDeterminant();
|
||||
void testTriangular();
|
||||
// void testBasicStuff();
|
||||
// void testLinearStructure();
|
||||
// void testProduct();
|
||||
// void testAdjoint();
|
||||
// void testSubmatrices();
|
||||
// void testMiscMatrices();
|
||||
// void testSmallVectors();
|
||||
// void testMap();
|
||||
// void testCwiseops();
|
||||
// void testDeterminant();
|
||||
// void testTriangular();
|
||||
void testCholesky();
|
||||
protected:
|
||||
int m_repeat;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user