aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse
Commit message (Collapse)AuthorAge
* Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
|
* fix compilation with MSVCGravatar Gael Guennebaud2011-02-03
|
* really fix permute_symm_to_symm for sparse complex matrixGravatar Gael Guennebaud2011-01-28
|
* fix compilation of sparse module with ICCGravatar Gael Guennebaud2011-01-28
|
* fix twisted selfadjoint to selfadjoint (conjugation issue)Gravatar Gael Guennebaud2011-01-27
|
* fix compilation after recent const change in return typesGravatar Gael Guennebaud2011-01-25
|
* fix compilation of rowmajor sparse time diagonalGravatar Gael Guennebaud2011-01-14
|
* third pass of const-correctness fixes (bug #54), hopefully the last one...Gravatar Benoit Jacob2011-01-07
|
* add plugin mechanism to sparse objectsGravatar Gael Guennebaud2011-01-07
|
* mergeGravatar Gael Guennebaud2010-12-31
|\
| * fix sparse time dense product with a rowmajor lhsGravatar Gael Guennebaud2010-12-31
| |
* | [Sparse] Added regression tests for the two bugfixes, the code passes all ↵Gravatar David J. Luitz2010-12-30
|/ | | | sparse_product tests
* remove EIGEN_REF_TO_TEMPORARY, clarify docsGravatar Benoit Jacob2010-12-25
|
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
|
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
|
* fix compilation of sparse_basic for DynamicSparseMatrixGravatar Gael Guennebaud2010-12-09
|
* s/id/p to avoid name clashGravatar Gael Guennebaud2010-11-26
|
* Add support for sparse symmetric permutationsGravatar Gael Guennebaud2010-11-18
|
* new feature: copy from a sparse selfadjoint view to a full sparse matrixGravatar Gael Guennebaud2010-11-15
|
* Fix bug #65.Gravatar Hauke Heibel2010-11-02
| | | | In order to prevent compilation errors, the default functor "struct func" must not be defined inside the function scope. I just moved it into a private section of SparseMatrix.
* generalize the prune functionGravatar Gael Guennebaud2010-10-28
|
* fix sparse rankUpdate and triangularView iteratorGravatar Gael Guennebaud2010-10-27
|
* add the possibility to solve for sparse rhs with CholmodGravatar Gael Guennebaud2010-10-27
|
* Renamed cleantype to remove_all since it is close to ↵Gravatar Hauke Heibel2010-10-26
| | | | remove_{const|pointer|reference}.
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
| | | | | | | Renamed meta_{true|false} to {true|false}_type, meta_if to conditional, is_same_type to is_same, un{ref|pointer|const} to remove_{reference|pointer|const} and makeconst to add_const. Changed boolean type 'ret' member to 'value'. Changed 'ret' members refering to types to 'type'. Adapted all code occurences.
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* compilation fixGravatar Gael Guennebaud2010-10-14
|
* fix SparseView: clean the nested matrix typeGravatar Gael Guennebaud2010-07-22
|
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of ↵Gravatar Gael Guennebaud2010-07-21
| | | | accessors
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
| | | | | - all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates).
* add mixed sparse-dense outer productGravatar Gael Guennebaud2010-06-25
|
* Fix use of nesting types in SparseTranspose and split the big ↵Gravatar Gael Guennebaud2010-06-25
| | | | SparseProduct.h file
* email changeGravatar Gael Guennebaud2010-06-24
|
* makes SparseView a true sparse expression and fix use of nesting typesGravatar Gael Guennebaud2010-06-24
|
* optimize SparseMatrix iteratorGravatar Gael Guennebaud2010-06-18
|
* split the Sparse module into multiple ones, and move non stable parts to ↵Gravatar Gael Guennebaud2010-06-18
| | | | | | unsupported/ (see the ML for details)
* This scalar needs to be passed by ref to preserve its alignment.Gravatar Hauke Heibel2010-06-15
|
* fix issue 135 (SparseBlock::operator= for SparseMatrix)Gravatar Gael Guennebaud2010-06-14
|
* remove extra semicolon;Gravatar Benoit Jacob2010-06-14
|
* rename:Gravatar Benoit Jacob2010-06-14
| | | | | | EIGEN_SIZE_MIN ---> EIGEN_SIZE_MIN_PREFER_DYNAMIC EIGEN_MAXSIZE_MIN ---> EIGEN_SIZE_MIN_PREFER_FIXED and make sure to use the latter in products xprs to determine the inner size.
* fixed a bug in the DenseBase InnerIterator ctor.Gravatar Daniel Lowengrub2010-06-14
|
* added the SparseView class.Gravatar Daniel Lowengrub2010-06-14
|
* compilation fixGravatar Gael Guennebaud2010-06-13
|
* add missing overload of operator= in SparseVectorGravatar Gael Guennebaud2010-06-12
|
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| | | | | | | | remove EIGEN_ENUM_MIN/MAX, implement new macros instead
| * Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
| | | | | | | | EIGEN_UNUSED is not supported on non GCC systems.
| * fix sparse LDLT with complexesGravatar Gael Guennebaud2010-06-03
| |
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
| | | | | | | | * add an Index type template parapeter to sparse objects
| * fix typos (oops)Gravatar Gael Guennebaud2010-06-02
| |