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:
@@ -91,7 +91,7 @@ template<typename MatrixType> void adjoint(const MatrixType& m)
|
||||
|
||||
void EigenTest::testAdjoint()
|
||||
{
|
||||
REPEAT {
|
||||
for(int i = 0; i < m_repeat; i++) {
|
||||
adjoint(Matrix<float, 1, 1>());
|
||||
adjoint(Matrix4d());
|
||||
adjoint(MatrixXcf(3, 3));
|
||||
|
||||
Reference in New Issue
Block a user