| .. |
|
arch
|
Fix errors on older compilers (gcc 7.5 - lack of vec_neg, clang10 - can not use const pointers with vec_xl).
|
2021-08-10 20:40:54 +00:00 |
|
functors
|
Enable equality comparisons on GPU.
|
2021-08-03 16:15:44 +00:00 |
|
products
|
Fix explicit default cache size typo.
|
2021-07-20 18:42:25 +00:00 |
|
util
|
Modify scalar pzero, ptrue, pselect, and p<binary> operations to avoid memset.
|
2021-08-03 16:32:59 +00:00 |
|
ArithmeticSequence.h
|
Let doxygen sees lastN
|
2018-11-09 11:35:48 +01:00 |
|
Array.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
ArrayBase.h
|
Bug #1788: Fix rule-of-three violations inside the stable modules.
|
2019-12-19 17:30:11 +01:00 |
|
ArrayWrapper.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
Assign_MKL.h
|
Fix reserved usage of double __ in macro names
|
2018-11-23 16:01:47 +01:00 |
|
Assign.h
|
Added missing EIGEN_DEVICE_FUNC
|
2017-02-28 14:00:15 -08:00 |
|
AssignEvaluator.h
|
Defer to std::fill_n when filling a dense object with a constant value.
|
2021-07-09 03:59:56 +00:00 |
|
BandMatrix.h
|
Fix more enum arithmetic.
|
2021-06-15 16:40:35 +00:00 |
|
Block.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
BooleanRedux.h
|
Fix c++20 warnings about using enums in arithmetic expressions.
|
2021-06-11 02:35:19 +00:00 |
|
CommaInitializer.h
|
CommaInitializer wrongfully asserted for 0-sized blocks
|
2020-04-13 16:41:20 +02:00 |
|
ConditionEstimator.h
|
bug #1635: Use infinity from Numtraits instead of creating it manually.
|
2018-12-05 15:01:04 +01:00 |
|
CoreEvaluators.h
|
Fix more enum arithmetic.
|
2021-06-15 16:40:35 +00:00 |
|
CoreIterators.h
|
Added += and + operators to inner iterators
|
2016-12-28 18:29:30 +01:00 |
|
CwiseBinaryOp.h
|
Remove EIGEN_DEVICE_FUNC from CwiseBinaryOp's default copy constructor.
|
2021-05-26 19:45:25 +00:00 |
|
CwiseNullaryOp.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
CwiseTernaryOp.h
|
Moved static assertions into the class constructor to make the code more portable
|
2016-06-05 12:57:48 -07:00 |
|
CwiseUnaryOp.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
CwiseUnaryView.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
DenseBase.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
DenseCoeffsBase.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
DenseStorage.h
|
Fix compile issues for gcc 4.8.
|
2021-07-01 23:18:10 +00:00 |
|
Diagonal.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
DiagonalMatrix.h
|
PR 593: Add variadtic ctor for DiagonalMatrix with unit tests
|
2019-03-14 10:18:24 +01:00 |
|
DiagonalProduct.h
|
Added missing EIGEN_DEVICE_FUNC qualifiers
|
2017-02-28 14:58:45 -08:00 |
|
Dot.h
|
Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STD
|
2020-10-09 02:05:05 +02:00 |
|
EigenBase.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
ForceAlignedAccess.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
Fuzzy.h
|
Added missing EIGEN_DEVICE_FUNC qualifiers
|
2017-02-28 09:56:45 -08:00 |
|
GeneralProduct.h
|
Eliminate boolean product warnings by factoring out a
|
2021-01-05 18:15:30 +00:00 |
|
GenericPacketMath.h
|
Modify scalar pzero, ptrue, pselect, and p<binary> operations to avoid memset.
|
2021-08-03 16:32:59 +00:00 |
|
GlobalFunctions.h
|
Add log2() to Eigen.
|
2020-12-04 21:45:09 +00:00 |
|
IndexedView.h
|
Indexed view should have RowMajorBit when there is staticly a single row
|
2020-05-14 22:11:19 +00:00 |
|
Inverse.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
IO.h
|
IO: Fixed printing of char and unsigned char matrices
|
2019-12-11 18:22:57 +00:00 |
|
Map.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
MapBase.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
MathFunctions.h
|
Device implementation of log for std::complex types.
|
2021-05-11 22:31:53 +00:00 |
|
MathFunctionsImpl.h
|
Device implementation of log for std::complex types.
|
2021-05-11 22:31:53 +00:00 |
|
Matrix.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
MatrixBase.h
|
Bug #1788: Fix rule-of-three violations inside the stable modules.
|
2019-12-19 17:30:11 +01:00 |
|
NestByValue.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
NoAlias.h
|
MIsc. source and comment typos
|
2018-03-11 10:01:44 -04:00 |
|
NumTraits.h
|
Fix c++20 warnings about using enums in arithmetic expressions.
|
2021-06-11 02:35:19 +00:00 |
|
PartialReduxEvaluator.h
|
Fix c++20 warnings about using enums in arithmetic expressions.
|
2021-06-11 02:35:19 +00:00 |
|
PermutationMatrix.h
|
bug #1746: Removed implementation of standard copy-constructor and standard copy-assign-operator from PermutationMatrix and Transpositions to allow malloc-less std::move. Added unit-test to rvalue_types
|
2019-09-24 11:09:58 +02:00 |
|
PlainObjectBase.h
|
Use derived object type in conservative_resize_like_impl
|
2021-05-20 23:43:57 +00:00 |
|
Product.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
ProductEvaluators.h
|
Fix c++20 warnings about using enums in arithmetic expressions.
|
2021-06-11 02:35:19 +00:00 |
|
Random.h
|
Add the following functions:
|
2021-01-28 01:10:36 +01:00 |
|
Redux.h
|
Fix c++20 warnings about using enums in arithmetic expressions.
|
2021-06-11 02:35:19 +00:00 |
|
Ref.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
Replicate.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
Reshaped.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
ReturnByValue.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
Reverse.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
Select.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
SelfAdjointView.h
|
Fix more enum arithmetic.
|
2021-06-15 16:40:35 +00:00 |
|
SelfCwiseBinaryOp.h
|
Fix warning
|
2018-06-07 15:45:24 +02:00 |
|
Solve.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
SolverBase.h
|
Mask unused-parameter warnings, when building with NDEBUG
|
2019-01-18 10:41:14 +01:00 |
|
SolveTriangular.h
|
Fix more enum arithmetic.
|
2021-06-15 16:40:35 +00:00 |
|
StableNorm.h
|
Augment NumTraits with min/max_exponent() again.
|
2021-03-16 20:12:46 -07:00 |
|
StlIterators.h
|
Make iterators default constructible and assignable, by making...
|
2021-04-09 17:03:28 +00:00 |
|
Stride.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
Swap.h
|
bug #1680: improve MSVC inlining by declaring many triavial constructors and accessors as STRONG_INLINE.
|
2019-02-15 16:35:35 +01:00 |
|
Transpose.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
Transpositions.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
TriangularMatrix.h
|
Fix more enum arithmetic.
|
2021-06-15 16:40:35 +00:00 |
|
VectorBlock.h
|
bug #1680: improve MSVC inlining by declaring many triavial constructors and accessors as STRONG_INLINE.
|
2019-02-15 16:35:35 +01:00 |
|
VectorwiseOp.h
|
Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()""
|
2021-03-24 18:14:56 +00:00 |
|
Visitor.h
|
Fix c++20 warnings about using enums in arithmetic expressions.
|
2021-06-11 02:35:19 +00:00 |