Searched refs:matrixFunction (Results 1 - 6 of 6) sorted by relevance

/external/eigen/unsupported/doc/examples/
H A DMatrixFunction.cpp22 << A.matrixFunction(expfn) << "\n\n";
/external/eigen/unsupported/test/
H A Dmatrix_exponential.cpp38 C = (angle*A).matrixFunction(expfn);
63 C = A.matrixFunction(expfn);
87 C = A.matrixFunction(expfn);
112 m2 = m1.matrixFunction(expfn) * (-m1).matrixFunction(expfn);
H A Dmatrix_function.cpp105 VERIFY_IS_APPROX(A.exp(), A.matrixFunction(StdStemFunctions<ComplexScalar>::exp));
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h182 result = m_M.matrixFunction(StdStemFunctions<ComplexScalar>::exp);
H A DMatrixFunction.h56 * See MatrixBase::matrixFunction() for details on how this computation
485 * matrixBase::matrixFunction() and related functions and most of the
551 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::matrixFunction(typename internal::stem_function<typename internal::traits<Derived>::Scalar>::type f) const function in class:Eigen::MatrixBase
/external/eigen/Eigen/src/Core/
H A DMatrixBase.h447 const MatrixFunctionReturnValue<Derived> matrixFunction(StemFunction f) const;

Completed in 152 milliseconds