index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
util
Commit message (
Expand
)
Author
Age
...
*
apply patch from Hauke Heibel cleaning overloaded operator new/detete
Gael Guennebaud
2009-05-07
*
fix warnings with unused static functions
Benoit Jacob
2009-05-04
*
let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.
Benoit Jacob
2009-05-03
*
ok, this time cast should really work ; sorry for the noise
Gael Guennebaud
2009-04-29
*
CREDIT Ross Smith: fix posix_memalign detection
Benoit Jacob
2009-04-24
*
add aligned_allocator operator == and != as suggested by Hauke Heibel
Gael Guennebaud
2009-04-09
*
* fix the binary bloat issue, Rohit's idea was the good one
Benoit Jacob
2009-04-06
*
fix computation of aligned_bit (has been broken by the change of
Gael Guennebaud
2009-04-05
*
* Find SuperLU also when it is installed without a superlu/ prefix
Benoit Jacob
2009-04-01
*
The ABI break:
Benoit Jacob
2009-03-26
*
* enable vectorization of sin, cos, etc. by default with an option to
Gael Guennebaud
2009-03-26
*
oops forgot to include a file in previous commit (I had other local
Gael Guennebaud
2009-03-26
*
more MSVC fixes (asm comments...)
Gael Guennebaud
2009-03-17
*
fix MapBase's ForceAligned concept which was not working at all....
Gael Guennebaud
2009-03-09
*
big rework of the Transform class:
Gael Guennebaud
2009-03-08
*
add optimized quaternion * quaternion product specialization for
Gael Guennebaud
2009-03-07
*
significantly reduce the default stack allocation limit which was much
Gael Guennebaud
2009-03-06
*
big addons:
Gael Guennebaud
2009-03-05
*
add ReturnByValue pseudo expression for in-place evaluation with a
Gael Guennebaud
2009-03-04
*
Add COMPONENT Devel
Laurent Montel
2009-02-23
*
oops, got confused by the preprocessor directives around
Gael Guennebaud
2009-02-21
*
fix posix_memalign return value warning
Gael Guennebaud
2009-02-21
*
increase version number for step
Gael Guennebaud
2009-02-19
*
should be __powerpc__ instead of __ppc__
Konstantinos A. Margaritis
2009-02-08
*
* allow Matrix to be resized to 0 (solve a lot of troubles with
Gael Guennebaud
2009-02-07
*
apply Ricard patch for Reverse with minor modifications
Gael Guennebaud
2009-02-06
*
Add sub/super-diagonal expression (read/write) as a trivial extension of
Gael Guennebaud
2009-02-05
*
disable alignment altogether outside of the platforms which potentially have ...
Benoit Jacob
2009-02-04
*
call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_...
Benoit Jacob
2009-02-02
*
the BSD's don't have aligned malloc after all
Benoit Jacob
2009-02-02
*
Big change in DiagonalMatrix and Geometry/Scaling:
Gael Guennebaud
2009-01-28
*
add support for read/write sub sets of inner vectors (sparse module)
Gael Guennebaud
2009-01-27
*
fix my previous commit with EIGEN_EMPTY macro bug
Gael Guennebaud
2009-01-27
*
fix "empty macro arguments are undefined in ISO C90 and ISO C++98"
Gael Guennebaud
2009-01-27
*
eventually it turns out that our current
Gael Guennebaud
2009-01-23
*
fix warnings
Benoit Jacob
2009-01-21
*
sparse module:
Gael Guennebaud
2009-01-21
*
* remove set(), revert to old behavior where = resizes
Benoit Jacob
2009-01-21
*
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
*
revert bad commit
Gael Guennebaud
2009-01-19
*
patch from Ricard Marxer: add doc example for select()
Gael Guennebaud
2009-01-17
*
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 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
*
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
*
bugfix in ei_handmade_aligned_free for null pointers
Gael Guennebaud
2009-01-12
*
add missing newline at EOF
Armin Berres
2009-01-11
[prev]
[next]