Commit Graph

71 Commits

Author SHA1 Message Date
breandan.considine
5f567e7716 add gradle wrapper 2018-12-27 21:59:47 -05:00
ad5e14e9a2 Doc update. Name refactoring in NDField 2018-12-26 14:35:51 +03:00
db37c19ed0 A general idea of context-oriented approach in doc 2018-12-26 12:56:43 +03:00
88c20843a4 Matrix and linear algebra redone 2018-12-24 15:19:35 +03:00
deed7f597c Matrix doe product moved out of context 2018-12-17 12:53:20 +03:00
280bc9e507 Cached strides creation 2018-12-17 12:44:03 +03:00
bb64012992 Complex extensions 2018-12-17 12:32:47 +03:00
cddea1869d Lazy structures, structure is no longer iterable, removed copy on read-only buffers. 2018-12-11 17:25:55 +03:00
bdd9dccd4f Final fixes for FastHistogram and NDStructure performance 2018-11-24 21:49:42 +03:00
d799668083 Faster implementation for FastHistogram 2018-11-24 20:55:35 +03:00
15cc4a22e2 Fixed some performance issues with histogram 2018-11-23 21:44:42 +03:00
5e3e0eb09d All fields in Structures, Vectors and Matrices are now generic 2018-11-23 18:42:40 +03:00
29da5bad28 Added phantom histograms 2018-11-23 15:46:14 +03:00
8f5276bdcb Broaden scope of VectorSpace to include Points 2018-11-23 14:08:28 +03:00
5cd6301f45 NDArray renamed to NDElement 2018-11-21 09:55:39 +03:00
75bedde1fa Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	build.gradle
#	settings.gradle
2018-11-20 22:10:24 +03:00
62c7099f8a Minor change to histogram API. Project build to kts. 2018-11-20 22:09:07 +03:00
dcf8f4c6fd inline class bug 2018-11-15 11:07:51 +03:00
68bd0ae0af Norm is a separate context 2018-11-14 23:26:38 +03:00
be18014d54 RealNDField 2018-11-06 21:22:03 +03:00
20a7c6c4f1 MultivariateHistogram fix 2018-11-05 16:11:53 +03:00
98622e64c4 1.3 stable! 2018-10-29 18:58:35 +03:00
881ee9f688 Added limited polimorphism to Histogram 2018-10-28 21:53:40 +03:00
6a0ef6a235 Added limited polimorphism to Histogram 2018-10-28 21:41:58 +03:00
34374e1006 Moved multivariate histogram to common 2018-10-28 16:56:06 +03:00
c8329eef8a Histograms for jvm are in working order. 2018-10-28 16:47:54 +03:00
c7575caeee AIDA is broken, rollback to standalone histograms 2018-10-27 10:08:07 +03:00
ae34346437 Quick AIDA port 2018-10-26 20:14:07 +03:00
f506e76b69 Moved JMH out of core 2018-10-26 17:45:41 +03:00
fb9cc1732b Merge remote-tracking branch 'origin/dev' into dev 2018-10-21 18:43:07 +03:00
f950313f41 NDStructures redone 2018-10-21 18:41:39 +03:00
Alexander Nozik
148b45408d
Merge branch 'master' into dev 2018-10-12 11:18:39 +03:00
f894175897 Basic matrix inversion 2018-10-12 10:49:11 +03:00
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