aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nomalloc.cpp
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* add nomalloc unit test for rank2 updatesGravatar Gael Guennebaud2016-01-27
* Remove redundant test.Gravatar Gael Guennebaud2016-01-26
* bug #51: add block preallocation mechanism to selfadjoit*matrix product.Gravatar Gael Guennebaud2016-01-25
* bug #51: make general_matrix_matrix_triangular_product use L3-blocking helper...Gravatar Gael Guennebaud2016-01-25
* I can reproduce any problems that justified this hack. However it makes build...Gravatar Christoph Hertzberg2015-02-21
* bug #884: Copy constructor of Ref shall never malloc, constructing from other...Gravatar Christoph Hertzberg2014-09-30
* Fix bug #884: No malloc for zero-sized matrices or for Ref without temporariesGravatar Christoph Hertzberg2014-09-25
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Remove ICC warning in nomalloc unit test.Gravatar Gael Guennebaud2013-02-26
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* remove dynamic allocation for fixed size object and triangular matrix-matrix ...Gravatar Gael Guennebaud2012-06-26
* comment two tests in nomalloc (there is no regression here, it's just I've be...Gravatar Gael Guennebaud2012-06-20
* extend nomalloc unit test to test the solve callsGravatar Gael Guennebaud2012-06-12
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* extend nomalloc testGravatar Gael Guennebaud2011-02-01
* fix trmv regarding strided vectors and static allocation of temporariesGravatar Gael Guennebaud2011-02-01
* fix dynamic allocation for fixed size objects in matrix-vector productGravatar Gael Guennebaud2011-01-31
* fix MaxCols in ComplexEigenSolver which was causing memory allocation instead...Gravatar Gael Guennebaud2011-01-27
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* fix nomalloc_2 issues with ICC and gcc 4.0.1 (and speed up compilation ;) )Gravatar Gael Guennebaud2010-07-04
* email changeGravatar Gael Guennebaud2010-06-24
* - add a low level mechanism to provide preallocated memory to gemmGravatar Gael Guennebaud2010-06-24
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* the Index types change.Gravatar Benoit Jacob2010-05-30
* nomalloc: minor cleanupGravatar Benoit Jacob2010-03-08
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
* a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* some compilation fixesGravatar Gael Guennebaud2009-12-10
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* more product refactoringGravatar Gael Guennebaud2009-08-06
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix a bunch of warnings (actual issues) reported by FrankGravatar Benoit Jacob2009-01-22
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* fix the nomalloc test: it didn't catch the ei_stack_alloc inGravatar Benoit Jacob2008-12-31
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* Added a Hessenberg decomposition class for both real and complex matrices.Gravatar Gael Guennebaud2008-06-08
* hack to to make the nomalloc unit test compiles with -pedanticGravatar Gael Guennebaud2008-06-04
* added unit tests for sizeof and dynamic memory allocationGravatar Gael Guennebaud2008-06-02