HomeSort by relevance Sort by last modified time
    Searched refs:StemFunction (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunctionAtomic.h 31 typedef typename internal::stem_function<Scalar>::type StemFunction;
37 MatrixFunctionAtomic(StemFunction f) : m_f(f) { }
55 StemFunction* m_f;
MatrixFunction.h 13 #include "StemFunction.h"
494 typedef typename internal::stem_function<Scalar>::type StemFunction;
502 MatrixFunctionReturnValue(const Derived& A, StemFunction f) : m_A(A), m_f(f) { }
532 StemFunction *m_f;
  /external/eigen/Eigen/src/Core/
MatrixBase.h 448 typedef typename internal::stem_function<Scalar>::type StemFunction;
450 const MatrixFunctionReturnValue<Derived> matrixFunction(StemFunction f) const;

Completed in 61 milliseconds