Home
last modified time | relevance | path

Searched refs: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
17 MyVectorType& operator=(const Eigen::MatrixBase <OtherDerived>& other) in operator =()
26 MyVectorType v = MyVectorType::Ones(4); in main()