eigen/doc/snippets/MatrixBase_zero_int.cpp
Gael Guennebaud c10f069b6b * Merge Extract and Part to the Part expression.
Renamed "MatrixBase::extract() const" to "MatrixBase::part() const"
* Renamed static functions identity, zero, ones, random with an upper case
  first letter: Identity, Zero, Ones and Random.
2008-07-21 00:34:46 +00:00

3 lines
73 B
C++

cout << RowVectorXi::Zero(4) << endl;
cout << VectorXf::Zero(2) << endl;