Searched refs:StemFunction (Results 1 – 3 of 3) sorted by relevance
31 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef37 MatrixFunctionAtomic(StemFunction f) : m_f(f) { } in MatrixFunctionAtomic()55 StemFunction* m_f;
494 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef502 MatrixFunctionReturnValue(const Derived& A, StemFunction f) : m_A(A), m_f(f) { } in MatrixFunctionReturnValue()532 StemFunction *m_f;
448 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef450 const MatrixFunctionReturnValue<Derived> matrixFunction(StemFunction f) const;