cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

MatrixBase_setZero.cpp (72B)


      1 Matrix4i m = Matrix4i::Random();
      2 m.row(1).setZero();
      3 cout << m << endl;