Solve the issue found by Timothy in solveTriangular:

=> row-major rhs are now evaluated to a column-major
     temporary before the computations.
Add solveInPlace in Cholesky*
This commit is contained in:
Gael Guennebaud
2008-10-13 13:14:43 +00:00
parent 537a0e0a52
commit e2bd8623f8
9 changed files with 129 additions and 45 deletions

View File

@@ -217,6 +217,10 @@ template<typename Scalar> void sparse(int rows, int cols)
// TODO test row major
}
// test Cholesky
{
}
}
void test_sparse()