HomeSort by relevance Sort by last modified time
    Searched refs:sqrtA (Results 1 - 4 of 4) sorted by null

  /external/eigen/doc/snippets/
SelfAdjointEigenSolver_operatorSqrt.cpp 6 MatrixXd sqrtA = es.operatorSqrt();
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/
matrix_square_root.cpp 17 MatrixType sqrtA = A.sqrt();
18 VERIFY_IS_APPROX(sqrtA * sqrtA, A);
  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.cpp 298 const double sqrtA = p0y - (2.0 * p1y) + p2y;
299 const double a = sqrtA * sqrtA;
  /external/skqp/src/gpu/
GrDistanceFieldGenFromVector.cpp 298 const double sqrtA = p0y - (2.0 * p1y) + p2y;
299 const double a = sqrtA * sqrtA;

Completed in 122 milliseconds