Benoit Steiner
|
f50548e86a
|
Added missing tensor copy constructors. As a result it is now possible to declare and initialize a tensor on the same line, as in:
Tensor<bla> T = A + B; or
Tensor<bla> T(A.reshape(new_shape));
|
2014-09-04 19:50:27 -07:00 |
|
Gael Guennebaud
|
15bad3670b
|
Apply Householder U and V in-place.
|
2014-09-04 09:17:01 +02:00 |
|
Benoit Steiner
|
b24fe22b1a
|
Improved the performance of the tensor convolution code by a factor of about 4.
|
2014-09-03 11:38:13 -07:00 |
|
Gael Guennebaud
|
c82dc227f1
|
Cleaning in BDCSVD (formating, handling of transpose case, remove some for loops)
|
2014-09-03 10:15:24 +02:00 |
|
Gael Guennebaud
|
a96f3d629c
|
Clean bdcsvd
|
2014-09-02 22:30:23 +02:00 |
|
Gael Guennebaud
|
1f398dfc82
|
Factorize *SVD::solve to SVDBase
|
2014-09-01 18:31:54 +02:00 |
|
Gael Guennebaud
|
b3a0365429
|
merge with default branch
|
2014-09-01 18:21:01 +02:00 |
|
Gael Guennebaud
|
eb39296028
|
Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class to Eigen/SVD, rm copy/pasted JacobiSVD.h file
|
2014-09-01 18:16:20 +02:00 |
|
Gael Guennebaud
|
72c4f8ca8f
|
Disable a few unit tests in unsupported
|
2014-09-01 17:35:58 +02:00 |
|
Gael Guennebaud
|
8754341848
|
Fix remaining garbage during a merge.
|
2014-09-01 17:25:13 +02:00 |
|
Gael Guennebaud
|
daad9585a3
|
Fix Kronecker product in legacy mode.
|
2014-09-01 17:24:07 +02:00 |
|
Gael Guennebaud
|
b051bbd64f
|
Make unsupport sparse solvers use SparseSolverBase
|
2014-09-01 17:21:47 +02:00 |
|
Gael Guennebaud
|
b3d63b4db2
|
Add evaluator for DynamicSparseMatrix
|
2014-09-01 17:21:05 +02:00 |
|
Gael Guennebaud
|
124d12a915
|
merge default branch
|
2014-08-29 15:20:31 +02:00 |
|
Freddie Witherden
|
c3e4080474
|
Allow LevenbergMarquardt to work with non-standard types.
|
2014-08-27 15:24:51 +01:00 |
|
Benoit Steiner
|
2959045f2f
|
Optimized the tensor padding code.
|
2014-08-26 09:47:18 -07:00 |
|
Benoit Steiner
|
36fffe48f7
|
Misc api improvements and cleanups
|
2014-08-23 14:35:41 -07:00 |
|
Benoit Steiner
|
fb5c1e9097
|
Optimized and cleaned up the tensor morphing code
|
2014-08-23 13:18:30 -07:00 |
|
Georg Drenkhahn
|
0ba490cf80
|
Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated LOCATION target property.
Small whitespace cleanup in CMakelLists.txt.
|
2014-08-22 12:13:07 +02:00 |
|
Benoit Steiner
|
3d298da269
|
Added support for broadcasting
|
2014-08-20 17:00:50 -07:00 |
|
Benoit Steiner
|
9ac3c821ea
|
Improved the speed of convolutions when running on cuda devices
|
2014-08-19 16:57:10 -07:00 |
|
Benoit Steiner
|
33c702c79f
|
Added support for fast integer divisions by a constant
Sped up tensor slicing by a factor of 3 by using these fast integer divisions.
|
2014-08-14 22:13:21 -07:00 |
|
Benoit Steiner
|
756292f8aa
|
Fixed compilation errors
|
2014-08-14 00:32:59 -07:00 |
|
Benoit Steiner
|
8c8db49331
|
Added a few regression tests
|
2014-08-14 00:25:22 -07:00 |
|
Benoit Steiner
|
eeb43f9e2b
|
Added support for padding, stridding, and shuffling
|
2014-08-14 00:22:47 -07:00 |
|
Benoit Steiner
|
16047c8d4a
|
Pulled in the latest changes from the Eigen trunk
|
2014-08-13 22:25:29 -07:00 |
|
Benoit Steiner
|
916ef48846
|
Added ability to get the nth element from an abstract array type.
|
2014-08-13 08:44:47 -07:00 |
|
Benoit Steiner
|
f1d8c13dbc
|
Fixed misc typos.
|
2014-08-13 08:40:26 -07:00 |
|
Benoit Steiner
|
9faad2932f
|
Added missing apis.
|
2014-08-13 08:36:33 -07:00 |
|
Benoit Steiner
|
f8fad09301
|
Updated the convolution and contraction evaluators to follow the new EvalSubExprsIfNeeded apu.
|
2014-08-13 08:33:18 -07:00 |
|
Benoit Steiner
|
72e7529708
|
Fixed a typo.
|
2014-08-13 08:29:40 -07:00 |
|
Benoit Steiner
|
1aa2bf8274
|
Support for in place evaluation of expressions containing slicing and reshaping operations
|
2014-08-13 08:27:58 -07:00 |
|
Benoit Steiner
|
b1892ab14d
|
Added suppor for in place evaluation to simple tensor expressions.
Use mempy to speedup tensor copies whenever possible.
|
2014-08-13 08:26:44 -07:00 |
|
Benoit Steiner
|
439feca139
|
Reworked the TensorExecutor code to support in place evaluation.
|
2014-08-13 08:22:05 -07:00 |
|
Jitse Niesen
|
abb33258ce
|
Doc: difference between array and matrix cosine etc (bug #830)
|
2014-09-06 14:59:44 +01:00 |
|
Gael Guennebaud
|
60314beb38
|
Update reference value for testNistLanczos1 test
|
2014-09-02 17:35:11 +02:00 |
|
Gael Guennebaud
|
280661e67d
|
Remove LM::sqrt_() member function in favor of a shortcut for sqrt(epsilon())
|
2014-09-02 17:29:06 +02:00 |
|
Gael Guennebaud
|
ff9bfc45f7
|
relax some LM unit tests
|
2014-09-02 17:10:17 +02:00 |
|
Kolja Brix
|
953ec08089
|
Correct GMRES:
* Fix error in calculation of residual at restart.
* Use relative residual as stopping criterion.
* Improve documentation.
|
2014-08-02 18:39:15 +02:00 |
|
Benoit Steiner
|
647622281e
|
The tensor assignment code now resizes the destination tensor as needed.
|
2014-07-31 17:39:04 -07:00 |
|
Gael Guennebaud
|
d79516660c
|
Make loadMarket use the sparse-matrix index type, thus enabling loading huge matrices.
|
2014-07-31 16:43:19 +02:00 |
|
Benoit Steiner
|
2116e261fb
|
Made sure that the data stored in fixed sized tensor is aligned.
|
2014-07-25 09:47:59 -07:00 |
|
Jitse Niesen
|
5f3d542b8a
|
Fix typo in MatrixExponential noticed by Markos.
|
2014-07-25 13:34:03 +01:00 |
|
Benoit Steiner
|
1f371e78e6
|
Added a few tests to validate the behavior of the assignment operator.
|
2014-07-22 10:32:40 -07:00 |
|
Benoit Steiner
|
f7bb7ee3f3
|
Fixed the assignment operator of the Tensor and TensorMap classes.
|
2014-07-22 10:31:21 -07:00 |
|
Gael Guennebaud
|
36e6c9064f
|
bug #770: fix out of bounds access
|
2014-07-18 14:19:18 +02:00 |
|
Gael Guennebaud
|
5e72151ca5
|
bug #842: warn user about MPFR++ being under the GPL
|
2014-07-17 12:06:20 +02:00 |
|
Gael Guennebaud
|
2cd38a6634
|
merge
|
2014-07-17 12:01:55 +02:00 |
|
Gael Guennebaud
|
84ad8ce7e3
|
Fix bug #770: workaround thread safety in mpreal
|
2014-07-17 12:00:56 +02:00 |
|
Gael Guennebaud
|
40b74411e4
|
bug #842: update mpreal copy (fix compilation with clang)
|
2014-07-17 11:59:51 +02:00 |
|