index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
StdVector
Commit message (
Expand
)
Author
Age
*
fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work wit...
Benoit Jacob
2009-08-21
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
CREDIT Hauke Heibel, more std::vector::insert fixes
Benoit Jacob
2009-05-07
*
add copyright on two public headers that are not so trivial...
Benoit Jacob
2009-05-06
*
add missing function, thanks to Hauke Heibel
Benoit Jacob
2009-05-06
*
* update BVH to explicitely use aligned_allocator
Gael Guennebaud
2009-04-23
*
add a generic version of std::vector::resize for other stl
Gael Guennebaud
2009-04-21
*
std::vector now explicitely requires the use of Eigen::aligned_allocator
Gael Guennebaud
2009-04-21
*
add missing vector ctor reported by Markus Moll on the ML
Gael Guennebaud
2009-04-21
*
this should fix the linking issue with StdVector without any user
Gael Guennebaud
2009-04-21
*
fix ctor issues with ei_workaround_msvc_std_vector
Gael Guennebaud
2009-04-21
*
more fixes in StdVector, sorry for the noise
Gael Guennebaud
2009-02-07
*
disable vector::resize() workaround for gcc < 4.1 (they already use a const
Gael Guennebaud
2009-02-07
*
arf... s/_MSVC_VER/_MSC_VER
Gael Guennebaud
2009-02-07
*
little fix in new StdVector
Gael Guennebaud
2009-02-07
*
* allow Matrix to be resized to 0 (solve a lot of troubles with
Gael Guennebaud
2009-02-07
*
* move cwise *= and /= to Core (like * and /)
Benoit Jacob
2009-01-12
*
make the std::vector fix work also with dynamic size Eigen objects, e.g.
Benoit Jacob
2009-01-10
*
Based on code + help from Alex Stapleton:
Benoit Jacob
2009-01-09