fixes in determinant and homogeneous

This commit is contained in:
Gael Guennebaud
2009-08-06 16:54:55 +02:00
parent 3ac01b1400
commit 9822493aaf
3 changed files with 5 additions and 3 deletions

View File

@@ -41,6 +41,8 @@ const typename Derived::Scalar ei_bruteforce_det4_helper
* (matrix.coeff(m,2) * matrix.coeff(n,3) - matrix.coeff(n,2) * matrix.coeff(m,3));
}
// FIXME update computation of triangular det
const int TriangularDeterminant = 0;
template<typename Derived,