Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | documentation + move "namespace eigen" to the main file, as others do. | Thomas Capricelli | 2009-11-09 |
| | |||
* | starting documentation | Thomas Capricelli | 2009-11-09 |
| | |||
* | include NonLinearOptimization_Module and NumericalDiff_Module | Thomas Capricelli | 2009-11-09 |
| | | | | + cleaning | ||
* | merge with main repository | Thomas Capricelli | 2009-11-08 |
|\ | |||
| * | fix compilation adding a makeconst helper struct | Gael Guennebaud | 2009-11-07 |
| | | |||
| * | improve a bit AutoDiffVector, but it still not working | Gael Guennebaud | 2009-11-06 |
| | | |||
| * | update product bench | Gael Guennebaud | 2009-11-06 |
| | | |||
| * | back out previous back out, and this time don't forget | Gael Guennebaud | 2009-11-06 |
| | | | | | | | | to include the NumTraits.h file in the commit ;) | ||
| * | Backed out previous changeset: Does not compile. | Jitse Niesen | 2009-11-06 |
| | | | | | | | | There is no member Nested in NumTraits. | ||
| * | Add the possibility to control the storage mode of scalar value (by value or ↵ | Gael Guennebaud | 2009-11-05 |
| | | | | | | | | | | | | reference) in order to avoid unecessary copies when using complex scalar types (e.g., a AutoDiffScalar) | ||
| * | Add regression test for issue #66 (ComplexSchur of zero matrix). | Jitse Niesen | 2009-11-05 |
| | | |||
| * | fix bug in svd solve reported on forum, was apparently assuming square ↵ | Benoit Jacob | 2009-11-04 |
| | | | | | | | | matrix, not sure how the unit test could work. | ||
| * | Let's try to stick to the original code, thus activate the fix of #62 only ↵ | Hauke Heibel | 2009-11-04 |
| | | | | | | | | for 64 bit builds. | ||
| * | Direct access of the packet structs fixes bug #62 and doe not seem to | Hauke Heibel | 2009-11-04 |
| | | | | | | | | influence compiler optimization. | ||
| * | an attempt to fix a compilation issue with MSVC | Gael Guennebaud | 2009-11-04 |
| | | |||
| * | fix #66 : upper triangular checks in ComplexSchur | Gael Guennebaud | 2009-11-02 |
| | | |||
| * | rephrase tutorial on Map | Benoit Jacob | 2009-10-31 |
| | | |||
| * | fix compilation | Benoit Jacob | 2009-10-31 |
| | | |||
| * | * default MatrixBase ctor: make it protected, make it a static assert, only ↵ | Benoit Jacob | 2009-10-31 |
| | | | | | | | | | | | | do the check when debugging eigen to avoid slowing down compilation for everybody (this check is paranoiac, it's very seldom useful) * add private MatrixBase ctors to catch cases when the user tries to construct MatrixBase objects directly | ||
| * | added inlines to a bunch of functions | Mark Borgerding | 2009-10-31 |
| | | |||
| * | moved half-spectrum logic to Eigen::FFT | Mark Borgerding | 2009-10-30 |
| | | |||
| * | moved real-half-spectrum reflection into Eigen::FFT | Mark Borgerding | 2009-10-30 |
| | | |||
| * | moved scaling to Eigen::FFT | Mark Borgerding | 2009-10-30 |
| | | |||
| * | switched to BenchUtil.h | Mark Borgerding | 2009-10-30 |
| | | |||
| * | properly implement BenchTimer on POSIX | Benoit Jacob | 2009-10-29 |
| | | | | | | | | (may require a platform check for the clock name on non-linux platforms) | ||
| * | corrected the computation cost of mean | Hauke Heibel | 2009-10-29 |
| | | |||
| * | added mean() reduction | Hauke Heibel | 2009-10-29 |
| | | |||
| * | oops I forgot to include that file in the previous commit (fixing #65) | Gael Guennebaud | 2009-10-29 |
| | | |||
| * | fix #65: MatrixBase::nonZero() | Gael Guennebaud | 2009-10-29 |
| | | |||
| * | improved selftest for Eigen::Complex -- mainly a documentation of what does ↵ | Mark Borgerding | 2009-10-28 |
| | | | | | | | | not work | ||
| * | forgot Complex test file | Mark Borgerding | 2009-10-28 |
| | | |||
| * | added many inlines and attempted to fix castable pointer so it works with ↵ | Mark Borgerding | 2009-10-28 |
| |\ | | | | | | | | | | std::vector | ||
| * | | * rename new Quat class to Quaternion, remove existing Quaternion | Benoit Jacob | 2009-10-27 |
| | | | | | | | | | | | | | | | | | | | | | * add Copyright line for Mathieu * cast() was broken (compile errors) and needed anyway to be in QuaternionBase * it's VectorBlock<T,3>, don't pass additional parameter 1, it has different meaning!! * make it compile with GCC (put 'typename' at the right location) | ||
| * | | Quaternion could now map an array of 4 scalars : | Mathieu Gautier | 2009-10-27 |
| | | | | | | | | | | | | | | | | | | new classes : * QuaternionBase * Map<Quaternion> | ||
| * | | Added dox for the new typedefs. | Hauke Heibel | 2009-10-27 |
| | | | |||
| * | | Added more common typedefs. | Hauke Heibel | 2009-10-27 |
| | | | |||
| * | | Umeyama is now working with fixed size src and dst points. | Hauke Heibel | 2009-10-27 |
| | | | |||
| * | | It is just not that easy and requires more work to get it done right. | Hauke Heibel | 2009-10-24 |
| | | | |||
| * | | * extend Map to allow the user to specify whether the mapped data | Gael Guennebaud | 2009-10-23 |
| | | | | | | | | | | | | | | | | | | | | | is aligned or not. This is done using the Aligned constant: Map<MatrixType,Aligned>::Map(data); * rename ForceAligned to EnforceAlignedAccess, and update its doc, and emphasize this is mainly an internal stuff. | ||
| | * | added inline to many functions | Mark Borgerding | 2009-10-22 |
| | | | |||
| * | | support gcc 3.3 | Benoit Jacob | 2009-10-22 |
| | | | |||
| * | | demeaning with colwise expression | Hauke Heibel | 2009-10-22 |
| |/ | |||
| * | inlining,all namespace declaration moved to FFT, removed preprocessor ↵ | Mark Borgerding | 2009-10-21 |
| | | | | | | | | definitions, | ||
| * | merge branches | Mark Borgerding | 2009-10-21 |
| |\ | |||
| * | | renamed 'Traits' to 'Impl', added vim modelines for syntax highlighting | Mark Borgerding | 2009-10-21 |
| | | | |||
| | * | MatrixBase: | Benoit Jacob | 2009-10-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * support resize() to same size (nop). The case of FFT was another case where that make one's life far easier. hope that's ok with you Gael. but indeed, i don't use it in the ReturnByValue stuff. FFT: * Support MatrixBase (well, in the case with direct memory access such as Map) * adapt unit test | ||
| | * | handle mark's first commits before he configured his id | Benoit Jacob | 2009-10-20 |
| |/ | |||
| * | added Eigen::FFT and | Mark Borgerding | 2009-10-20 |
| |\ | | | | | | | | | | Eigen::Complex | ||
| * | | Added Windows support to the BenchTimer. | Hauke Heibel | 2009-10-20 |
| | | | |||
| | * | merged eigen2_for_fft into eigen2 mainline | Mark Borgerding | 2009-10-20 |
| |/| |