move cholesky to ei_xxx_return_value

This commit is contained in:
Benoit Jacob
2009-11-03 11:34:45 -05:00
parent a77872dd6c
commit 0182695204
4 changed files with 32 additions and 70 deletions

View File

@@ -22,7 +22,10 @@
// License and a copy of the GNU General Public License along with
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#ifndef EIGEN_NO_ASSERTION_CHECKING
#define EIGEN_NO_ASSERTION_CHECKING
#endif
#include "main.h"
#include <Eigen/Cholesky>
#include <Eigen/QR>