Home
last modified time | relevance | path

Searched defs:MatrixExponentialReturnValue (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixExponential.h400 template<typename Derived> struct MatrixExponentialReturnValue struct
410 MatrixExponentialReturnValue(const Derived& src) : m_src(src) { } in MatrixExponentialReturnValue() function
431 MatrixExponentialReturnValue& operator=(const MatrixExponentialReturnValue&); argument