eigen/Eigen
Gael Guennebaud 6d11a07e5e Added a ei_palign function align a packet from two others.
This allows much faster code dealing with unligned as
in the updated matrix-vector product functions.
2008-08-03 15:15:46 +00:00
..
src Added a ei_palign function align a packet from two others. 2008-08-03 15:15:46 +00:00
Array Add .perpendicular() function in Geometry module (adapted from Eigen1) 2008-07-22 10:54:42 +00:00
Cholesky Add .perpendicular() function in Geometry module (adapted from Eigen1) 2008-07-22 10:54:42 +00:00
CMakeLists.txt * added a lazyAssign overload skipping .lazy() such that c = (<xpr>).lazy() such that 2008-07-09 13:54:21 +00:00
Core * Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products: 2008-07-26 20:40:29 +00:00
CoreDeclarations Added a ei_palign function align a packet from two others. 2008-08-03 15:15:46 +00:00
Geometry forgot to include this file in previous commit 2008-07-27 14:24:32 +00:00
LU Add .perpendicular() function in Geometry module (adapted from Eigen1) 2008-07-22 10:54:42 +00:00
QR Add .perpendicular() function in Geometry module (adapted from Eigen1) 2008-07-22 10:54:42 +00:00
Sparse * added an in-place version of inverseProduct which 2008-06-29 21:29:12 +00:00