Commit Graph

2238 Commits

Author SHA1 Message Date
0cde0cfea5 Basic matrix inversion 2018-10-11 16:23:33 +03:00
a9c084773b Linear algebra in progress 2018-10-09 12:22:35 +03:00
76c3025acc Readme fix. Added js deploy target 2018-09-30 17:25:11 +03:00
c4b334976a Switch to kotlin 1.3 eap and mpp build 2018-09-30 17:18:04 +03:00
38c7f4382a Artifactory deploy 2018-09-28 21:07:42 +03:00
9c064b00b1 Grid generators for 1D double array 2018-09-11 22:00:00 +03:00
ba63b2e373 Generic definition for NDArray 2018-08-29 13:45:06 +03:00
6c25042f0f Context separation test for expressions 2018-08-25 21:36:50 +03:00
6df416f064 Added ComplexField test for expressions. 2018-08-25 21:22:07 +03:00
520765abb9 The same for minus 2018-08-25 21:18:17 +03:00
3576ddaf31 Added extension to field to use numbers as first class citizens 2018-08-25 21:15:55 +03:00
c344380120 Expressions! 2018-08-25 20:58:26 +03:00
8da54786a0 Minor documentation update 2018-08-24 21:11:59 +03:00
ce5c281427 Fixed version syntax 2018-08-24 20:55:44 +03:00
544f65d9a2 added maven plugin 2018-08-22 12:45:05 +03:00
982bee02ba Basic cumulative operation and cumulative sum #10 2018-08-21 21:27:46 +03:00
Alexander Nozik
9031e2443f
Update README.md 2018-08-03 09:51:54 +03:00
Alexander Nozik
258d689430
Merge pull request #11 from altavir/dev
Dev
2018-08-03 09:33:10 +03:00
80bd0e4e6a Created a short readme 2018-08-03 09:31:24 +03:00
717c4260f9 Ddded kmath prefix to module names. 2018-08-03 09:07:35 +03:00
f28f036fec Added operations with external functions and elements on NDArray. Switched to kotlin 1.2.60 2018-08-03 09:04:39 +03:00
0d1825a044 Optional math operations. 2018-07-18 12:52:58 +03:00
eb4c9a4b94 Abstract linear algebra and real value array implementation. 2018-07-18 12:51:21 +03:00
af446d2d2c Abstract linear algebra and real value array implementation. Not tested. 2018-05-06 22:45:27 +03:00
50a65524db Conceptual design of linear algebra on the way 2018-05-03 11:35:08 +03:00
7c3d561c63 Fixed #5 by removing requirement of NDArray element to be Field element and introducing DoubleField without corresponding element. 2018-05-02 22:32:20 +03:00
Alexander Nozik
bd46b66080
Merge pull request #6 from Wasabi375/woopsy
double precision missing in test
2018-05-01 19:33:29 +03:00
Burkhard Mittelbach
0d46116e7a
double precision missing in test 2018-05-01 18:17:21 +02:00
Alexander Nozik
6e2ad178f1
Merge pull request #4 from Wasabi375/master
Fixed Stride for RealNDArray
2018-05-01 19:03:26 +03:00
Burkhard Mittelbach
da037aa879
Fixed stride for RealNDArray
Signed-off-by: Burkhard Mittelbach <wasabi37a@googlemail.com>
2018-05-01 17:41:42 +02:00
Burkhard Mittelbach
5ec4c8690c
Added test for generating realNDArrays
Signed-off-by: Burkhard Mittelbach <wasabi37a@googlemail.com>
2018-05-01 17:12:19 +02:00
d22a4ed657 Test for product 2018-04-29 09:29:54 +03:00
4c25fa0395 removed idea files 2018-04-29 09:19:15 +03:00
d117d4634a Removed IDEA files 2018-04-29 09:17:53 +03:00
7a507cd281 Fixed multiple problems with NDArray. Added test for summation 2018-04-29 09:15:30 +03:00
f931004b5c Initial commit. Algebra operations. NDArray 2018-04-22 16:03:05 +03:00
b42beb4b68 Initial commit. Algebra operations. NDArray 2018-04-22 15:58:20 +03:00
Alexander Nozik
ed6d56b627
Initial commit 2018-04-14 08:52:49 +03:00