Christian Zimmermann
|
6ba140aa97
|
im com
|
2018-09-14 17:50:40 +02:00 |
|
Christian Zimmermann
|
c0a72e72b4
|
im com
|
2018-09-14 17:50:19 +02:00 |
|
Christian Zimmermann
|
b257ab4db3
|
some utilities
|
2018-09-13 17:42:16 +02:00 |
|
Christian Zimmermann
|
9b79c96eea
|
const slice def class
|
2018-09-13 13:28:40 +02:00 |
|
Christian Zimmermann
|
405df0c426
|
fix non-static functor issues
|
2018-09-12 20:56:55 +02:00 |
|
Christian Zimmermann
|
6896cc3ca7
|
value range + fix in header/include structure
|
2018-09-12 17:05:27 +02:00 |
|
Christian Zimmermann
|
de6b80a90b
|
slice utilities
|
2018-09-11 18:38:30 +02:00 |
|
Christian Zimmermann
|
91acb873e1
|
small adjustments
|
2018-09-08 18:46:04 +02:00 |
|
Christian Zimmermann
|
9e5c51428a
|
various fixes and adds -> map range test works
|
2018-08-20 17:50:04 +02:00 |
|
Christian Zimmermann
|
3abdf61c33
|
wrong operation type returned by map operator
|
2018-08-18 16:40:20 +02:00 |
|
Christian Zimmermann
|
6597ac6cb0
|
fix compile errors in map range
|
2018-08-18 16:24:13 +02:00 |
|
Christian Zimmermann
|
bcd875f7d2
|
again devel of map range + usage of std::map single index
|
2018-08-08 18:20:08 +02:00 |
|
Christian Zimmermann
|
89eb03ab7f
|
im com (single expression)
|
2018-08-07 23:39:35 +02:00 |
|
Christian Zimmermann
|
f5cf35ae69
|
start with map range (not finished)
|
2018-08-07 21:49:21 +02:00 |
|
Christian Zimmermann
|
8ff366d40f
|
some fixes
|
2018-08-06 19:20:57 +02:00 |
|
Christian Zimmermann
|
5ae28f9504
|
fixes + anonymous slice option
|
2018-08-06 15:20:06 +02:00 |
|
Christian Zimmermann
|
86dc006b6f
|
static cast function for operation classes + some fixes
|
2018-08-06 12:46:12 +02:00 |
|
Christian Zimmermann
|
eb2bf52273
|
im com (fix compile error)
|
2018-08-05 23:11:18 +02:00 |
|
Christian Zimmermann
|
65d907df15
|
im com
|
2018-08-05 18:45:20 +02:00 |
|
Christian Zimmermann
|
6d52a6cdd9
|
fix ipow bug and anonymous meta string bug
|
2018-07-29 22:48:22 +02:00 |
|
Christian Zimmermann
|
aceffc1af6
|
override -> final + MetaOperationRoot (which does not work so far)
|
2018-07-29 19:17:26 +02:00 |
|
Christian Zimmermann
|
15f4f38e48
|
fix null range instace issue
|
2018-07-29 14:35:53 +02:00 |
|
Christian Zimmermann
|
1523fa024e
|
char** to const char** in range stream parser + minor changes (utilities)
|
2018-07-28 20:05:58 +02:00 |
|
Christian Zimmermann
|
fb1a3c9e33
|
resolve some merge conflict (wherever this has been arised from...)
|
2018-07-28 17:35:47 +02:00 |
|
Christian Zimmermann
|
11a53de452
|
range stream parsing works
|
2018-07-28 17:32:02 +02:00 |
|
Christian Zimmermann
|
56cc0bf05c
|
first draft of multi/anonymous range meta stream parsing + spaceType() in Ranges
|
2018-07-28 15:27:11 +02:00 |
|
Christian Zimmermann
|
a3ac073975
|
extent operation unit test to be sure
|
2018-07-22 23:05:25 +02:00 |
|
Christian Zimmermann
|
8dc5dd3317
|
single index parsing from creation string works
|
2018-07-22 21:59:31 +02:00 |
|
Christian Zimmermann
|
c361c2337f
|
start implementing string to range parsing
|
2018-07-22 18:32:43 +02:00 |
|
Christian Zimmermann
|
f14edd17e4
|
string meta via index
|
2018-07-22 16:16:24 +02:00 |
|
Christian Zimmermann
|
fc40f83dd8
|
enable string meta data info by virtual function in RangeBase
|
2018-07-21 18:05:53 +02:00 |
|
Christian Zimmermann
|
341a70ef06
|
various fixes
|
2018-07-20 19:13:42 +02:00 |
|
Christian Zimmermann
|
3c72dc98a0
|
bug fix in resolve Range type routines + some clean up
|
2018-07-19 21:27:09 +02:00 |
|
Christian Zimmermann
|
c043008217
|
function structs corresponding to math.h functions + some code optimizations
|
2018-07-19 19:29:52 +02:00 |
|
Christian Zimmermann
|
5c4f0c3f1b
|
some operation utilities
|
2018-07-19 13:00:34 +02:00 |
|
Christian Zimmermann
|
7735a1f9fb
|
minor change
|
2018-07-17 23:13:57 +02:00 |
|
Christian Zimmermann
|
e2dc8b3fea
|
crucial arithmetics extension: operations involving native c++ scalars should be possible
|
2018-07-17 22:10:36 +02:00 |
|
Christian Zimmermann
|
4499dfd7fc
|
add null range + static function base class
|
2018-07-17 20:01:25 +02:00 |
|
Christian Zimmermann
|
a5292ef2ab
|
some utilities (move all to helper_tools.h)
|
2018-07-17 13:56:59 +02:00 |
|
Christian Zimmermann
|
edab24b63a
|
enable anonymous cast (only implemented for multi array itself; remaining classes non-trivial)
|
2018-07-16 18:52:02 +02:00 |
|
Christian Zimmermann
|
c6914831af
|
make multi ranges of specific sub range instances unique
|
2018-07-16 17:40:39 +02:00 |
|
Christian Zimmermann
|
41f2e60d6e
|
anonymous range: save cast test works
|
2018-07-16 15:55:55 +02:00 |
|
Christian Zimmermann
|
fcb7ce575e
|
first anonymous test works
|
2018-07-16 14:44:55 +02:00 |
|
Christian Zimmermann
|
764bcac758
|
anonymous range constructor: promote subrange layer of anonymous range arguments
|
2018-07-16 12:58:06 +02:00 |
|
Christian Zimmermann
|
b9e5d6a898
|
first scast version (UNTESTED)
|
2018-07-16 00:12:05 +02:00 |
|
Christian Zimmermann
|
0d951f892a
|
im com (while extending anonymous range)
|
2018-07-15 15:22:15 +02:00 |
|
Christian Zimmermann
|
370a5c52ad
|
Merge branch 'dev' of rqcd.ur.de:czimmermann/multi_array into dev
|
2018-07-13 18:24:33 +02:00 |
|
Christian Zimmermann
|
689ad3801f
|
add pspace range + some dev reg anonymous range (scast implementation missing)
|
2018-07-13 18:23:58 +02:00 |
|
Christian Zimmermann
|
814665a6de
|
enable array cat
|
2018-05-20 20:03:44 +02:00 |
|
Christian Zimmermann
|
3367ab684a
|
generalize operation types (func args and return types may be diffent now)
|
2018-05-20 16:45:03 +02:00 |
|