Iaroslav Postovalov
|
b93291adab
|
Proof-of-concept for dynamic units framework
|
2022-04-10 22:37:16 +07:00 |
|
Iaroslav Postovalov
|
38fd3e24c8
|
Use correct class name for kotlin JVM compilation
|
2022-04-01 02:37:14 +07:00 |
|
Iaroslav Postovalov
|
92cffd78d9
|
Upgrade gradle tools
|
2022-04-01 02:23:34 +07:00 |
|
|
4575ab2b79
|
Update interpolation API to agree with other conventions.
|
2022-03-07 10:39:59 +03:00 |
|
|
dd8a4796f6
|
Update gradle plugin and build consistency
|
2022-01-04 13:15:50 +03:00 |
|
Alexander Nozik
|
4badc3e044
|
Merge pull request #448 from breandan/master
Update Kotlin∇ and remove old Maven repositories
|
2021-12-25 21:20:42 +03:00 |
|
breandan
|
6255a46004
|
update Kotlin∇ and remove old maven repositories
|
2021-12-25 12:05:42 -05:00 |
|
Iaroslav Postovalov
|
5ba7d74bd2
|
Completely specialized expression types for Int, Long, Double and compilation of MST to it
|
2021-11-28 20:56:01 +07:00 |
|
Iaroslav Postovalov
|
d2e3110480
|
Update gradle-tools, do Kotlin 1.6.0 migrations
|
2021-11-24 15:32:06 +07:00 |
|
Iaroslav Postovalov
|
7ceb0b69b8
|
Revert license removal and update copyright
|
2021-11-16 18:14:34 +07:00 |
|
Iaroslav Postovalov
|
7b50400de5
|
Provide specializations of AsmBuilder for Double, Long, Int
|
2021-11-16 14:03:12 +07:00 |
|
Iaroslav Postovalov
|
f231d722c6
|
Multiple performance improvements related to ASM
1. Argument values are cached in locals
2. Optimized Expression.invoke function
3. lambda=indy is used in kmath-core
|
2021-11-15 23:29:15 +07:00 |
|
Roland Grinis
|
62e7073ed2
|
example fixed
|
2021-11-01 18:03:46 +00:00 |
|
|
4db7398a28
|
Tensor algebra generified
|
2021-10-28 10:58:22 +03:00 |
|
|
29a90efca5
|
Tensor algebra generified
|
2021-10-27 14:48:36 +03:00 |
|
|
7e59ec5804
|
Refactor TensorAlgebra to take StructureND and inherit AlgebraND
|
2021-10-26 09:16:24 +03:00 |
|
|
98bbc8349c
|
0.3.0-dev-17
|
2021-10-18 13:18:10 +03:00 |
|
Alexander Nozik
|
bfc6cbe5d8
|
Update multik.kt
|
2021-10-18 13:04:36 +03:00 |
|
|
dccc92bf2f
|
Switch to multik-default
|
2021-10-18 12:52:24 +03:00 |
|
|
a81ab474f7
|
Add multik tensor factories and benchmarks
|
2021-10-18 11:35:09 +03:00 |
|
|
05ae21580b
|
Merge branch 'dev' into feature/multik
|
2021-10-17 16:44:26 +03:00 |
|
|
9b9fe07044
|
Specialized operations for ND algebra
|
2021-10-17 16:42:46 +03:00 |
|
|
6de43ee4ba
|
update multik module
|
2021-10-17 13:52:40 +03:00 |
|
|
da34d0f71b
|
Merge branch 'dev' into feature/multik
|
2021-10-17 13:16:39 +03:00 |
|
|
688382eed6
|
Shapeless ND and Buffer algebras
|
2021-10-17 12:42:35 +03:00 |
|
|
d0354da80a
|
Shapeless ND and Buffer algebras
|
2021-10-17 11:12:35 +03:00 |
|
|
0ac5363acf
|
Multik wrapper prototype
|
2021-10-16 11:10:34 +03:00 |
|
|
abae29bbed
|
DoubleBuffer algebra refactoring
|
2021-10-02 18:54:45 +03:00 |
|
|
85aefb5380
|
Completely remove AlgebraElements.kt
|
2021-10-02 16:14:38 +03:00 |
|
|
01bbb4bb13
|
API cleanup
|
2021-10-02 09:55:52 +03:00 |
|
|
974d73e25c
|
Adjust benchmarks.
|
2021-09-22 22:09:46 +03:00 |
|
|
89eebbecb7
|
Fix EJML inversion issue
|
2021-09-21 21:24:27 +03:00 |
|
|
546d56aeee
|
Refactor buffer builders to suit new discoverability pattern
|
2021-09-19 21:13:07 +03:00 |
|
|
49ec5d1554
|
Refactor ND builders to suit new discoverability pattern
|
2021-09-19 20:48:36 +03:00 |
|
Alexander Nozik
|
8581b32448
|
Apply suggestions from code review
Co-authored-by: Iaroslav Postovalov <38042667+CommanderTvis@users.noreply.github.com>
|
2021-08-27 18:13:54 +03:00 |
|
|
8d33d6beab
|
Fixed QOW optimization
|
2021-08-16 16:40:56 +03:00 |
|
|
dfd6e0a949
|
Merge remote-tracking branch 'origin/dev' into feature/advanced-optimization
# Conflicts:
# kmath-commons/src/main/kotlin/space/kscience/kmath/commons/optimization/CMOptimization.kt
# kmath-commons/src/main/kotlin/space/kscience/kmath/commons/optimization/cmFit.kt
# kmath-ejml/src/main/kotlin/space/kscience/kmath/ejml/_generated.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/optimization/FunctionOptimization.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/optimization/NoDerivFunctionOptimization.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/optimization/Optimization.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/optimization/XYFit.kt
|
2021-08-16 09:56:00 +03:00 |
|
|
aaa298616d
|
QOW is working more or less
|
2021-08-16 09:55:03 +03:00 |
|
Iaroslav Postovalov
|
da27c2e494
|
Fix path to LICENSE in the notice
|
2021-08-08 12:27:16 +07:00 |
|
|
a020d1545c
|
merge dev
|
2021-08-06 12:23:24 +03:00 |
|
Alexander Nozik
|
2aede5b7b9
|
Merge pull request #390 from mipt-npm/commandertvis/upgrade-deps
Update dependencies
|
2021-07-29 09:36:24 +03:00 |
|
Iaroslav Postovalov
|
afd5908784
|
Revise grammar of KDoc comments, refresh documentation files
|
2021-07-29 07:16:26 +07:00 |
|
Iaroslav Postovalov
|
fe21f0c954
|
Update plotly.kt and SLF4J
|
2021-07-28 05:52:23 +07:00 |
|
Iaroslav Postovalov
|
8b3298f7a8
|
Exact conversions from Long to Int, Int indexing of Dimension
|
2021-07-20 11:21:47 -07:00 |
|
Iaroslav Postovalov
|
5d2eaaf68a
|
Add contracts to some functions, fix multiple style issues
|
2021-07-13 00:38:30 +07:00 |
|
|
3ba12f4999
|
Generic Buffer Algebra
|
2021-07-09 14:11:26 +03:00 |
|
therealansh
|
590910ac2d
|
add: example and Readme
|
2021-06-12 10:07:41 +05:30 |
|
Iaroslav Postovalov
|
46bf66c8ee
|
Add justCalculate benchmark, some minor refactorings
|
2021-06-09 21:50:34 +07:00 |
|
|
95c0b2d3f0
|
[WIP] optimization with QOW
|
2021-06-08 14:27:45 +03:00 |
|
Alexander Nozik
|
8da331f476
|
Merge pull request #351 from mipt-npm/commandertvis/symja
Integration between MST and Symja IExpr
|
2021-05-26 18:01:25 +03:00 |
|