- Aug 07, 2019
-
-
Jakub Klinkovský authored
It is very slow and unnecessary - the user can easily use operator[] or getElement and setElement for any operation with a single element, not just addition.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Distributed argMin and argMax are not implemented yet, all other operations successfully pass all tests (which were unified with the tests for Vector, VectorView and StaticVector).
-
- Aug 06, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 05, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Simplified expression templates: pow implemented as a binary expression rather than a special unary expression
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 04, 2019
-
-
Jakub Klinkovský authored
getConstView should be always used for const operations, because explicit is better than implicit. Overloading one method for cases which have a completely different type (ConstViewType is *not* just a const-qualified ViewType) can be very unclear (or even ambiguous) in certain cases.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 03, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Also, templates were reordered so that related functions are next to each other.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 02, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
It is already defined in VectorViewExpressions.h
-
- Aug 01, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jul 29, 2019
-
-
Tomáš Oberhuber authored
-
- Jul 28, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
[ci skip]
-
- Jul 27, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Functors can also be better optimized by the host compiler, because nvcc sucks...
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Fixed ambiguity between vector operations for StaticVector, DistributedVector and DistributedVectorView
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-