Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper snippet files.

This commit is contained in:
Gael Guennebaud
2013-10-16 15:25:39 +02:00
parent b61facb08b
commit c6da881849
4 changed files with 28 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
#include <Eigen/Dense>
#include <Eigen/Eigen>
#include <iostream>
using namespace Eigen;