index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
BandMatrix.h
Commit message (
Expand
)
Author
Age
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
fix few warnings reported by clang
Thomas Capricelli
2011-07-07
*
Document enums in Constants.h (bug #248).
Jitse Niesen
2011-05-03
*
Write topic page for storage orders.
Jitse Niesen
2011-02-12
*
split BandMatrix to a base and a wrapper class
Gael Guennebaud
2011-02-02
*
move BandMatrix and TridiagonalMatrix to the internal:: namespace
Benoit Jacob
2010-12-25
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
fix a couple of issues with TridiagonalMatrix
Gael Guennebaud
2010-11-26
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...
Gael Guennebaud
2010-07-21
*
Various documentation improvements.
Jitse Niesen
2010-07-06
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
email change
Gael Guennebaud
2010-06-24
*
rename:
Benoit Jacob
2010-06-14
*
merge my Dynamic -> -1 change
Benoit Jacob
2010-06-11
|
\
*
|
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
|
*
* remove ei_index, and let ei_traits propagate the index types
Gael Guennebaud
2010-06-03
|
/
*
the Index types change.
Benoit Jacob
2010-05-30
*
Renamed AnyMatrixBase to EigenBase.
Hauke Heibel
2010-02-20
*
EIGEN_ENUM_MIN ---> EIGEN_SIZE_MIN
Benoit Jacob
2010-01-27
*
implement BandMatrix::evalTo (thus avoid infinite recursion when assigning a ...
Benoit Jacob
2010-01-07
*
Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04
Benoit Jacob
2010-01-07
*
undo
Benoit Jacob
2010-01-07
*
Much more NestByValue cleanup.
Hauke Heibel
2009-12-01
*
vade retro
Benoit Jacob
2009-11-16
*
for consistency: PlainMatrixType ---> DenseMatrixType
Benoit Jacob
2009-11-16
*
DiagonalMatrix: release-quality documentation
Benoit Jacob
2009-11-16
*
apply Koldo's workaround for MSVC bug
Benoit Jacob
2009-08-13
*
add parentheses; hopefully this solves Koldos MSVC compilation issue...
Benoit Jacob
2009-08-12
*
* Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=
Gael Guennebaud
2009-08-03
*
* various fixes related to sub diagonals and band matrix
Gael Guennebaud
2009-07-21
*
* bugfixes in Product, and test/product_selfadjoint
Gael Guennebaud
2009-07-16
*
add a TridiagonalMatrix wrapper arround BandMatrix, and extend this latter
Gael Guennebaud
2009-07-15
*
add BandMatrix::col()
Gael Guennebaud
2009-07-15
*
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