aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Block.h
Commit message (Expand)AuthorAge
...
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* Renamed allowAligned() => forceAligned() and added the constants ForceAlignedGravatar Gael Guennebaud2008-08-09
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* Added a ei_palign function align a packet from two others.Gravatar Gael Guennebaud2008-08-03
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* Fix compilation issues with icc and g++ < 4.1. Those include:Gravatar Gael Guennebaud2008-07-21
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* * Optimization: added a specialization of Block for xpr with DirectAccessBitGravatar Gael Guennebaud2008-07-12
* Add a *very efficient* evaluation path for both col-major matrix * vectorGravatar Gael Guennebaud2008-07-12
* * added optimized paths for matrix-vector and vector-matrix productsGravatar Gael Guennebaud2008-07-09
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * vectorize dot product, copying code from sum.Gravatar Benoit Jacob2008-06-24
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04
* fix a couple of issues making the eigensolver test compile and run without ab...Gravatar Benoit Jacob2008-06-02
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* Fix compilation issues with MSVC and NVCC.Gravatar Gael Guennebaud2008-05-15
* Introduce generic Flagged xpr, remove already Lazy.h and Temporary.hGravatar Benoit Jacob2008-05-14
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* * Draft of a eigenvalues solverGravatar Gael Guennebaud2008-05-12
* * Added ReferencableBit flag to known if coeffRef is available.Gravatar Gael Guennebaud2008-05-08
* * Started support for unaligned vectorization.Gravatar Gael Guennebaud2008-05-05
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* Added Triangular expression to extract upper or lower (strictly or not)Gravatar Gael Guennebaud2008-04-26
* Fix a couple of issue with the vectorization. In particular, default ei_p* fu...Gravatar Gael Guennebaud2008-04-24
* - optimized determinant calculations for small matrices (size <= 4)Gravatar Benoit Jacob2008-04-14
* * Start of the LU module, with matrix inversion already there andGravatar Benoit Jacob2008-04-14
* * Add fixed-size template versions of corner(), start(), end().Gravatar Benoit Jacob2008-04-12
* * rename XprCopy -> NestedGravatar Benoit Jacob2008-04-10
* Added initial experimental support for explicit vectorization.Gravatar Gael Guennebaud2008-04-09
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
* * #define EIGEN_NDEBUG now also disables asserts. UsefulGravatar Benoit Jacob2008-03-26
* get rid of MatrixRef, simplifications.Gravatar Benoit Jacob2008-03-13
* a lot of renamingGravatar Benoit Jacob2008-03-13
* Removed Column and Row in favor of BlockGravatar Gael Guennebaud2008-03-12
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* renaming: ref() --> asArg()Gravatar Benoit Jacob2008-03-04
* * Eigen compiles with any GCC versions from, at least, 3.3 without the previ...Gravatar Gael Guennebaud2008-03-04