eigen/Eigen
2014-01-02 16:18:32 -08:00
..
src Improved the efficiency if the block-panel matrix multiplication code: the change reduces the pressure on the L1 cache by removing the calls to gebp_traits::unpackRhs(). Instead the packetization of the rhs blocks is done on the fly in gebp_traits::loadRhs(). This adds numerous calls to pset1<ResPacket> (since we're packetizing on the fly in the inner loop) but this is more than compensated by the fact that we're decreasing the memory transfers by a factor RhsPacketSize. 2014-01-02 16:18:32 -08:00
Array
Cholesky
CholmodSupport
CMakeLists.txt
Core Add an option to test evaluators globally 2013-11-07 16:38:14 +01:00
Dense
Eigen Sparse is stable now, so Eigen/Eigen should include Sparse 2013-10-02 23:31:59 +02:00
Eigen2Support
Eigenvalues
Geometry
Householder
IterativeLinearSolvers
Jacobi
LeastSquares
LU
MetisSupport
OrderingMethods
PardisoSupport
PaStiXSupport
QR Minor corrections in QR docs. 2013-12-31 18:06:28 +00:00
QtAlignedMalloc
Sparse
SparseCholesky
SparseCore
SparseLU
SparseQR
SPQRSupport
StdDeque
StdList
StdVector
SuperLUSupport
SVD
UmfPackSupport