Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h35 typedef typename stem_function<Scalar>::type StemFunction; typedef
40 MatrixFunctionAtomic(StemFunction f) : m_f(f) { } in MatrixFunctionAtomic()
49 StemFunction* m_f;
484 typedef typename internal::stem_function<Scalar>::type StemFunction;
496 MatrixFunctionReturnValue(const Derived& A, StemFunction f) : m_A(A), m_f(f) { }
524 StemFunction *m_f;
/external/eigen/Eigen/src/Core/
DMatrixBase.h455 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef
457 const MatrixFunctionReturnValue<Derived> matrixFunction(StemFunction f) const;