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.h495 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef
503 MatrixFunctionReturnValue(const Derived& A, StemFunction f) : m_A(A), m_f(f) { } in MatrixFunctionReturnValue()
533 StemFunction *m_f;
/external/eigen/Eigen/src/Core/
DMatrixBase.h447 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef
449 const MatrixFunctionReturnValue<Derived> matrixFunction(StemFunction f) const;