Home
last modified time | relevance | path

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

/external/eigen/doc/examples/
DCustomizingEigen_Inheritance.cpp4 class MyVectorType : public Eigen::VectorXd class
7 MyVectorType(void):Eigen::VectorXd() {} in MyVectorType() function in MyVectorType
11 MyVectorType(const Eigen::MatrixBase<OtherDerived>& other) in MyVectorType() function in MyVectorType