OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
495
typedef typename internal::stem_function<Scalar>::type
StemFunction
;
503
MatrixFunctionReturnValue(const Derived& A,
StemFunction
f) : m_A(A), m_f(f) { }
533
StemFunction
*m_f;
/external/eigen/Eigen/src/Core/
MatrixBase.h
445
typedef typename internal::stem_function<Scalar>::type
StemFunction
;
447
const MatrixFunctionReturnValue<Derived> matrixFunction(
StemFunction
f) const;
Completed in 2528 milliseconds