aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | mixing types step 3:Gravatar Gael Guennebaud2010-07-11
| | | | | | | | | | - improve support of colmajor by vector and matrix - matrix - now all configurations are well handled, but the perf are not always very good
* | make colmaj * vector uses pointers onlyGravatar Gael Guennebaud2010-07-11
| |
* | mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
| | | | | | | | | | | | | | | | * pload* and pset1 are now templated on the packet type * gemv routines are now embeded into a structure with a consistent API with respect to gemm * some configurations of vector * matrix and matrix * matrix works fine, some need more work...
* | syncGravatar Gael Guennebaud2010-07-10
|\ \
* | | fix a few weird issues with gcc 4.3 32bits and complex<float>Gravatar Gael Guennebaud2010-07-09
| | |
* | | fix SliceVectorizedTraversal for packetsize==1Gravatar Gael Guennebaud2010-07-08
| | |
* | | extend vectorization_logicGravatar Gael Guennebaud2010-07-08
| | |
* | | scalars fitting in a single packet requires more work, step 1Gravatar Gael Guennebaud2010-07-08
| | | | | | | | | | | | | | | * add a, Alignable trait * update LinearVectorization assignment
* | | compilation fixGravatar Gael Guennebaud2010-07-08
| | |
* | | an attempt to fix wrong unaligned storeGravatar Gael Guennebaud2010-07-07
| | |
* | | update to support mixin typesGravatar Gael Guennebaud2010-07-07
| | |
* | | support for real * complex matrix product - step 1 (works for some special ↵Gravatar Gael Guennebaud2010-07-07
| | | | | | | | | | | | cases)
| | * Examples for DenseBase::middle{Rows,Cols}()Gravatar Manoj Rajagopalan2010-06-30
| | |
| | * Renamed DenseBase::{row,col}Range() to DenseBase::middle{Rows,Cols}()Gravatar Manoj Rajagopalan2010-06-29
| | |
| | * Included tests for middleRows() and middleCols()Gravatar Manoj Rajagopalan2010-06-29
| | |
| | * Included definitions for rowRange() and colRange() member functions of DenseBaseGravatar Manoj Rajagopalan2010-06-26
| | |
| | * Relax assertion to allow for matrices with cols() == 0 and/or rows() == 0.Gravatar Martin Senst2010-07-20
| | |
| | * introduce a new LvalueBit flag and split DenseCoeffBase into three level of ↵Gravatar Gael Guennebaud2010-07-21
| | | | | | | | | | | | accessors
| | * Add (set)LinSpaced to quick reference guide.Gravatar Jitse Niesen2010-07-20
| | |
| | * Require at least MPFR version 2.3.0, because we use mpfr_signbit.Gravatar Jitse Niesen2010-07-19
| | | | | | | | | | | | Code in FindMPFR.cmake is taken from FindEigen2.cmake .
| | * add support for determinant on empty matrixGravatar Gael Guennebaud2010-07-19
| | |
| | * add a small bench demoing the possibilities of a direct 3x3 eigen decompositionGravatar Gael Guennebaud2010-07-18
| | |
| | * fix compilation of ei_tridiagonalization_inplace_selector for 1x1 matrixGravatar Gael Guennebaud2010-07-18
| | |
| | * finish/fix level1 blas, all test passGravatar Gael Guennebaud2010-07-17
| | |
| | * fix level3 blas: it now passes all computational testsGravatar Gael Guennebaud2010-07-17
| | |
| | * fix hemm to not use the imaginary part of the diagonal entriesGravatar Gael Guennebaud2010-07-17
| | |
| | * fix a couple a issue with blas (new TRMM api, and enforece column major)Gravatar Gael Guennebaud2010-07-16
| | |
| | * fix compilation of blas libGravatar Gael Guennebaud2010-07-16
| | |
| | * re-enable writing to reversed objectsGravatar Gael Guennebaud2010-07-16
| | |
| | * fix for empty matricesGravatar Gael Guennebaud2010-07-16
| | |
| | * disable the optimized 3x3 path for complexes which was not working at allGravatar Gael Guennebaud2010-07-16
| | |
| | * fix bad fuzzy comparison in 3x3 tridiagonalizationGravatar Gael Guennebaud2010-07-16
| | |
| | * fix sum()/prod() on empty matrix making sure this does not affect fixed ↵Gravatar Gael Guennebaud2010-07-16
| | | | | | | | | | | | sized object, extend related unit tests including partial reduction
| | * MPRealSupport was missingGravatar Gael Guennebaud2010-07-15
| | |
| | * mergeGravatar Gael Guennebaud2010-07-15
| | |\
| | * | add support for strictly triangular matrix in trmm though it is not really ↵Gravatar Gael Guennebaud2010-07-15
| | | | | | | | | | | | | | | | useful
| | | * add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15
| | | |
| | | * mergeGravatar Gael Guennebaud2010-07-15
| | | |\ | | | |/ | | |/|
| | * | fix compilation for non trivial typesGravatar Gael Guennebaud2010-07-14
| | | |
| | * | mergeGravatar Gael Guennebaud2010-07-14
| | |\ \
| | * | | use dummy_precision by default instead of 0Gravatar Gael Guennebaud2010-07-14
| | | | |
| | * | | fix ei_aligned_delete for null pointers and non trivial dtorsGravatar Gael Guennebaud2010-07-14
| | | | |
| | | * | Tutorial page 4: add some text, diversify examples.Gravatar Jitse Niesen2010-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | Use \verbinclude for output text to disable syntax highlighting. Give tables consistent look.
| | | | * add a bench for quaternion multiplicationGravatar Gael Guennebaud2010-07-13
| | | | |
| | | | * Implemented SSE optimized double-precision Quaternion multiplicationGravatar Christoph Hertzberg2010-07-12
| | | |/
| | | * Change EXPAND_AS_DEFINED doxygen configuration option.Gravatar Jitse Niesen2010-07-13
| | | | | | | | | | | | | | | | | | | | Add macros so that MatrixBase::cwiseProduct() and ArrayBase::min() are documented, and remove one macro which is no longer used.
| | | * Tutorial page 3: add more cwise operations, condense rest.Gravatar Jitse Niesen2010-07-12
| | | |
| | | * Tutorial page 1: Put code and output side-by-side.Gravatar Jitse Niesen2010-07-12
| | |/
| | * fix doc compilation on non 32bits systemsGravatar Gael Guennebaud2010-07-11
| | |
| | * fix unused warningGravatar Gael Guennebaud2010-07-11
| |/