Gael Guennebaud
|
48fe78c375
|
bug #1630: fix linspaced when requesting smaller packet size than default one.
|
2018-11-28 13:15:06 +01:00 |
|
Eugene Zhulenev
|
2bf1a31d81
|
Use void type if stl-style iterators are not supported
|
2018-10-10 10:31:40 -07:00 |
|
Eugene Zhulenev
|
c0ca8a9fa3
|
Compile time detection for unimplemented stl-style iterators
|
2018-10-09 15:28:23 -07:00 |
|
Christoph Hertzberg
|
f6359ad795
|
Small Doxygen fixes
|
2018-10-09 19:33:35 +02:00 |
|
Gael Guennebaud
|
e21766c6f5
|
Clarify doc of rowwise/colwise/vectorwise.
|
2018-10-05 23:12:09 +02:00 |
|
Gael Guennebaud
|
d92f004ab7
|
Simplify API by removing allCols/allRows and reusing rowwise/colwise to define iterators over rows/columns
|
2018-10-05 23:11:21 +02:00 |
|
Gael Guennebaud
|
3e64b1fc86
|
Move iterators to internal, improve doc, make unit test c++03 friendly
|
2018-10-03 15:13:15 +02:00 |
|
Gael Guennebaud
|
0481900e25
|
Add pointer-based iterator for direct-access expressions
|
2018-10-02 23:44:36 +02:00 |
|
Gael Guennebaud
|
8c38528168
|
Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)
|
2018-10-02 14:03:26 +02:00 |
|
Gael Guennebaud
|
b0c66adfb1
|
bug #231: initial implementation of STL iterators for dense expressions
|
2018-10-01 23:21:37 +02:00 |
|
Gael Guennebaud
|
a488d59787
|
merge with default Eigen
|
2018-09-21 11:51:49 +02:00 |
|
Gael Guennebaud
|
89d65bb9d6
|
bug #1531: expose NumDimensions for compatibility with Tensor
|
2018-06-08 16:50:17 +02:00 |
|
luz.paz
|
e3912f5e63
|
MIsc. source and comment typos
Found using `codespell` and `grep` from downstream FreeCAD
|
2018-03-11 10:01:44 -04:00 |
|
Gael Guennebaud
|
b0f55ef85a
|
merge
|
2017-02-21 17:04:10 +01:00 |
|
Gael Guennebaud
|
e7ebe52bfb
|
bug #1391: include IO.h before DenseBase to enable its usage in DenseBase plugins.
|
2017-02-13 09:46:20 +01:00 |
|
Gael Guennebaud
|
24409f3acd
|
Use fix<> API to specify compile-time reshaped sizes.
|
2017-01-29 15:20:35 +01:00 |
|
Gael Guennebaud
|
9036cda364
|
Cleanup intitial reshape implementation:
- reshape -> reshaped
- make it compatible with evaluators.
|
2017-01-29 14:57:45 +01:00 |
|
Gael Guennebaud
|
17eac60446
|
Factorize const and non-const version of the generic operator() method.
|
2017-01-10 21:45:55 +01:00 |
|
Gael Guennebaud
|
d072fc4b14
|
add writeable IndexedView
|
2017-01-10 17:10:35 +01:00 |
|
Gael Guennebaud
|
e63678bc89
|
Fix ambiguous call
|
2017-01-10 16:33:40 +01:00 |
|
Gael Guennebaud
|
87963f441c
|
Fallback to Block<> when possible (Index, all, seq with > increment).
This is important to take advantage of the optimized implementations (evaluator, products, etc.),
and to support sparse matrices.
|
2017-01-10 14:25:30 +01:00 |
|
Gael Guennebaud
|
233dff1b35
|
Add support for plain arrays for columns and both rows/columns
|
2017-01-06 22:01:53 +01:00 |
|
Gael Guennebaud
|
3264d3c761
|
Add support for plain-array as indices, e.g., mat({1,2,3,4})
|
2017-01-06 21:53:32 +01:00 |
|
Gael Guennebaud
|
ac7e4ac9c0
|
Initial commit to add a generic indexed-based view of matrices.
This version already works as a read-only expression.
Numerous refactoring, renaming, extension, tuning passes are expected...
|
2017-01-06 00:01:44 +01:00 |
|
Gael Guennebaud
|
5694315fbb
|
remove UTF8 symbol
|
2017-03-07 10:53:47 +01:00 |
|
Gael Guennebaud
|
4e98a7b2f0
|
bug #1396: add some missing EIGEN_DEVICE_FUNC
|
2017-02-28 09:47:38 +01:00 |
|
Gael Guennebaud
|
5c27962453
|
Move common cwise-unary method from MatrixBase/ArrayBase to the common DenseBase class.
|
2017-01-02 22:27:07 +01:00 |
|
Gael Guennebaud
|
b027d7a8cf
|
bug #1004: remove the inaccurate "sequential" path for LinSpaced, mark respective function as deprecated, and enforce strict interpolation of the higher range using a correction term.
Now, even with floating point precision, both the 'low' and 'high' bounds are exactly reproduced at i=0 and i=size-1 respectively.
|
2016-10-24 20:27:21 +02:00 |
|
Gael Guennebaud
|
ca7f061a5f
|
bug #828: clarify documentation of SparseMatrixBase's methods returning a sub-matrix.
|
2016-09-16 11:23:19 +02:00 |
|
Gael Guennebaud
|
9c9e23858e
|
Doc: split customizing-eigen page into sub-pages and re-structure a bit the different topics
|
2016-08-30 11:10:08 +02:00 |
|
Gael Guennebaud
|
53feb73b45
|
Remove dead code.
|
2016-06-02 22:19:55 +02:00 |
|
Gael Guennebaud
|
2c00ac0b53
|
Implement generic scalar*expr and expr*scalar operator based on scalar_product_traits.
This is especially useful for custom scalar types, e.g., to enable float*expr<multi_prec> without conversion.
|
2016-06-02 22:16:37 +02:00 |
|
Gael Guennebaud
|
da4970ead2
|
Doc: disable inlining of inherited members, workaround Doxygen's limited C++ parsing abilities, and improve doc of MapBase.
|
2016-06-01 09:38:49 +02:00 |
|
Benoit Steiner
|
3f1ee45833
|
Fixed compilation errors triggered by duplicate inline declaration
|
2016-01-31 10:48:49 -08:00 |
|
Gael Guennebaud
|
d142165942
|
bug #667: declare several critical functions as FORECE_INLINE to make ICC happier.
<g.gael@free.fr> HG: branch 'default' HG: changed Eigen/src/Core/ArrayBase.h HG: changed Eigen/src/Core/AssignEvaluator.h HG: changed
Eigen/src/Core/CoreEvaluators.h HG: changed Eigen/src/Core/CwiseUnaryOp.h HG: changed Eigen/src/Core/DenseBase.h HG: changed Eigen/src/Core/MatrixBase.h
|
2016-01-31 16:34:10 +01:00 |
|
Gael Guennebaud
|
addb7066e8
|
Workaround "empty paragraph" warning with clang -Wdocumentation
|
2015-12-30 16:45:44 +01:00 |
|
Gael Guennebaud
|
7a5f83ca60
|
Add overloads for real times sparse<complex> operations.
This avoids real to complex conversions, and also fixes a compilation issue with MSVC.
|
2015-10-29 03:55:39 -07:00 |
|
daalpa
|
fab96f2ff3
|
Removed documentation that did not match the member function DenseBase::outerSize()
|
2015-09-13 12:55:57 +00:00 |
|
Gael Guennebaud
|
b5ad3d2cf7
|
Remove deprecated Flagged expression.
|
2015-09-02 14:53:50 +02:00 |
|
Gael Guennebaud
|
be5e2ecc21
|
bug #505: add more examples of bad and correct usages of auto and eval().
|
2015-09-02 13:04:30 +02:00 |
|
Gael Guennebaud
|
febcce34f1
|
Enable vectorization with half-packets
|
2015-08-07 20:05:31 +02:00 |
|
Gael Guennebaud
|
6245591349
|
Fix prototype of plset and generalize linspace functor.
|
2015-08-07 19:27:59 +02:00 |
|
Jonas Adler
|
815fa0dbf6
|
Fixed some compiler bugs in NVCC, now compiles with CUDA.
(chtz: Manually joined sevaral commits to keep the history clean)
|
2015-07-22 12:29:18 +02:00 |
|
Gael Guennebaud
|
88e352adac
|
Add support for replicate in CUDA
|
2015-07-20 10:53:03 +02:00 |
|
Gael Guennebaud
|
f5aa640862
|
Clean some previous changes and more cuda fixes
|
2015-07-15 10:57:55 +02:00 |
|
Gael Guennebaud
|
98ff17eb9e
|
Add special path for matrix<complex>/real.
This also fixes underflow issues when scaling complex matrices through complex/complex operator.
|
2015-06-26 16:08:15 +02:00 |
|
Gael Guennebaud
|
0848ba0a6e
|
Fix return nullary return types: it must be based on the PlainObject type instead of the expression type.
|
2015-06-22 10:52:08 +02:00 |
|
Gael Guennebaud
|
7baa1ba03e
|
Remove the usage of result_of for DenseBase::redux as discussed in bug #1006
|
2015-06-15 22:40:18 +02:00 |
|
Gael Guennebaud
|
4aba24a1b2
|
Clean argument names of some functions
|
2015-06-09 13:32:12 +02:00 |
|
Christoph Hertzberg
|
28a4c92cbf
|
bug #998: Started fixing doxygen warnings
|
2015-05-01 22:10:41 +02:00 |
|