Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixSquareRoot.h60 void computeOffDiagonalPartOfSqrt(MatrixType& sqrtT, const MatrixType& T);
84 computeOffDiagonalPartOfSqrt(result, m_A); in compute()
110 void MatrixSquareRootQuasiTriangular<MatrixType>::computeOffDiagonalPartOfSqrt(MatrixType& sqrtT, in computeOffDiagonalPartOfSqrt() function