Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunctionAtomic.h31 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef
37 MatrixFunctionAtomic(StemFunction f) : m_f(f) { } in MatrixFunctionAtomic()
55 StemFunction* m_f;
DMatrixFunction.h494 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef
502 MatrixFunctionReturnValue(const Derived& A, StemFunction f) : m_A(A), m_f(f) { } in MatrixFunctionReturnValue()
532 StemFunction *m_f;
/external/eigen/Eigen/src/Core/
DMatrixBase.h448 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef
450 const MatrixFunctionReturnValue<Derived> matrixFunction(StemFunction f) const;