index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
quick bugfix in QR::isFullRank() (not 100% sure about the reference value
Gael Guennebaud
2009-01-20
*
I assume these files where supposed to be installed
Marijn Kruisselbrink
2009-01-19
*
optimize A * v product for A sparse and row major
Gael Guennebaud
2009-01-19
*
add a flexible sparse matrix class designed for fast matrix assembly
Gael Guennebaud
2009-01-19
*
* clarify the situation with experimental parts
Benoit Jacob
2009-01-19
*
#error if min or max is defined
Benoit Jacob
2009-01-19
*
revert bad commit
Gael Guennebaud
2009-01-19
*
add a smart realloc algorithm when filling a sparse matrix
Gael Guennebaud
2009-01-18
*
bugfix in Map by Keir Mierle
Gael Guennebaud
2009-01-18
*
update documentation (thanks Kenneth)
Benoit Jacob
2009-01-17
*
patch from Ricard Marxer: add doc example for select()
Gael Guennebaud
2009-01-17
*
Rewrite the vectorized meta unroller of sum to reduce instruction
Gael Guennebaud
2009-01-17
*
typo found by Ben Axelrod
Benoit Jacob
2009-01-17
*
Add a data() function in Map and Block
Gael Guennebaud
2009-01-16
*
Sparse module: add support for sparse selfadjoint * dense
Gael Guennebaud
2009-01-15
*
Sparse module: add row/col methods to the iterators
Gael Guennebaud
2009-01-15
*
Sparse module: bugfix in SparseMatrix::resize(), now the indices are
Gael Guennebaud
2009-01-15
*
Sparse module:
Gael Guennebaud
2009-01-15
*
two compilation fixes
Gael Guennebaud
2009-01-15
*
Sparse module:
Gael Guennebaud
2009-01-14
*
Add support for sparse * dense and dense * sparse matrix/vector products
Gael Guennebaud
2009-01-14
*
Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...
Gael Guennebaud
2009-01-14
*
add EIGEN_FUNCTORS_PLUGIN
Benoit Jacob
2009-01-13
*
add EIGEN_CWISE_PLUGIN support for extending class Cwise
Benoit Jacob
2009-01-13
*
fix a couple of doxygen issues
Gael Guennebaud
2009-01-13
*
add NetBSD to the list of OSes on which malloc is guaranteed to be 16
Benoit Jacob
2009-01-12
*
* make std::vector specializations also for Transform and for Quaternion
Benoit Jacob
2009-01-12
*
make ei_traist<Select> honors nested types
Gael Guennebaud
2009-01-12
*
bugfix in ei_unaligned_type copy ctor
Gael Guennebaud
2009-01-12
*
disable/enable msvc headers are allowed to be included multiple times
Gael Guennebaud
2009-01-12
*
bug fix in ei_stack_free
Gael Guennebaud
2009-01-12
*
* move cwise *= and /= to Core (like * and /)
Benoit Jacob
2009-01-12
*
bugfix in ei_handmade_aligned_free for null pointers
Gael Guennebaud
2009-01-12
*
simplify some ei_traits<> using inheritance
Gael Guennebaud
2009-01-11
*
add cwise operator *= and /=.
Benoit Jacob
2009-01-11
*
add missing newline at EOF
Armin Berres
2009-01-11
*
EIGEN_NO_MALLOC must also block traditional unaligned malloc
Benoit Jacob
2009-01-10
*
fix potential compilation issue on MSVC + no vectorization
Benoit Jacob
2009-01-10
*
make the std::vector fix work also with dynamic size Eigen objects, e.g.
Benoit Jacob
2009-01-10
*
remove ei_new_allocator
Benoit Jacob
2009-01-10
*
Based on code + help from Alex Stapleton:
Benoit Jacob
2009-01-09
*
oops, fix compilation (sorry for all that noise!)
Benoit Jacob
2009-01-09
*
(previous commit was bad)
Benoit Jacob
2009-01-09
*
overloaded operator delete should call ei_conditinal_aligned_free, not
Benoit Jacob
2009-01-09
*
ei_aligned_delete was running through the various paths in the wrong
Benoit Jacob
2009-01-09
*
* implement handmade aligned malloc, fast but always wastes 16 bytes of memory.
Benoit Jacob
2009-01-09
*
* Added aligned_allocator for using 16-byte aligned types with STL containers...
Kenneth Frank Riddile
2009-01-09
*
add missing inline keywords (compilation error) spotted by timvdm
Benoit Jacob
2009-01-08
*
add a ctest testsuite.cmake script to simplify the generation of nightly builds
Gael Guennebaud
2009-01-08
*
add EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5
Benoit Jacob
2009-01-08
[next]