Searched refs:StemFunction (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunctionAtomic.h31 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef in class:Eigen::MatrixFunctionAtomic
37 MatrixFunctionAtomic(StemFunction f) : m_f(f) { }
55 StemFunction* m_f;
H A DMatrixFunction.h13 #include "StemFunction.h"
495 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef in class:Eigen::MatrixFunctionReturnValue
503 MatrixFunctionReturnValue(const Derived& A, StemFunction f) : m_A(A), m_f(f) { }
533 StemFunction *m_f;
/external/eigen/Eigen/src/Core/
H A DMatrixBase.h451 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef in class:Eigen::MatrixBase
453 const MatrixFunctionReturnValue<Derived> matrixFunction(StemFunction f) const;

Completed in 565 milliseconds