aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/BandMatrix.h
Commit message (Expand)AuthorAge
* apply Koldo's workaround for MSVC bugGravatar Benoit Jacob2009-08-13
* add parentheses; hopefully this solves Koldos MSVC compilation issue...Gravatar Benoit Jacob2009-08-12
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* * various fixes related to sub diagonals and band matrixGravatar Gael Guennebaud2009-07-21
* * bugfixes in Product, and test/product_selfadjointGravatar Gael Guennebaud2009-07-16
* add a TridiagonalMatrix wrapper arround BandMatrix, and extend this latterGravatar Gael Guennebaud2009-07-15
* add BandMatrix::col()Gravatar Gael Guennebaud2009-07-15
* change the implementation of BandMatrix to follow the BLAS/LAPACK storage schemeGravatar Gael Guennebaud2009-07-15
* started an implementation of BandMatrix: at least the read/write accessGravatar Gael Guennebaud2009-07-14