aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/bandmatrix.cpp
Commit message (Collapse)AuthorAge
* Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
| | | | Added missing casts.
* * various fixes related to sub diagonals and band matrixGravatar Gael Guennebaud2009-07-21
| | | | * allows 0 sized objects in Block/Map
* 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
to the main/sub/super diagonals seems to work well.