mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -217,6 +217,10 @@ template<typename Scalar> void sparse(int rows, int cols)
|
||||
// TODO test row major
|
||||
}
|
||||
|
||||
// test Cholesky
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void test_sparse()
|
||||
|
||||
Reference in New Issue
Block a user