Searched refs:MyVectorType (Results 1 – 1 of 1) sorted by relevance
4 class MyVectorType : public Eigen::VectorXd class7 MyVectorType(void):Eigen::VectorXd() {} in MyVectorType() function in MyVectorType11 MyVectorType(const Eigen::MatrixBase<OtherDerived>& other) in MyVectorType() function in MyVectorType17 MyVectorType& operator=(const Eigen::MatrixBase <OtherDerived>& other) in operator =()26 MyVectorType v = MyVectorType::Ones(4); in main()