aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* * default MatrixBase ctor: make it protected, make it a static assert, only d...Gravatar Benoit Jacob2009-10-31
* Quaternion could now map an array of 4 scalars :Gravatar Mathieu Gautier2009-10-27
* It is just not that easy and requires more work to get it done right.Gravatar Hauke Heibel2009-10-24
* * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
* MatrixBase:Gravatar Benoit Jacob2009-10-20
* after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
* we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
* make Replicate ctor require the exact expected typeGravatar Benoit Jacob2009-09-30
* * bump to 2.90.0 now that it's agreed that we're doing eigen3Gravatar Benoit Jacob2009-09-27
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* allow to override EIGEN_RESTRICT, to satisfy a smart ass blogger who claimsGravatar Benoit Jacob2009-09-19
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose...Gravatar Hauke Heibel2009-09-07
* * add real scalar * complex matrix, real matrix * complex scalar,Gravatar Gael Guennebaud2009-09-04
* Added conservativeResize + unit test.Gravatar Hauke Heibel2009-09-03
* Removed debug cout.Gravatar Hauke Heibel2009-09-02
* big reorganization in JacobiSVD:Gravatar Benoit Jacob2009-09-03
* introduce EIGEN_SIZE_MINGravatar Benoit Jacob2009-09-03
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* add a JacobiRotation class wrapping the cosine-sine pair withGravatar Gael Guennebaud2009-09-01
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* ifdef removed from MapBase and warning disabledGravatar Hauke Heibel2009-08-31
* Added MSVC guards to assignment operators.Gravatar Hauke Heibel2009-08-31
* Removed redundant assignment operators.Gravatar Hauke Heibel2009-08-31
* add ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23
* * make HessenbergDecomposition uses the Householder moduleGravatar Gael Guennebaud2009-08-17
* bugfix in compute_matrix_flags, optimization in LU,Gravatar Gael Guennebaud2009-08-16
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* my previous fix was not very goodGravatar Gael Guennebaud2009-08-15
* forgot to update thisGravatar Benoit Jacob2009-08-14
* try to support 16 bit platforms... optimistic, but can't hurtGravatar Benoit Jacob2009-08-14
* add EIGEN_DEBUG_VARGravatar Benoit Jacob2009-08-11
* more product refactoringGravatar Gael Guennebaud2009-08-06
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* add explicit "on the right" triangular solving,Gravatar Gael Guennebaud2009-07-30
* improve the expression analyzer to bypass Transpose expressionGravatar Gael Guennebaud2009-07-28
* trmm is now working in all storage order configurationsGravatar Gael Guennebaud2009-07-27
* Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^TGravatar Gael Guennebaud2009-07-23
* implement high level API for SYMM and fix a couple of bugs related to complexGravatar Gael Guennebaud2009-07-22
* * GEMM enhencement: no need to pre-transpose the rhsGravatar Gael Guennebaud2009-07-22
* more refactoring in the level3 productsGravatar Gael Guennebaud2009-07-22
* synch with main devel branchGravatar Gael Guennebaud2009-07-15
|\
* | change the implementation of BandMatrix to follow the BLAS/LAPACK storage schemeGravatar Gael Guennebaud2009-07-15
| * fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p...Gravatar Gael Guennebaud2009-07-15
* | started an implementation of BandMatrix: at least the read/write accessGravatar Gael Guennebaud2009-07-14
* | synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\|