Benoit Jacob
|
0fb0307377
|
implement BandMatrix::evalTo (thus avoid infinite recursion when assigning a BandMatrix to a Matrix)
|
2010-01-07 22:08:18 -05:00 |
|
Benoit Jacob
|
b05f59ee07
|
Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04
|
2010-01-07 22:00:45 -05:00 |
|
Benoit Jacob
|
58fb27cd56
|
undo
|
2010-01-07 21:53:52 -05:00 |
|
Hauke Heibel
|
2bf354da80
|
Much more NestByValue cleanup.
|
2009-12-01 11:51:22 +01:00 |
|
Benoit Jacob
|
30b610a10f
|
vade retro
|
2009-11-16 21:45:01 -05:00 |
|
Benoit Jacob
|
ac00902f84
|
for consistency: PlainMatrixType ---> DenseMatrixType
|
2009-11-16 21:43:15 -05:00 |
|
Benoit Jacob
|
eb6df28c6c
|
DiagonalMatrix: release-quality documentation
BandMatrix: rename toDense() ---> toDenseMatrix() for consistency
|
2009-11-16 15:25:58 -05:00 |
|
Benoit Jacob
|
13b191d94b
|
apply Koldo's workaround for MSVC bug
|
2009-08-13 09:53:47 -04:00 |
|
Benoit Jacob
|
309d540d4a
|
add parentheses; hopefully this solves Koldos MSVC compilation issue...
|
2009-08-12 10:14:15 -04:00 |
|
Gael Guennebaud
|
3cf5bb31f6
|
* Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=
* This probably makes ReturnByValue needless
|
2009-08-03 16:05:15 +02:00 |
|
Gael Guennebaud
|
afa8f2ca95
|
* various fixes related to sub diagonals and band matrix
* allows 0 sized objects in Block/Map
|
2009-07-21 11:19:52 +02:00 |
|
Gael Guennebaud
|
34490f1493
|
* bugfixes in Product, and test/product_selfadjoint
* speed up in the extraction of the matrix Q in Tridiagonalization
|
2009-07-16 00:03:17 +02:00 |
|
Gael Guennebaud
|
079fa81d84
|
add a TridiagonalMatrix wrapper arround BandMatrix, and extend this latter
|
2009-07-15 19:53:08 +02:00 |
|
Gael Guennebaud
|
4f792583c7
|
add BandMatrix::col()
|
2009-07-15 18:00:11 +02:00 |
|
Gael Guennebaud
|
df6561a73f
|
change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme
|
2009-07-15 17:00:49 +02:00 |
|
Gael Guennebaud
|
587029a612
|
started an implementation of BandMatrix: at least the read/write access
to the main/sub/super diagonals seems to work well.
|
2009-07-14 23:27:37 +02:00 |
|