|
d1e76175b7
|
Refactor integrator API.
|
2021-05-16 14:09:21 +03:00 |
|
|
6f39b38a72
|
Refactor integrator API.
|
2021-05-16 13:59:37 +03:00 |
|
|
4964fb2642
|
Merge remote-tracking branch 'origin/dev' into dev
|
2021-05-14 18:23:48 +03:00 |
|
|
42d130f69c
|
Build tools update. Cleanup
|
2021-05-14 15:59:17 +03:00 |
|
|
fff7377687
|
ColumnarData returns nullable column
|
2021-05-14 12:42:27 +03:00 |
|
|
6eb95f26eb
|
Additional piecewise extension
|
2021-05-14 12:11:37 +03:00 |
|
Alexander Nozik
|
a0621bba5b
|
Merge pull request #334 from zhelenskiy/dev
TODO removed as I already added what neeed
|
2021-05-14 10:50:54 +03:00 |
|
zhelenskiy
|
cf555bc8ae
|
TODO removed as I already added what neeed
|
2021-05-14 10:48:57 +03:00 |
|
|
dc9ec54644
|
naming fix and doc update
|
2021-05-14 09:32:24 +03:00 |
|
|
1a615c503d
|
re-apply bigint fix
|
2021-05-14 09:20:49 +03:00 |
|
|
1b60f71ed0
|
Revert "fixes to power"
This reverts commit bdb9ce6a
|
2021-05-14 09:14:48 +03:00 |
|
Alexander Nozik
|
c1b94ff0bc
|
Merge pull request #328 from zhelenskiy/dev
Karatsuba added, 2 bugs are fixed
|
2021-05-14 09:12:25 +03:00 |
|
Alexander Nozik
|
a86e8eb164
|
Merge pull request #333 from mipt-npm/fix/tensor-cov-api
remove cov from tensors API
|
2021-05-14 09:10:57 +03:00 |
|
Alexander Nozik
|
bdb9ce6a59
|
fixes to power
|
2021-05-14 09:10:05 +03:00 |
|
Alexander Nozik
|
a299003236
|
Merge branch 'dev' into dev
|
2021-05-14 09:06:21 +03:00 |
|
zhelenskiy
|
c204747401
|
Reusing of existing power function
|
2021-05-13 22:44:33 +03:00 |
|
Roland Grinis
|
e110253d8f
|
remove cov from tensors API
|
2021-05-13 19:26:18 +01:00 |
|
Alexander Nozik
|
ed5e94f580
|
Merge pull request #331 from mipt-npm/commandertvis/q
Special rendering of Quaternion
|
2021-05-13 19:49:51 +03:00 |
|
Iaroslav Postovalov
|
fcb9605338
|
Special rendering of Quaternion #330
|
2021-05-13 22:59:35 +07:00 |
|
zhelenskiy
|
1e94538931
|
Unstable API annotation added + inconsistent docs fix + unnecessary BigIntField usage removed
|
2021-05-13 13:11:20 +03:00 |
|
|
feb5743f58
|
Change signature of one of integrate helpers
|
2021-05-13 11:10:59 +03:00 |
|
|
f5289abdc3
|
Introduce PerformancePitfall annotation
|
2021-05-13 11:09:49 +03:00 |
|
|
97c4b81717
|
Introduce PerformancePitfall annotation
|
2021-05-13 11:02:20 +03:00 |
|
Alexander Nozik
|
3131e2a40d
|
Merge pull request #329 from mipt-npm/fix/tensors-doc
Fix readme for tensors
|
2021-05-12 22:02:35 +03:00 |
|
Roland Grinis
|
d721c4b597
|
typo found
|
2021-05-12 19:43:08 +01:00 |
|
Roland Grinis
|
e5f3ee75be
|
tensors readme fix
|
2021-05-12 19:40:10 +01:00 |
|
zhelenskiy
|
8443fac4ae
|
UInt can be used in exponent (in pow) now.
|
2021-05-12 14:10:32 +03:00 |
|
zhelenskiy
|
1e71f29d5e
|
Large addition tests added
|
2021-05-12 13:59:41 +03:00 |
|
zhelenskiy
|
ded01251d1
|
Karatsuba enhancement
|
2021-05-12 11:05:42 +03:00 |
|
zhelenskiy
|
ed86a31c50
|
Placing pow outside the Ring interface.
|
2021-05-12 04:58:48 +03:00 |
|
zhelenskiy
|
b4e47494fc
|
Parsing of decimal values takes 9 immediately digits but not 1.
|
2021-05-12 04:42:17 +03:00 |
|
zhelenskiy
|
9184bd55de
|
Parser optimization
|
2021-05-12 02:01:49 +03:00 |
|
zhelenskiy
|
74d14970b9
|
empty string parsing fixed
|
2021-05-12 00:58:27 +03:00 |
|
Alexander Nozik
|
e01ee63c03
|
Merge pull request #326 from mipt-npm/commandertvis/kotlingrad
Promote kmath-kotlingrad to experimental alongside minor documentation and API changes
|
2021-05-11 09:01:59 +03:00 |
|
Alexander Nozik
|
e302b5ea4c
|
Merge pull request #327 from mipt-npm/commandertvis/unstable
Document and change retention for UnstableKMathAPI
|
2021-05-11 09:01:16 +03:00 |
|
zhelenskiy
|
2da0648d73
|
Karatsuba added
Incorrect equals fix test
Incorrect overflow handling support
|
2021-05-11 01:40:45 +03:00 |
|
zhelenskiy
|
3ad7f32ada
|
Incorrect BigInt equality fixed
|
2021-05-10 18:41:40 +03:00 |
|
zhelenskiy
|
d17a3ac6ef
|
Further optimization of power is added
|
2021-05-10 18:24:13 +03:00 |
|
zhelenskiy
|
1716b7f5d1
|
Fast power is added
|
2021-05-10 17:57:49 +03:00 |
|
Iaroslav Postovalov
|
e2920ed683
|
Promote kmath-kotlingrad to experimental alongside minor documentation and API changes
|
2021-05-09 18:17:28 +07:00 |
|
Iaroslav Postovalov
|
bbef697b7d
|
Document and change retention for UnstableKMathAPI
|
2021-05-09 18:10:06 +07:00 |
|
|
6d78bb8d91
|
0.3.0-dev-8. Readme update
|
2021-05-08 14:36:37 +03:00 |
|
|
515d2391ee
|
Merge remote-tracking branch 'origin/master' into dev
# Conflicts:
# .github/workflows/pages.yml
|
2021-05-08 14:29:33 +03:00 |
|
|
7ce0829597
|
0.3.0-dev-8. Cleanup
|
2021-05-08 14:20:16 +03:00 |
|
|
e4e661a3bf
|
Update jupyter integration
|
2021-05-08 14:10:57 +03:00 |
|
|
0622be2494
|
Merge remote-tracking branch 'origin/dev' into dev
|
2021-05-08 11:35:15 +03:00 |
|
Alexander Nozik
|
c420c2ccc6
|
Merge pull request #300 from mipt-npm/feature/tensor-algebra
KMP library for tensors
|
2021-05-08 09:48:04 +03:00 |
|
Iaroslav Postovalov
|
512ed1139c
|
Merge pull request #323 from AndreiKingsley/andrew
fixes
|
2021-05-08 03:34:57 +07:00 |
|
Andrei Kislitsyn
|
33e27cd992
|
fixed
|
2021-05-07 23:07:02 +03:00 |
|
Andrei Kislitsyn
|
11a1624e64
|
fixes
|
2021-05-07 23:06:41 +03:00 |
|