Commit Graph

80 Commits

Author SHA1 Message Date
b47cdd12c2 Adjustments to RealNDField 2018-12-31 13:48:27 +03:00
334dadc6bf Specialized BufferNDField 2018-12-30 19:48:32 +03:00
Alexander Nozik
cdef4122df
Merge pull request #29 from breandan/dev
Adjustments to grammar and whole-file contexts
2018-12-29 09:19:15 +03:00
breandan.considine
a76dac633b add another alternative for specifying context 2018-12-28 23:50:04 -05:00
breandan.considine
350151b62a more adjustments to contexts doc 2018-12-28 00:01:57 -05:00
Alexander Nozik
aaa3bd387d
Merge pull request #28 from breandan/dev
Add Gradle Wrapper and clean up docs a bit
2018-12-28 07:51:47 +03:00
breandan.considine
9404203982 clean up context doc 2018-12-27 23:26:52 -05:00
breandan.considine
32154a4536 clean up operations doc 2018-12-27 23:14:20 -05:00
breandan.considine
61c1dad451 clean up readme 2018-12-27 23:06:01 -05:00
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