MyVectorType Class Reference
+ Inheritance diagram for MyVectorType:

Public Member Functions

 MyVectorType (void)
 
template<typename OtherDerived >
 MyVectorType (const Eigen::MatrixBase< OtherDerived > &other)
 
template<typename OtherDerived >
MyVectorTypeoperator= (const Eigen::MatrixBase< OtherDerived > &other)
 

Constructor & Destructor Documentation

◆ MyVectorType() [1/2]

MyVectorType::MyVectorType ( void  )
inline
6 : Eigen::VectorXd() {}

◆ MyVectorType() [2/2]

template<typename OtherDerived >
MyVectorType::MyVectorType ( const Eigen::MatrixBase< OtherDerived > &  other)
inline
10 : Eigen::VectorXd(other) {}

Member Function Documentation

◆ operator=()

template<typename OtherDerived >
MyVectorType& MyVectorType::operator= ( const Eigen::MatrixBase< OtherDerived > &  other)
inline
14  {
15  this->Eigen::VectorXd::operator=(other);
16  return *this;
17  }

The documentation for this class was generated from the following file: