mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Expand and improve unit-tests
This commit is contained in:
@@ -138,7 +138,7 @@ template<typename MatrixType> void basicStuff(const MatrixType& m)
|
||||
|
||||
void EigenTest::testBasicStuff()
|
||||
{
|
||||
REPEAT {
|
||||
for(int i = 0; i < m_repeat; i++) {
|
||||
basicStuff(Matrix<float, 1, 1>());
|
||||
basicStuff(Matrix4d());
|
||||
basicStuff(MatrixXcf(3, 3));
|
||||
|
||||
Reference in New Issue
Block a user