add missing code snippets for newer Matrix methods and PartialLU::solve()

This commit is contained in:
Benoit Jacob
2009-06-25 00:57:51 +02:00
parent 03ad303d14
commit 903acf0d5c
11 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
VectorXf v;
v.setZero(3);
cout << v << endl;