Iaroslav Postovalov
|
0e42cc9f5c
|
Update README
|
2021-02-11 23:35:45 +07:00 |
|
Iaroslav Postovalov
|
f054a4c039
|
Fix JVM signature of generated invoke method
|
2021-02-11 23:34:48 +07:00 |
|
Alexander Nozik
|
c3c2658d91
|
Merge pull request #201 from mipt-npm/commandertvis/fix-benchmarks
Fix broken benchmarks code again
|
2021-02-11 15:22:09 +03:00 |
|
Iaroslav Postovalov
|
6aeccef889
|
Fix benchmarks again
|
2021-02-11 15:20:29 +07:00 |
|
Alexander Nozik
|
bca36529a5
|
Merge pull request #183 from mipt-npm/commandertvis/hermitian-conjugate
Add transposeConjugate function for Complex and Double (conjugates are not cached). Minor refactoring of MatrixContext and API reference changes
|
2021-02-11 11:06:38 +03:00 |
|
Alexander Nozik
|
cd4bfdf59e
|
Merge pull request #156 from mipt-npm/feature/quaternion
Add fast quaternion implementation, minor changes to complex
|
2021-02-11 11:01:29 +03:00 |
|
Alexander Nozik
|
87f2021bcb
|
Merge pull request #200 from mipt-npm/commandertvis/fix-benchmarks
Fix benchmarks source set
|
2021-02-11 10:55:39 +03:00 |
|
Iaroslav Postovalov
|
a891734ef0
|
Add newline
|
2021-02-11 14:53:20 +07:00 |
|
Iaroslav Postovalov
|
b02091402f
|
Remove explicity qualification
|
2021-02-11 14:52:26 +07:00 |
|
Iaroslav Postovalov
|
e6876c3f97
|
Fix benchmarks source set
|
2021-02-11 14:49:15 +07:00 |
|
Iaroslav Postovalov
|
78dc3ee985
|
Merge branch 'dev' into commandertvis/hermitian-conjugate
|
2021-02-09 18:13:03 +07:00 |
|
Iaroslav Postovalov
|
cd96845c31
|
Discard a change
|
2021-02-09 18:12:35 +07:00 |
|
Iaroslav Postovalov
|
b06f96c335
|
Move complex related tests from kmath-core to kmath-complex
|
2021-02-09 18:11:54 +07:00 |
|
Iaroslav Postovalov
|
da1713b3c6
|
Fix failing test
|
2021-02-08 19:01:47 +07:00 |
|
Iaroslav Postovalov
|
956ac6b74f
|
Fix failing test
|
2021-02-08 18:42:42 +07:00 |
|
Iaroslav Postovalov
|
d7c28bfd0c
|
Fix problems related to merge
|
2021-02-07 02:45:35 +07:00 |
|
Iaroslav Postovalov
|
73969da969
|
Merge branch 'dev' into feature/quaternion
# Conflicts:
# CHANGELOG.md
# kmath-complex/src/commonMain/kotlin/kscience/kmath/complex/Complex.kt
|
2021-02-07 02:31:54 +07:00 |
|
Iaroslav Postovalov
|
5f8054834a
|
Comment out incorrect tests
|
2021-02-07 02:26:25 +07:00 |
|
Iaroslav Postovalov
|
b1c9bff07f
|
Merge branch 'dev' into feature/quaternion
|
2021-02-07 02:22:55 +07:00 |
|
Iaroslav Postovalov
|
1ce8a5708d
|
Add OptIn annotation
|
2021-02-06 23:07:11 +07:00 |
|
|
86263f602a
|
Remove inline from Random-based RandomGenerator.kt to work around https://youtrack.jetbrains.com/issue/KT-44703
|
2021-02-04 13:24:54 +03:00 |
|
|
fab12564cf
|
Kotlin 1.4.30 and JVM-IR
|
2021-02-04 11:00:30 +03:00 |
|
|
2738496447
|
Histogram API update
|
2021-02-04 11:00:08 +03:00 |
|
|
cde9d85a96
|
Fix symbol delegate after build work-around for https://youtrack.jetbrains.com/issue/KT-4012
|
2021-02-01 12:58:56 +03:00 |
|
|
8f101c5cd0
|
Fix symbol delegate after build work-around for https://youtrack.jetbrains.com/issue/KT-4012
|
2021-02-01 12:34:30 +03:00 |
|
|
730678b2fc
|
Add safety checks for kmath-for-real buffer operations.
|
2021-01-31 20:02:11 +03:00 |
|
Iaroslav Postovalov
|
d728c35d72
|
Minor: regenerate README files
|
2021-01-31 14:50:48 +07:00 |
|
Iaroslav Postovalov
|
46650a414e
|
Merge branch 'dev' into feature/quaternion
# Conflicts:
# CHANGELOG.md
# README.md
# kmath-core/README.md
|
2021-01-31 14:46:11 +07:00 |
|
Iaroslav Postovalov
|
cd439ce2ed
|
Minor: regenerate README files
|
2021-01-31 14:40:03 +07:00 |
|
|
28240954b0
|
Documentation update. API generated
|
2021-01-30 20:23:15 +03:00 |
|
|
0a733642dd
|
Merge remote-tracking branch 'origin/master' into dev
# Conflicts:
# README.md
# kmath-ast/README.md
# kmath-core/README.md
# kmath-for-real/README.md
# kmath-nd4j/README.md
|
2021-01-30 20:12:40 +03:00 |
|
|
85927c9f6b
|
Documentation update.
|
2021-01-30 20:12:14 +03:00 |
|
Alexander Nozik
|
8e89b5eba3
|
Create publish.yml
Add publish workflow
|
2021-01-30 20:06:21 +03:00 |
|
Iaroslav Postovalov
|
4f78286756
|
Fix after-merge problems
|
2021-01-30 17:19:46 +07:00 |
|
|
5f6c133550
|
Histogram refactor
|
2021-01-30 11:24:34 +03:00 |
|
Iaroslav Postovalov
|
70c0b614a3
|
Merge branch 'dev' into feature/quaternion
# Conflicts:
# CHANGELOG.md
# examples/src/main/kotlin/kscience/kmath/operations/ComplexDemo.kt
# examples/src/main/kotlin/kscience/kmath/structures/ComplexND.kt
# kmath-complex/src/commonMain/kotlin/kscience/kmath/complex/ComplexNDField.kt
# kmath-core/src/commonMain/kotlin/kscience/kmath/structures/NDAlgebra.kt
# kmath-core/src/commonTest/kotlin/kscience/kmath/structures/NDFieldTest.kt
|
2021-01-29 17:00:57 +07:00 |
|
Iaroslav Postovalov
|
5c982df36a
|
Merge branch 'dev' into commandertvis/hermitian-conjugate
# Conflicts:
# kmath-core/src/commonMain/kotlin/kscience/kmath/linear/VirtualMatrix.kt
# kmath-core/src/commonMain/kotlin/kscience/kmath/nd/Structure2D.kt
|
2021-01-29 16:54:42 +07:00 |
|
Alexander Nozik
|
e1ca02dced
|
Merge pull request #197 from mipt-npm/refactor/ndalgebra
Refactor/ndalgebra
|
2021-01-28 20:13:38 +03:00 |
|
|
2e52457b96
|
fix merge
|
2021-01-28 20:10:42 +03:00 |
|
|
45866b500f
|
Merge remote-tracking branch 'origin/dev' into refactor/ndalgebra
# Conflicts:
# CHANGELOG.md
# examples/src/benchmarks/kotlin/kscience/kmath/benchmarks/LinearAlgebraBenchmark.kt
# kmath-commons/src/main/kotlin/kscience/kmath/commons/linear/CMMatrix.kt
# kmath-for-real/src/commonMain/kotlin/kscience/kmath/real/RealMatrix.kt
|
2021-01-28 20:07:43 +03:00 |
|
|
228c0b3886
|
misc
|
2021-01-28 20:04:33 +03:00 |
|
Alexander Nozik
|
d9afcf019a
|
Merge pull request #189 from mipt-npm/commandertvis/cm-decompositions
Support of new matrix decomposition features for CMMatrix
|
2021-01-28 19:58:07 +03:00 |
|
Iaroslav Postovalov
|
6503ed4cde
|
Merge branch 'dev' into commandertvis/cm-decompositions
|
2021-01-25 17:38:27 +07:00 |
|
Alexander Nozik
|
6cfabbe7ef
|
Merge pull request #198 from mipt-npm/commandertvis/fix-lup-capitalization
Fix capitalization of LUP in reference names
|
2021-01-24 19:56:02 +03:00 |
|
Iaroslav Postovalov
|
e0b8a0bfe5
|
Update the changelog
|
2021-01-24 22:30:52 +07:00 |
|
Iaroslav Postovalov
|
b20081f161
|
Fix capitalization of LUP related references (LUP -> Lup)
|
2021-01-24 22:12:43 +07:00 |
|
|
8a2f1586e2
|
suppress unused
|
2021-01-24 17:11:14 +03:00 |
|
|
aff7bbab41
|
Matrix performance optimization
|
2021-01-24 17:07:19 +03:00 |
|
|
3bbb39f30d
|
cleanup parallel field example
|
2021-01-24 10:26:56 +03:00 |
|
|
9829a16a32
|
Optimize Real NDField
|
2021-01-24 10:15:16 +03:00 |
|