Home
last modified time | relevance | path

Searched refs:computeDiagonalPartOfSqrt (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixSquareRoot.h59 void computeDiagonalPartOfSqrt(MatrixType& sqrtT, const MatrixType& T);
83 computeDiagonalPartOfSqrt(result, m_A); in compute()
90 void MatrixSquareRootQuasiTriangular<MatrixType>::computeDiagonalPartOfSqrt(MatrixType& sqrtT, in computeDiagonalPartOfSqrt() function