|
a77d3d0bbf
|
Merge branch 'dev' of https://github.com/altavir/kmath into adv-expr
|
2020-06-12 08:46:45 +03:00 |
|
|
f46615d3bc
|
Left and right-side operations in Algebra
|
2020-06-12 08:43:47 +03:00 |
|
|
e8a6ecd5c3
|
Merge remote-tracking branch 'origin/adv-expr' into adv-expr
|
2020-06-11 12:47:01 +03:00 |
|
|
0507bfcc24
|
Expression simplification
|
2020-06-11 09:46:42 +03:00 |
|
Commander Tvis
|
ef67d82d84
|
Repair multiplication for Int, Long, Short, Byte Ring
|
2020-06-11 10:21:13 +07:00 |
|
|
3e03f09504
|
Merge remote-tracking branch 'origin/adv-expr' into adv-expr
|
2020-06-09 14:44:11 +03:00 |
|
|
5dc07febe3
|
Expression simplification
|
2020-06-09 13:07:40 +03:00 |
|
|
2855ad29a4
|
Remove unused argument in functionalExpressions.kt
|
2020-06-09 11:14:47 +03:00 |
|
|
774b1123f7
|
Minor change in grid builders
|
2020-06-08 12:07:27 +03:00 |
|
|
1a869ace0e
|
Refactored Expression tree API
|
2020-05-15 16:10:19 +03:00 |
|
|
4a26c1080e
|
A prototype for advanced expressoins
|
2020-05-14 20:30:43 +03:00 |
|
|
e5ffb22126
|
For-real refactoring and test fix.
Never call equals on buffer
|
2020-05-07 09:54:46 +03:00 |
|
|
646207e140
|
Equlity half-fix for NDStructure
|
2020-05-06 10:50:08 +03:00 |
|
|
1015e238f1
|
Basic geometry
|
2020-04-29 19:28:24 +03:00 |
|
|
fbe7363cde
|
BigInt refactoring
|
2020-04-26 21:47:34 +03:00 |
|
Alexander Nozik
|
85ad44ac9b
|
Merge pull request #81 from mipt-npm/big-int
BigInt implementation
|
2020-04-26 20:08:31 +03:00 |
|
|
28ef591524
|
Chain implements Flow
|
2020-04-26 20:04:15 +03:00 |
|
|
48cb683bc4
|
Refactoring of KBigInteger
|
2020-04-15 20:28:24 +03:00 |
|
Alexander Nozik
|
c6640b4d31
|
Merge pull request #84 from schakalakka/master
Fix two simple typos in file names:
|
2020-04-11 09:35:46 +03:00 |
|
Andreas Radke
|
cb1156fd90
|
Fix two simple typos in file names:
Rename LinearAlgrebra.kt to LinearAlgebra.kt
and BigNumers.kt to BigNumbers.kt
|
2020-04-10 20:54:10 +02:00 |
|
|
0e898ee1ea
|
Add strided matrix dot test to check #82
|
2020-04-03 19:01:58 +03:00 |
|
|
19d1459a55
|
Fix division and add tests
|
2020-04-01 23:56:39 +03:00 |
|
|
9500ee0924
|
Initial implementation of multiplatform BigInteger
|
2020-03-30 16:30:16 +03:00 |
|
|
73f40105c4
|
Interpolation API
|
2020-02-12 21:57:21 +03:00 |
|
|
9d1ba1b78b
|
Merge remote-tracking branch 'origin/dev-pk' into dev
# Conflicts:
# settings.gradle.kts
|
2020-01-12 10:50:43 +03:00 |
|
|
396b31d106
|
Linear interpolation
|
2020-01-12 10:49:42 +03:00 |
|
|
8662935dbe
|
Merge branch 'master' into dev
|
2020-01-12 10:02:28 +03:00 |
|
|
f9836a6477
|
Viktor prototype
|
2019-12-08 15:48:25 +03:00 |
|
|
bf2f4db468
|
readme update
|
2019-12-08 10:59:49 +03:00 |
|
|
1e70bebba6
|
Version update + some useful extensions
|
2019-11-20 16:12:41 +03:00 |
|
|
e5e9367c43
|
Factorized distributions/named priors
|
2019-09-02 13:07:42 +03:00 |
|
|
92b4e6f28c
|
Tools to evaluate statistic
|
2019-08-25 10:51:25 +03:00 |
|
|
645d81abf0
|
Build migrated to gradle-tools 1.4
|
2019-08-24 09:00:04 +03:00 |
|
|
5a08faf0b6
|
Fix for #74. Removed square from complex
|
2019-08-24 08:23:02 +03:00 |
|
|
c31c9a9532
|
Move RealVector to kmath-for-real and use scientifik plugin
|
2019-08-07 21:47:50 +03:00 |
|
|
7f3dd95e72
|
Moved to scientifik plugin. Removed depricated Vector
|
2019-07-17 14:21:37 +03:00 |
|
|
5a8a45cf6a
|
minor update
|
2019-06-18 10:22:47 +03:00 |
|
|
651f8323f3
|
Basic support for BigInteger (#69)
|
2019-06-09 22:03:35 +03:00 |
|
|
88ee3e5ab7
|
Random generator forks
|
2019-06-09 10:54:45 +03:00 |
|
|
1b647b6014
|
Random demo
|
2019-06-08 16:44:49 +03:00 |
|
|
f480aa1c5c
|
Example fix
|
2019-06-08 16:25:51 +03:00 |
|
|
f706122266
|
Fine grained field types for autodiff
|
2019-06-06 19:04:32 +03:00 |
|
|
cee39e0666
|
Generalized Elizarov's algorithm for ExtendedField
|
2019-06-06 18:50:40 +03:00 |
|
|
5be55560cf
|
Merged build config changes from dataforge
|
2019-05-31 13:03:00 +03:00 |
|
|
2503cb69d5
|
removed unnecessary type-parameter in matrix
|
2019-05-31 12:32:22 +03:00 |
|
|
c3f0dbe161
|
Safe modification of autodiff
|
2019-05-05 10:14:05 +03:00 |
|
|
6f9b704aa7
|
Safe modification of autodiff
|
2019-05-05 09:39:51 +03:00 |
|
|
765097cbbe
|
MPP Univariate Autodiff from Roman Elizarov
|
2019-05-05 08:57:00 +03:00 |
|
|
d0a724771d
|
MPP Univariate Autodiff from Roman Elizarov
|
2019-05-04 22:21:22 +03:00 |
|
|
fcab05b683
|
Fixes in flow transformations
|
2019-04-30 09:15:31 +03:00 |
|