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
/
Block.h
Commit message (
Expand
)
Author
Age
*
synch with main branch
Gael Guennebaud
2009-07-28
|
\
*
|
* various fixes related to sub diagonals and band matrix
Gael Guennebaud
2009-07-21
|
*
re-implement stableNorm using a homemade blocky and
Gael Guennebaud
2009-07-17
|
/
*
Set of fixes and workaround to make sun studio more happy.
Gael Guennebaud
2009-07-10
*
add a VectorBlock expr as a specialization of Block
Gael Guennebaud
2009-07-05
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
* compilation fixes for gcc 3.3
Gael Guennebaud
2009-05-06
*
fix warnings with recent gcc
Thomas Capricelli
2009-05-04
*
more patches from Hauke Heibel: compilation/warning fixes from VC++
Benoit Jacob
2009-04-09
*
forward-port r951449: patch by Hauke Heibel: compile fix with VS 9
Benoit Jacob
2009-04-09
*
* Find SuperLU also when it is installed without a superlu/ prefix
Benoit Jacob
2009-04-01
*
fix mistake in static assertion, patch by Markus Moll.
Benoit Jacob
2009-03-31
*
* allows fixed size matrix with size==0 (via a specialization of
Gael Guennebaud
2009-03-23
*
fix MapBase's ForceAligned concept which was not working at all....
Gael Guennebaud
2009-03-09
*
Add a data() function in Map and Block
Gael Guennebaud
2009-01-16
*
* forgot to svn add 2 files
Benoit Jacob
2008-12-18
*
* Much better, consistent error msgs when mixing different scalar types:
Benoit Jacob
2008-12-03
*
Update e-mail address
Benoit Jacob
2008-11-24
*
* block() for vectors ---> segment()
Benoit Jacob
2008-09-15
*
add the missing templated version of block for sub-vectors
Gael Guennebaud
2008-09-09
*
Extended sparse unit-test: nested blocks and InnerIterators.
Daniel Gomez Ferro
2008-09-02
*
doc and use sed to clean the class hierarchy instead of
Gael Guennebaud
2008-08-28
*
* move memory related stuff to util/Memory.h
Gael Guennebaud
2008-08-26
*
* remove LargeBit and related stuff
Gael Guennebaud
2008-08-23
*
Renamed allowAligned() => forceAligned() and added the constants ForceAligned
Gael Guennebaud
2008-08-09
*
* Big change in Block and Map:
Gael Guennebaud
2008-08-09
*
Added a ei_palign function align a packet from two others.
Gael Guennebaud
2008-08-03
*
Several compilation fixes for MSVC and NVCC, basically:
Gael Guennebaud
2008-07-29
*
Fix compilation issues with icc and g++ < 4.1. Those include:
Gael Guennebaud
2008-07-21
*
Added an automatically generated list of selected examples in the documentation.
Gael Guennebaud
2008-07-19
*
* Optimization: added a specialization of Block for xpr with DirectAccessBit
Gael Guennebaud
2008-07-12
*
Add a *very efficient* evaluation path for both col-major matrix * vector
Gael Guennebaud
2008-07-12
*
* added optimized paths for matrix-vector and vector-matrix products
Gael Guennebaud
2008-07-09
*
* rework Map, allow vectorization
Benoit Jacob
2008-06-27
*
change derived classes methods from "private:_method()"
Benoit Jacob
2008-06-26
*
* add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)
Benoit Jacob
2008-06-26
*
* vectorize dot product, copying code from sum.
Benoit Jacob
2008-06-24
*
* Block: row and column expressions in the inner direction
Benoit Jacob
2008-06-16
*
added a static assertion mechanism
Gael Guennebaud
2008-06-04
*
fix a couple of issues making the eigensolver test compile and run without ab...
Benoit Jacob
2008-06-02
*
many small fixes and documentation improvements,
Benoit Jacob
2008-05-29
*
Fix compilation issues with MSVC and NVCC.
Gael Guennebaud
2008-05-15
*
Introduce generic Flagged xpr, remove already Lazy.h and Temporary.h
Benoit Jacob
2008-05-14
*
put inline keywords everywhere appropriate. So we don't need anymore to pass
Benoit Jacob
2008-05-12
*
* Draft of a eigenvalues solver
Gael Guennebaud
2008-05-12
*
* Added ReferencableBit flag to known if coeffRef is available.
Gael Guennebaud
2008-05-08
*
* Started support for unaligned vectorization.
Gael Guennebaud
2008-05-05
*
* Patch by Konstantinos Margaritis: AltiVec vectorization.
Benoit Jacob
2008-05-03
*
Added Triangular expression to extract upper or lower (strictly or not)
Gael Guennebaud
2008-04-26
*
Fix a couple of issue with the vectorization. In particular, default ei_p* fu...
Gael Guennebaud
2008-04-24
[next]