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;
495 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef503 MatrixFunctionReturnValue(const Derived& A, StemFunction f) : m_A(A), m_f(f) { } in MatrixFunctionReturnValue()533 StemFunction *m_f;
447 typedef typename internal::stem_function<Scalar>::type StemFunction; typedef449 const MatrixFunctionReturnValue<Derived> matrixFunction(StemFunction f) const;