10 template<
typename OtherDerived>
12 :
Eigen::VectorXd(other)
16 template<
typename OtherDerived>
19 this->Eigen::VectorXd::operator=(other);
29 std::cout << v.transpose() << std::endl;
Namespace containing all symbols from the Eigen library.
MyVectorType(const Eigen::MatrixBase< OtherDerived > &other)
MyVectorType & operator=(const Eigen::MatrixBase< OtherDerived > &other)
Base class for all dense matrices, vectors, and expressions.