index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
nomalloc.cpp
Commit message (
Expand
)
Author
Age
*
add nomalloc unit test for rank2 updates
Gael Guennebaud
2016-01-27
*
Remove redundant test.
Gael Guennebaud
2016-01-26
*
bug #51: add block preallocation mechanism to selfadjoit*matrix product.
Gael Guennebaud
2016-01-25
*
bug #51: make general_matrix_matrix_triangular_product use L3-blocking helper...
Gael Guennebaud
2016-01-25
*
I can reproduce any problems that justified this hack. However it makes build...
Christoph Hertzberg
2015-02-21
*
bug #884: Copy constructor of Ref shall never malloc, constructing from other...
Christoph Hertzberg
2014-09-30
*
Fix bug #884: No malloc for zero-sized matrices or for Ref without temporaries
Christoph Hertzberg
2014-09-25
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Remove ICC warning in nomalloc unit test.
Gael Guennebaud
2013-02-26
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
remove dynamic allocation for fixed size object and triangular matrix-matrix ...
Gael Guennebaud
2012-06-26
*
comment two tests in nomalloc (there is no regression here, it's just I've be...
Gael Guennebaud
2012-06-20
*
extend nomalloc unit test to test the solve calls
Gael Guennebaud
2012-06-12
*
fix more variable-set-but-not-used warnings on gcc 4.6
Benoit Jacob
2011-10-31
*
extend nomalloc test
Gael Guennebaud
2011-02-01
*
fix trmv regarding strided vectors and static allocation of temporaries
Gael Guennebaud
2011-02-01
*
fix dynamic allocation for fixed size objects in matrix-vector product
Gael Guennebaud
2011-01-31
*
fix MaxCols in ComplexEigenSolver which was causing memory allocation instead...
Gael Guennebaud
2011-01-27
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
remove SVD class (was bad code taked from elsewhere)
Benoit Jacob
2010-10-12
*
fix nomalloc_2 issues with ICC and gcc 4.0.1 (and speed up compilation ;) )
Gael Guennebaud
2010-07-04
*
email change
Gael Guennebaud
2010-06-24
*
- add a low level mechanism to provide preallocated memory to gemm
Gael Guennebaud
2010-06-24
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
the Index types change.
Benoit Jacob
2010-05-30
*
nomalloc: minor cleanup
Benoit Jacob
2010-03-08
*
Propagate all five matrix template parameters to members and temporaries of d...
Adolfo Rodriguez Tsouroukdissian
2010-03-08
*
s/asMatrix()/matrix()
Gael Guennebaud
2010-01-04
*
a couple of fixes and cleaning
Gael Guennebaud
2009-12-17
*
a lot of cleaning and fixes
Gael Guennebaud
2009-12-16
*
some compilation fixes
Gael Guennebaud
2009-12-10
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
more product refactoring
Gael Guennebaud
2009-08-06
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
fix a bunch of warnings (actual issues) reported by Frank
Benoit Jacob
2009-01-22
*
the big memory changes. the most important changes are:
Benoit Jacob
2009-01-08
*
fix the nomalloc test: it didn't catch the ei_stack_alloc in
Benoit Jacob
2008-12-31
*
Update e-mail address
Benoit Jacob
2008-11-24
*
Solve a big issue with data alignment and dynamic allocation:
Gael Guennebaud
2008-09-03
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
Added a Hessenberg decomposition class for both real and complex matrices.
Gael Guennebaud
2008-06-08
*
hack to to make the nomalloc unit test compiles with -pedantic
Gael Guennebaud
2008-06-04
*
added unit tests for sizeof and dynamic memory allocation
Gael Guennebaud
2008-06-02