Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixSquareRoot.h61 …void compute2x2diagonalBlock(MatrixType& sqrtT, const MatrixType& T, typename MatrixType::Index i);
101 compute2x2diagonalBlock(sqrtT, T, i); in computeDiagonalPartOfSqrt()
138 ::compute2x2diagonalBlock(MatrixType& sqrtT, const MatrixType& T, typename MatrixType::Index i) in compute2x2diagonalBlock() function