Searched refs:sqrtA (Results 1 - 2 of 2) sorted by relevance

/external/eigen/doc/snippets/
H A DSelfAdjointEigenSolver_operatorSqrt.cpp6 MatrixXd sqrtA = es.operatorSqrt(); variable
7 cout << "The square root of A is: " << endl << sqrtA << endl;
8 cout << "If we square this, we get: " << endl << sqrtA*sqrtA << endl;
/external/eigen/unsupported/test/
H A Dmatrix_square_root.cpp17 MatrixType sqrtA = A.sqrt(); local
18 VERIFY_IS_APPROX(sqrtA * sqrtA, A);

Completed in 1237 milliseconds