aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | Implement evaluators for sparse * sparse with auto pruning.Gravatar Gael Guennebaud2014-07-01
| | |
* | | Implement evaluators for sparse * sparse productsGravatar Gael Guennebaud2014-07-01
| | |
* | | Implement nonZeros() for Transpose<sparse>Gravatar Gael Guennebaud2014-07-01
| | |
* | | Do not bypass aliasing in sparse e assignmentsGravatar Gael Guennebaud2014-07-01
| | |
| * | Fix bug #836: extend SparseQR to support more columns than rows.Gravatar Gael Guennebaud2014-07-01
| | |
* | | Fix double constructions of the nested CwiseBinaryOp evaluator in ↵Gravatar Gael Guennebaud2014-06-27
| | | | | | | | | | | | sparse*diagonal product iterator.
* | | Implement evaluators for sparse times diagonal products.Gravatar Gael Guennebaud2014-06-27
| | |
* | | Add a NoPreferredStorageOrderBit flag for expression having no preferred ↵Gravatar Gael Guennebaud2014-06-27
| | | | | | | | | | | | | | | | | | storage order. It is currently only used in Product.
* | | Implement evaluator for sparse views.Gravatar Gael Guennebaud2014-06-26
| | |
| | * IndexArray is now a typename.Gravatar Jeff2014-06-25
| | | | | | | | | | | | Changed interpolate with derivatives test to use VERIFY_IS_APPROX.
* | | Fix inverse evaluatorGravatar Gael Guennebaud2014-06-25
| | |
| * | Disabled HIDE_SCOPE_NAMES (default doxygen setting). This might help to ↵Gravatar Christoph Hertzberg2014-06-25
| | | | | | | | | | | | avoid API confusions as in bug #830.
* | | Update sparse reduxions and sparse-vectors to evaluators.Gravatar Gael Guennebaud2014-06-25
| | |
* | | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce ↵Gravatar Gael Guennebaud2014-06-25
| | | | | | | | | | | | a generic EigenBase to EigenBase assignment kind based on the previous evalTo mechanism.
* | | Generalize static assertions on matching sizes to avoid the need for ↵Gravatar Gael Guennebaud2014-06-25
| | | | | | | | | | | | SizeAtCompileTime
* | | Implement evaluators for sparse coeff-wise viewsGravatar Gael Guennebaud2014-06-25
| | |
* | | Implement evaluators for sparse Block.Gravatar Gael Guennebaud2014-06-25
| | |
* | | implement evaluator for SparseVectorGravatar Gael Guennebaud2014-06-25
| | |
| | * Merged.Gravatar Jeff2014-06-23
| | |\
| | | * Removed tabs and fixed indentation.Gravatar Jeff2014-06-23
| | | |
| | * | Fixed type mixing issues.Gravatar Jeff2014-06-23
| | |/
| | * Using LU decomposition with complete pivoting for better accuracy.Gravatar Jeff2014-06-23
| | |
| * | Workaround clang error introduced by 3117036b80075390dbc46f60aa0d595e5a44661bGravatar Christoph Hertzberg2014-06-23
| | | | | | | | | | | | | | | : "template argument for non-type template parameter is treated as function type 'bool (bool)'"
| | * Changed uint to unsigned int.Gravatar Jeff2014-06-23
| | |
| * | Additional unit tests for bug #826 by GaelGravatar Christoph Hertzberg2014-06-23
| | |
| * | Fix bug #826: Allow initialization of 1x1 Arrays/Matrices by passing a value.Gravatar Christoph Hertzberg2014-06-23
| | |
| * | Fix bug #729: Use alloca if it is definedGravatar Christoph Hertzberg2014-06-23
| | |
| * | Fixed typosGravatar Christoph Hertzberg2014-06-23
| | |
* | | Implement binaryop and transpose evaluators for sparse matricesGravatar Gael Guennebaud2014-06-23
| | |
| | * Added Spline interpolation with derivatives.Gravatar Jeff2014-06-20
| |/
* | rm conflictGravatar Gael Guennebaud2014-06-20
| |
* | Backport changes from old to new expression enginesGravatar Gael Guennebaud2014-06-20
| |
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
* | mergeGravatar Gael Guennebaud2014-06-20
|\ \
* | | Started to move the SparseCore module to evaluators: implemented assignment ↵Gravatar Gael Guennebaud2014-06-20
| | | | | | | | | | | | and cwise-unary evaluator
* | | 1- Introduce sub-evaluator types for unary, binary, product, and map ↵Gravatar Gael Guennebaud2014-06-20
| | | | | | | | | | | | | | | | | | expressions to ease specializing them. 2- Remove a lot of code which should not be there with evaluators, in particular coeff/packet methods implemented in the expressions.
| | * Fix bug #827: improve accuracy of quaternion to angle-axis conversionGravatar Gael Guennebaud2014-06-20
| | |
| | * Add assertion and warning on the requirements of SparseQR and COLAMDOrderingGravatar Gael Guennebaud2014-06-20
| | |
| | * Explain how to export sparse linear problems in matrix-market format.Gravatar Gael Guennebaud2014-06-20
| | |
| | * Add documentation and very simple test for array atan(), part 2Gravatar Jitse Niesen2014-06-19
| | | | | | | | | | | | (files I forget in the previous commit).
| | * Add documentation and very simple test for array atan().Gravatar Jitse Niesen2014-06-19
| | |
| | * Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
| | |
| | * fixed warning: -Wunused-local-typedefsGravatar Mark Borgerding2014-06-17
| | |
| | * Fix Jacobi preconditioner with zero diagonal entriesGravatar Gael Guennebaud2014-06-17
| | |
| | * Update decompositions tablesGravatar Gael Guennebaud2014-06-17
| | |
| | * Merged in vladimir_ch/eigen/vladimir_ch/bug-796-fix-eigen3config.cmake (pull ↵Gravatar Gael Guennebaud2014-06-17
| | |\ | | | | | | | | | | | | | | | | | | | | request PR-67) Change variable names in Eigen3Config.cmake to EIGEN3_*
| | | * Change variable names in Eigen3Config.cmake to EIGEN3_*Gravatar Vladimir Chalupecky2014-06-12
| | |/
| | * The BLAS interface is complete.Gravatar Gael Guennebaud2014-06-06
| | |
| | * Fix bug #738: use the "current" version of cmake project directories to ease ↵Gravatar Gael Guennebaud2014-06-06
| | | | | | | | | | | | the inclusion of Eigen within other projects.
| | * Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
| | |