index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
bandmatrix.cpp
Commit message (
Expand
)
Author
Age
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
move BandMatrix and TridiagonalMatrix to the internal:: namespace
Benoit Jacob
2010-12-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
Fix compilation of some tests as well as more warnings.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
DiagonalMatrix: release-quality documentation
Benoit Jacob
2009-11-16
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
Adaptions from .lazy() towards .noalias().
Hauke Heibel
2009-08-31
*
* various fixes related to sub diagonals and band matrix
Gael Guennebaud
2009-07-21
*
change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme
Gael Guennebaud
2009-07-15
*
started an implementation of BandMatrix: at least the read/write access
Gael Guennebaud
2009-07-14