aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Extend tutorial page on broadcasting to reflect recent changes.Gravatar Jitse Niesen2011-12-01
* fix alignment computation in Block and MapBase such that aligned means aligne...Gravatar Gael Guennebaud2011-11-28
* bug #383 - EIGEN_ASM_COMMENT broken in C++11Gravatar Marc Glisse2011-11-26
* Alignment fixes:Gravatar Benoit Jacob2011-11-22
* Bugs 157 and 377 - General tightening/testing of vectorwise ops:Gravatar Benoit Jacob2011-11-18
* bug #157 - Implemented *= /= * / operations for VectorwiseOp (e.g. mat.colwis...Gravatar Kibeom Kim2011-11-17
* Move EIGEN_USING_MATRIX_TYPEDEFS macros to Eigen2Support.Gravatar Jitse Niesen2011-11-16
* optimize vectorized reductions by peeling the loop:Gravatar Gael Guennebaud2011-11-12
* [Core/Matrix] Fix: Clear the right typedef macroGravatar Dennis Schridde2011-11-09
* reimplement abs2 not to use std::norm which is incredibly slow.Gravatar Gael Guennebaud2011-11-08
* Patches to support ARM NEON with Clang 3.0 and LLVM-GCCGravatar Marton Danoczy2011-11-04
* Refactor force-inlining macros and use EIGEN_ALWAYS_INLINE to force inlining ...Gravatar Benoit Jacob2011-11-06
* In the Matrix constructor taking (rows, cols), statically assert that the typ...Gravatar Benoit Jacob2011-11-05
* bug #365 - Rename B0 in GeneralBlockPanelKernel.h to avoid name clashGravatar Jan Oberländer2011-10-31
* The most important inline keyword ever? Without it, gcc failed to inline this...Gravatar Benoit Jacob2011-10-25
* add the possiibility to disable deprectated warnings (useful for deprecated u...Gravatar Gael Guennebaud2011-10-24
* forgot inline keywordGravatar Benoit Jacob2011-10-17
* Throw std::bad_alloc even when exceptions are disabled, by doing new int[size...Gravatar Benoit Jacob2011-10-17
* bug #363 - add test for integer overflow in size computationsGravatar Benoit Jacob2011-10-16
* bug #363 - check for integer overflow in size=rows*cols computationsGravatar Benoit Jacob2011-10-16
* bug #363 - check for integer overflow in byte-size computationsGravatar Benoit Jacob2011-10-16
* no commentGravatar Gael Guennebaud2011-09-21
* quick workaround of MSVC9' ICE in pset1Gravatar Gael Guennebaud2011-09-21
* Bug fix for matrix1 * matrix2 * scalar1 * scalar2.Gravatar Jitse Niesen2011-09-19
* Update docs of PlainObjectBase::Map(); fixes bug #335.Gravatar Jitse Niesen2011-09-03
* add the possibility to specialize assign_impl and still call the default impl...Gravatar Gael Guennebaud2011-08-18
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* add an "InvalidInput" enum, used by the SuperLU interfaceGravatar Gael Guennebaud2011-07-18
* fix few warnings reported by clangGravatar Thomas Capricelli2011-07-07
* Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288).Gravatar Jitse Niesen2011-06-24
* fix documentation of normGravatar Gael Guennebaud2011-06-18
* back out 842881cfb1b8ece6e41c58f0466ae979e514d001Gravatar Benoit Jacob2011-06-15
* bug #298 - let normalize() return a reference to *thisGravatar Andy Somerville2011-06-15
* fix aligned_allocator::allocate interfaceGravatar Gael Guennebaud2011-06-14
* introduce a smart_copy internal function and fix sparse matrices with non POD...Gravatar Gael Guennebaud2011-06-09
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* fix compilation with MinGWGravatar Gael Guennebaud2011-06-01
* forgot to include this file in previous commitGravatar Gael Guennebaud2011-06-01
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
* do not directly call std::ceilGravatar Gael Guennebaud2011-05-28
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* clean a bit previous patch (ctor vs static_cast and a few bits)Gravatar Gael Guennebaud2011-05-23
* fix implicit scalar conversions (needed to support fancy scalar types, see bu...Gravatar David H. Bailey2011-05-23
* fix gemv_static_vector_if on architectures that cannot aligned on the stack (...Gravatar Gael Guennebaud2011-05-21
* NEON: fix plsetGravatar Gael Guennebaud2011-05-18
* NEON: fix ploaddupGravatar Gael Guennebaud2011-05-18
* fix bug #267: alloca is not aligned on armGravatar Gael Guennebaud2011-05-17
* Store light-weight objects in evaluators by value.Gravatar Jitse Niesen2011-05-13
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* s/n=n/EIGEN_UNUSED_VARIABLE(n)Gravatar Gael Guennebaud2011-05-06