mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Test application now takes 'seed' and 'repeat' command-line args
This commit is contained in:
@@ -90,11 +90,13 @@ template<typename MatrixType> void adjoint(const MatrixType& m)
|
||||
|
||||
void EigenTest::testAdjoint()
|
||||
{
|
||||
adjoint(Matrix<float, 1, 1>());
|
||||
adjoint(Matrix4cd());
|
||||
adjoint(MatrixXcf(3, 3));
|
||||
adjoint(MatrixXi(8, 12));
|
||||
adjoint(MatrixXd(20, 20));
|
||||
REPEAT {
|
||||
adjoint(Matrix<float, 1, 1>());
|
||||
adjoint(Matrix4cd());
|
||||
adjoint(MatrixXcf(3, 3));
|
||||
adjoint(MatrixXi(8, 12));
|
||||
adjoint(MatrixXd(20, 20));
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Eigen
|
||||
|
||||
Reference in New Issue
Block a user