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

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixSquareRoot.h 24 * \sa MatrixSquareRoot, MatrixSquareRootTriangular
256 class MatrixSquareRootTriangular
259 MatrixSquareRootTriangular(const MatrixType& A)
282 void MatrixSquareRootTriangular<MatrixType>::compute(ResultType &result)
310 * \sa MatrixSquareRootTriangular, MatrixSquareRootQuasiTriangular, MatrixBase::sqrt()
392 MatrixSquareRootTriangular<MatrixType>(T).compute(sqrtT);
MatrixLogarithm.h 148 MatrixSquareRootTriangular<MatrixType>(T).compute(sqrtT);
MatrixPower.h 167 MatrixSquareRootTriangular<MatrixType>(T).compute(sqrtT);

Completed in 566 milliseconds