Gael Guennebaud
|
fe51319980
|
Merge Index-refactoring branch with default, fix PastixSupport, remove some useless typedefs
|
2015-02-13 10:03:53 +01:00 |
|
Christoph Hertzberg
|
e8cdbedefb
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
|
2014-12-04 22:48:53 +01:00 |
|
Gael Guennebaud
|
b26e697182
|
Make SparseMatrix::coeff() returns a const reference and add a non const version of SparseMatrix::diagonal()
|
2014-12-01 14:41:39 +01:00 |
|
Gael Guennebaud
|
80ed5bd90c
|
Workaround various "returning reference to temporary" warnings.
|
2014-12-05 12:49:30 +01:00 |
|
Gael Guennebaud
|
8472e697ca
|
Add lapack interface to JacobiSVD and BDCSVD
|
2014-10-17 15:31:11 +02:00 |
|
Gael Guennebaud
|
a80e17cfe8
|
Remove unused and dangerous CompressedStorage::Map function
|
2014-10-09 23:42:33 +02:00 |
|
Gael Guennebaud
|
349c2c9235
|
bug #367: fix double copies in atWithInsertion, and add respective unit-test
|
2014-10-09 23:35:49 +02:00 |
|
Gael Guennebaud
|
538c059aa4
|
bug #887: fix CompressedStorage::reallocate wrt memory leaks
|
2014-10-09 23:35:05 +02:00 |
|
Christoph Hertzberg
|
36448c9e28
|
Make constructors explicit if they could lead to unintended implicit conversion
|
2014-09-23 14:28:23 +02:00 |
|
Gael Guennebaud
|
e3557e8dd2
|
bug #808: use double instead of float for the increasing size ratio in CompressedStorage::resize
(grafted from 0e0ae40084
)
|
2014-07-08 18:58:41 +02:00 |
|
Pavel Holoborodko
|
1472f4bc61
|
Fixed bug #647 by using smart_copy instead of bitwise memcpy.
|
2013-08-25 18:02:07 +09:00 |
|
Benoit Jacob
|
69124cfca2
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
|
Gael Guennebaud
|
9629ba361a
|
bug #482: pass scalar by const ref - pass on the sparse module
(also fix a compilation issue due to previous pass)
|
2012-06-28 21:01:02 +02:00 |
|
Jitse Niesen
|
3c412183b2
|
Get rid of include directives inside namespace blocks (bug #339).
|
2012-04-15 11:06:28 +01:00 |
|
Gael Guennebaud
|
f10bae74e8
|
- move CompressedStorage and AmbiVector into internal namespace
- remove innerVectorNonZeros(j) => use innerVector(j).nonZeros()
|
2011-12-02 10:00:24 +01:00 |
|
Gael Guennebaud
|
53fa851724
|
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning
|
2011-11-12 14:11:27 +01:00 |
|