aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* fix triangular unit test: it only accepts small matricesGravatar Gael Guennebaud2011-07-19
|
* fix trmv unit testGravatar Gael Guennebaud2011-07-19
|
* fix LLT rank one update for "upper" hermitian matricesGravatar Gael Guennebaud2011-07-19
|
* add an "InvalidInput" enum, used by the SuperLU interfaceGravatar Gael Guennebaud2011-07-18
|
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
|
* enable instalation of blas and lapack libsGravatar Gael Guennebaud2011-07-11
|
* fix bug #316 - SelfAdjointEigenSolver::compute does not handle matrices of ↵Gravatar Gael Guennebaud2011-07-09
| | | | size (1,1) correctly
* fix few warnings reported by clangGravatar Thomas Capricelli2011-07-07
|
* suppress polluting EMPTY macro defined by SuperLUGravatar Gael Guennebaud2011-07-07
|
* add new interface to SuperLUGravatar Gael Guennebaud2011-07-07
|
* fix constness of intersection methods (bug #309)Gravatar Gael Guennebaud2011-06-27
|
* Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288).Gravatar Jitse Niesen2011-06-24
| | | | This is necessary for instantiations like Matrix<float,Dynamic,Dynamic,0,0,0>.
* Fix compilation of cholesky rank update test.Gravatar Jitse Niesen2011-06-24
|
* fix typo in doc for ParametrizedLineGravatar Thomas Capricelli2011-06-23
|
* add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas ↵Gravatar Gael Guennebaud2011-06-22
| | | | Platen materials.
* rm confusing sentenceGravatar Gael Guennebaud2011-06-17
|
* Relatively straightforward changes to wording of documentation, focusing ↵Gravatar Tim Holy2011-06-20
| | | | particularly on the sparse and (to a lesser extent) geometry pages.
* A first tiny test commit: fix a spelling error in the documentation.Gravatar Tim Holy2011-06-19
|
* New feature: add rank one update in Cholesky decompositionGravatar Gael Guennebaud2011-06-20
|
* fix documentation of normGravatar Gael Guennebaud2011-06-18
|
* Suggest placing Eigen directory in system include path.Gravatar Zach Ploskey2011-06-17
|
* Fixed a few typos and cleaned up some language.Gravatar Zach Ploskey2011-06-17
|
* adapt test to the change reverting normalize() to returning voidGravatar Benoit Jacob2011-06-15
|
* back out 842881cfb1b8ece6e41c58f0466ae979e514d001Gravatar Benoit Jacob2011-06-15
|
* add test for normalize() and normalized()Gravatar Benoit Jacob2011-06-15
|
* bug #298 - let normalize() return a reference to *thisGravatar Andy Somerville2011-06-15
|
* remove the use of non standard long longGravatar Gael Guennebaud2011-06-14
|
* fix aligned_allocator::allocate interfaceGravatar Gael Guennebaud2011-06-14
|
* fix typo in constant nameGravatar Thomas Capricelli2011-06-12
|
* introduce a smart_copy internal function and fix sparse matrices with non ↵Gravatar Gael Guennebaud2011-06-09
| | | | POD scalar type
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
| | | | Currently, test matrix_function_1 fails due to bug #288.
* Decouple MatrixFunction and MatrixFunctionAtomicGravatar Jitse Niesen2011-06-07
| | | | in preparation for implementation of matrix log.
* Fix and test MatrixSquareRoot for 1-by-1 matrices.Gravatar Jitse Niesen2011-06-07
|
* Sparse: more fixes regarding long int as index typeGravatar Gael Guennebaud2011-06-07
|
* Sparse: fix long int as index type in simplicial cholesky and other ↵Gravatar Gael Guennebaud2011-06-06
| | | | decompositions
* Fix snippets for operator|| and && by adding pair of parens.Gravatar Jitse Niesen2011-06-03
|
* fix compilation with MinGWGravatar Gael Guennebaud2011-06-01
|
* forgot to include this file in previous commitGravatar Gael Guennebaud2011-06-01
|
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
|
* update URLGravatar Gael Guennebaud2011-05-31
|
* add read/write routines for sparse matrices in the Market formatGravatar Gael Guennebaud2011-05-31
|
* Fix truncated instructions for printers.pyGravatar Jitse Niesen2011-05-30
| | | | ... as noted by kp0987 on forum
* fix bug #278: geometry tutorialGravatar Gael Guennebaud2011-05-28
| | | | | (transplanted from 3cd1641dac7b9cc0f969d3ad656c15f037f2d1d1 )
* do not directly call std::ceilGravatar Gael Guennebaud2011-05-28
|
* finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not ↵Gravatar Gael Guennebaud2011-05-28
| | | | EIGEN_DONT_ALIGN_STATICALLY...
* Fix typo ('using namespace' instead of 'using').Gravatar Jitse Niesen2011-05-26
|
* Simplify the use of custom scalar types, the rule is to never directly call ↵Gravatar Gael Guennebaud2011-05-25
| | | | | | | a standard math function using std:: but rather put a using std::foo before and simply call foo: using std::max; max(a,b);
* bug #225: add a unit test for memory leakGravatar Gael Guennebaud2011-05-23
|
* bug #271: fix copy/paste mistakes in docGravatar Gael Guennebaud2011-05-23
| | | | (transplanted from 145b9cad63101ee46924d446fa8b08ffb48c7f3a)
* clean a bit previous patch (ctor vs static_cast and a few bits)Gravatar Gael Guennebaud2011-05-23
|