12 template<
typename MatrixType>
17 MatrixType sqrtA = A.sqrt();
18 VERIFY_IS_APPROX(sqrtA * sqrtA, A);
23 for (
int i = 0; i < g_repeat; i++) {
27 CALL_SUBTEST_4(
testMatrixSqrt(Matrix<double,Dynamic,Dynamic,RowMajor>(9, 9)));
void testMatrixSqrt(const MatrixType &m)
void test_matrix_square_root()
void run(Expr &expr, Dev &dev)