| Commit message (Expand) | Author | Age |
... | |
* | Update eigenvalues() and operatorNorm() methods in MatrixBase. | Jitse Niesen | 2010-05-24 |
* | Return matrices by constant reference where possible. | Jitse Niesen | 2010-05-24 |
* | Replace local variables by member variables in compute() methods. | Jitse Niesen | 2010-05-24 |
* | Use ReturnByValue mechanism for HessenbergDecomposition::matrixH(). | Jitse Niesen | 2010-05-24 |
* | Change return type of matrixH() method to HouseholderSequence. | Jitse Niesen | 2010-05-24 |
* | fix some warnings | Thomas Capricelli | 2010-05-22 |
* | erm.. use EIGEN_ONLY_USED_FOR_DEBUG() as it already exists. | Thomas Capricelli | 2010-05-21 |
* | fix a warning | Thomas Capricelli | 2010-05-21 |
* | introduce a new macro EIGEN_ARG_UNUSED(arg) and use it in some places to | Thomas Capricelli | 2010-05-21 |
* | fix some warnings with clang | Thomas Capricelli | 2010-05-21 |
* | fix some compilation issues with clang (and hopefully bring eigen more | Thomas Capricelli | 2010-05-21 |
* | clang shocks on this. | Thomas Capricelli | 2010-05-21 |
* | fix a compilation pb with clang (it's actually surprising gcc did not complain) | Thomas Capricelli | 2010-05-20 |
* | I was not really aware of the implications on fixed size types when the stron... | Hauke Heibel | 2010-05-19 |
* | merge | Gael Guennebaud | 2010-05-19 |
|\ |
|
* \ | merge | Gael Guennebaud | 2010-05-19 |
|\ \ |
|
* | | | minor chnages in Taucs and Cholmod backends | Gael Guennebaud | 2010-05-19 |
| | * | DenseBase is implemented as a class, not a struct. | Hauke Heibel | 2010-05-19 |
| |/ |
|
* | | simplify inner product | Gael Guennebaud | 2010-05-19 |
* | | fix selfadjoint to dense | Gael Guennebaud | 2010-05-19 |
| * | Applied tiny Qt related fixes. | Hauke Heibel | 2010-05-19 |
|/ |
|
* | bug fix, since the last storage order changes, this InnerSize calculation was... | Benoit Jacob | 2010-05-18 |
* | compilation fix: const T ---> typename ei_makeconst<T>::type | Benoit Jacob | 2010-05-18 |
* | cache outer size in Block => x1.5 speed up for a.block() = b.block() | Gael Guennebaud | 2010-05-17 |
* | fix mixing types in inner product | Gael Guennebaud | 2010-05-14 |
* | fix bug in sliced redux | Gael Guennebaud | 2010-05-13 |
* | make inner product return a 1x1 matrix | Gael Guennebaud | 2010-05-12 |
* | fix compilation error thanks to test case by Trevor Irons, and expand unit test | Benoit Jacob | 2010-05-09 |
* | add important comment and move stride helpers to DenseCoeffsBase.h | Benoit Jacob | 2010-05-09 |
* | rename Coeffs.h -> DenseCoeffsBase.h | Benoit Jacob | 2010-05-08 |
* | move the strides API to DenseCoeffsBase, | Benoit Jacob | 2010-05-08 |
* | use CoeffReturnType | Benoit Jacob | 2010-05-08 |
* | use modern ei_first_aligned function, dont try compiling coeffRef() on rvalue... | Benoit Jacob | 2010-05-08 |
* | let Diagonal have the DirectAccessBit, using an inner stride | Benoit Jacob | 2010-05-08 |
* | introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method... | Benoit Jacob | 2010-05-08 |
* | fix CwiseUnaryView: it shouldn't have the AlignedBit, but it should have the ... | Benoit Jacob | 2010-05-08 |
* | Document SelfAdjointEigenSolver and add examples. | Jitse Niesen | 2010-05-04 |
* | Quiet MSVC. | Hauke Heibel | 2010-05-04 |
* | Merge. | Jitse Niesen | 2010-05-02 |
|\ |
|
* | | Document Tridiagonalization class, remove unused types. | Jitse Niesen | 2010-05-01 |
| * | fix compilation: const (T&) != const T& , use ei_makeconst | Benoit Jacob | 2010-04-30 |
| * | fix #116 and remove debug cout's | Benoit Jacob | 2010-04-30 |
| * | kill the LeastSquares module. | Benoit Jacob | 2010-04-29 |
| * | * kill the retval typedefs, instead introduce ei_xxx_retval which does the jo... | Benoit Jacob | 2010-04-28 |
| * | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | | Simplify computation of eigenvectors in EigenSolver. | Jitse Niesen | 2010-04-26 |
* | | Use topRows() and rightCols() in ComplexSchur and RealSchur. | Jitse Niesen | 2010-04-26 |
|/ |
|
* | Removed ambiguity between Map and Matrix Options template parameter. | Hauke Heibel | 2010-04-26 |
* | Fixed a warning. | Hauke Heibel | 2010-04-26 |
* | compile | Benoit Jacob | 2010-04-25 |