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

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 58 void compute2x2(MatrixType& res, RealScalar p) const;
87 compute2x2(res, m_p);
108 void MatrixPowerAtomic<MatrixType>::compute2x2(MatrixType& res, RealScalar p) const function in class:Eigen::MatrixPowerAtomic
175 compute2x2(res, std::ldexp(m_p, -numberOfSquareRoots));
178 compute2x2(res, m_p);
MatrixLogarithm.h 52 void compute2x2(const MatrixType& A, MatrixType& result);
89 compute2x2(A, result);
97 void MatrixLogarithmAtomic<MatrixType>::compute2x2(const MatrixType& A, MatrixType& result) function in class:Eigen::MatrixLogarithmAtomic

Completed in 455 milliseconds