Laurent Montel
2a4fdf31c8
Remove executable attribute
2008-11-04 08:24:27 +00:00
Gael Guennebaud
b26e04f40b
add Eigen namespace in EIGEN_INHERIT_ASSIGNMENT_OPERATOR
2008-10-27 13:26:18 +00:00
Gael Guennebaud
65abb4c52e
compilation fix for ICC
2008-10-21 15:43:25 +00:00
Gael Guennebaud
e2bd8623f8
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*
2008-10-13 13:14:43 +00:00
Benoit Jacob
247f2b0ffa
* block() for vectors ---> segment()
...
* documentation improvements, especially in quickstart guide
2008-09-15 15:45:41 +00:00
Gael Guennebaud
d8df318d77
resurrected sparse triangular solver
2008-09-02 19:55:26 +00:00
Gael Guennebaud
7ea821d18e
spelling + some krazy directives
2008-08-28 21:44:56 +00:00
Gael Guennebaud
f0394edfa7
* bugfix in SolveTriangular found by Timothy Hunter (did not compiled for very small fixed size matrices)
...
* bugfix in Dot unroller
* added special random generator for the unit tests and reduced the tolerance threshold by an order of magnitude
this fixes issues with sum.cpp but other tests still failed sometimes, this have to be carefully checked...
2008-08-22 17:48:36 +00:00
Benoit Jacob
54137f1ca7
* fix bug found by Boudewijn Rempt: no CMakeLists in arch/ subdir
...
* fix warning in SolveTriangular
2008-08-19 13:15:13 +00:00
Gael Guennebaud
95dd09bea6
* revert the previous interface change in solveTriangular (pointer vs reference)
...
* remove the cast operators in the Geometry module: they are replaced by constructors
and new operator= in Matrix
* extended the operations supported by Rotation2D
* rewrite in solveTriangular:
- merge the Upper and Lower specializations
- big optimization of the path for row-major triangular matrices
2008-08-18 22:17:42 +00:00
Gael Guennebaud
8a3e6b1ee2
change solveTriangularInPlace() to take a pointer as input (as discussed on IRC).
...
extended the documentation of the triangular solver.
2008-08-12 07:49:59 +00:00
Benoit Jacob
f04c1cb774
Complete LU documentation
2008-08-11 21:26:37 +00:00
Gael Guennebaud
b13148c358
renamed inverseProduct => solveTriangular
2008-08-09 20:06:25 +00:00