Gael Guennebaud
|
c020d307a6
|
Make variable_if_dynamic<T> implicitely convertible to T
|
2017-01-11 17:08:05 +01:00 |
|
Gael Guennebaud
|
43c617e2ee
|
merge
|
2017-01-11 14:33:37 +01:00 |
|
Gael Guennebaud
|
152cd57bb7
|
Enable generation of doc for static variables in Eigen's namespace.
|
2017-01-11 14:29:20 +01:00 |
|
Gael Guennebaud
|
b1dc0fa813
|
Move fix and symbolic to their own file, and improve doxygen compatibility
|
2017-01-11 14:28:28 +01:00 |
|
Gael Guennebaud
|
04397f17e2
|
Add 1D overloads of operator()
|
2017-01-11 13:17:09 +01:00 |
|
Gael Guennebaud
|
45199b9773
|
Fix typo
|
2017-01-11 09:34:08 +01:00 |
|
Gael Guennebaud
|
1b5570988b
|
Add doc to seq, seqN, ArithmeticSequence, operator(), etc.
|
2017-01-10 22:58:58 +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
|
c9d5e5c6da
|
Simplify Symbolic API: std::tuple is now used internally and automatically built.
|
2017-01-10 16:55:07 +01:00 |
|
Gael Guennebaud
|
407e7b7a93
|
Simplify symbolic API by using "symbol=value" to associate a runtime value to a symbol.
|
2017-01-10 16:45:32 +01:00 |
|
Gael Guennebaud
|
96e6cf9aa2
|
Fix linking issue.
|
2017-01-10 16:35:46 +01:00 |
|
Gael Guennebaud
|
e63678bc89
|
Fix ambiguous call
|
2017-01-10 16:33:40 +01:00 |
|
Gael Guennebaud
|
8e247744a4
|
Fix linking issue
|
2017-01-10 16:32:06 +01:00 |
|
Gael Guennebaud
|
b47a7e5c3a
|
Add doc for IndexedView
|
2017-01-10 16:28:57 +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
|
a98c7efb16
|
Add a more generic evaluation mechanism and minimalistic doc.
|
2017-01-10 11:46:29 +01:00 |
|
Gael Guennebaud
|
13d954f270
|
Cleanup Eigen's namespace
|
2017-01-10 11:06:02 +01:00 |
|
Gael Guennebaud
|
9eaab4f9e0
|
Refactoring: move all symbolic stuff into its own namespace
|
2017-01-10 10:57:08 +01:00 |
|
Gael Guennebaud
|
acd08900c9
|
Move 'last' and 'end' to their own namespace
|
2017-01-10 10:31:07 +01:00 |
|
Gael Guennebaud
|
1df2377d78
|
Implement c++98 version of seq()
|
2017-01-10 10:28:45 +01:00 |
|
Gael Guennebaud
|
ecd9cc5412
|
Isolate legacy code (we keep it for performance comparison purpose)
|
2017-01-10 09:34:25 +01:00 |
|
Gael Guennebaud
|
b50c3e967e
|
Add a minimalistic symbolic scalar type with expression template and make use of it to define the last placeholder and to unify the return type of seq and seqN.
|
2017-01-09 23:42:16 +01:00 |
|
Gael Guennebaud
|
68064e14fa
|
Rename span/range to seqN/seq
|
2017-01-09 17:35:21 +01:00 |
|
Gael Guennebaud
|
ad3eef7608
|
Add link to SO
|
2017-01-09 13:01:39 +01:00 |
|
Gael Guennebaud
|
75aef5b37f
|
Fix extraction of compile-time size of std::array with gcc
|
2017-01-06 22:04:49 +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
|
76e183bd52
|
Propagate compile-time size for plain arrays
|
2017-01-06 22:01:23 +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
|
831fffe874
|
Add missing doc of SparseView
|
2017-01-06 18:01:29 +01:00 |
|
Gael Guennebaud
|
a875167d99
|
Propagate compile-time increment and strides.
Had to introduce a UndefinedIncr constant for non structured list of indices.
|
2017-01-06 15:54:55 +01:00 |
|
Gael Guennebaud
|
e383d6159a
|
MSVC 2015 has all we want about c++11 and MSVC 2017 fails on binder1st/binder2nd
|
2017-01-06 15:44:13 +01:00 |
|
Gael Guennebaud
|
fad1fa75b3
|
Propagate compile-time size with "all" and add c++11 array unit test
|
2017-01-06 13:29:33 +01:00 |
|
Gael Guennebaud
|
3730e3ca9e
|
Use "fix" for compile-time values, propagate compile-time sizes for span, clean some cleanup.
|
2017-01-06 13:10:10 +01:00 |
|
Gael Guennebaud
|
60e99ad8d7
|
Add unit test for indexed views
|
2017-01-06 11:59:08 +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
|
f3f026c9aa
|
Convert integers to real numbers when computing relative L2 error
|
2017-01-05 13:36:08 +01:00 |
|
Jim Radford
|
0c226644d8
|
LLT: const the arg to solveInPlace() to allow passing .transpose(), .block(), etc.
|
2017-01-04 14:42:57 -08:00 |
|
Jim Radford
|
be281e5289
|
LLT: avoid making a copy when decomposing in place
|
2017-01-04 14:43:56 -08:00 |
|
Gael Guennebaud
|
e27f17bf5c
|
Gub 1453: fix Map with non-default inner-stride but no outer-stride.
|
2017-08-22 13:27:37 +02:00 |
|
Gael Guennebaud
|
21d0a0bcf5
|
bug #1456: add perf recommendation for LLT and storage format
|
2017-08-22 12:46:35 +02:00 |
|
Gael Guennebaud
|
2c3d70d915
|
Re-enable hidden doc in LLT
|
2017-08-22 12:04:09 +02:00 |
|
Gael Guennebaud
|
a6e7a41a55
|
bug #1455: Cholesky module depends on Jacobi for rank-updates.
|
2017-08-22 11:37:32 +02:00 |
|
Gael Guennebaud
|
e6021cc8cc
|
bug #1458: fix documentation of LLT and LDLT info() method.
|
2017-08-22 11:32:55 +02:00 |
|
Gael Guennebaud
|
2810ba194b
|
Clarify MKL_DIRECT_CALL doc.
|
2017-08-17 22:12:26 +02:00 |
|
Gael Guennebaud
|
f727844658
|
use MKL's lapacke.h header when using MKL
|
2017-08-17 21:58:39 +02:00 |
|
Gael Guennebaud
|
8c858bd891
|
Clarify doc regarding the usage of MKL_DIRECT_CALL
|
2017-08-17 12:17:45 +02:00 |
|
Gael Guennebaud
|
b95f92843c
|
Fix support for MKL's BLAS when using MKL_DIRECT_CALL.
|
2017-08-17 12:07:10 +02:00 |
|
Gael Guennebaud
|
89c01a494a
|
Add unit test for has_ReturnType
|
2017-08-17 11:55:00 +02:00 |
|
Gael Guennebaud
|
687bedfcad
|
Make NoAlias and JacobiRotation compatible with CUDA.
|
2017-08-17 11:51:22 +02:00 |
|