Roland Grinis
|
bb4894b87e
|
removing assignement for non operator members
|
2021-03-11 21:46:35 +00:00 |
|
AlyaNovikova
|
723e0e458e
|
add functions transpose and transposeAssign
|
2021-03-11 23:04:42 +03:00 |
|
Roland Grinis
|
3a37b88b5c
|
Fixed getting value test for tensors
|
2021-03-09 21:13:48 +00:00 |
|
Your Name
|
fe55856a26
|
basic implements & refactor tensor structure & and new tensor algebra methods
|
2021-03-09 22:18:46 +03:00 |
|
Roland Grinis
|
90f4ff06fd
|
Basic tasks for Alya and Andrei
|
2021-03-04 13:22:28 +00:00 |
|
Roland Grinis
|
ed007589cf
|
LU decomposition set up
|
2021-03-02 14:54:07 +00:00 |
|
Roland Grinis
|
4aa1df0628
|
Safe item method and view_as added
|
2021-03-02 09:32:36 +00:00 |
|
Roland Grinis
|
f15ac20323
|
Cannot afford to inherit from RingWithNumbers
|
2021-03-01 22:52:58 +00:00 |
|
Roland Grinis
|
7c38b16f17
|
Initial draft for RealTensor and RealTensorALgebra
|
2021-03-01 21:43:04 +00:00 |
|
Roland Grinis
|
477f7dd079
|
Deprecating div methods
|
2021-03-01 13:01:15 +00:00 |
|
Roland Grinis
|
2ea6d0bfdd
|
Merging dev
|
2021-03-01 12:47:20 +00:00 |
|
|
dd5ef4810f
|
Gradle plugin 0.8.0
|
2021-02-21 16:13:40 +03:00 |
|
|
1ad305ba34
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# kmath-core/api/kmath-core.api
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/linear/MatrixContext.kt
|
2021-02-19 13:50:49 +03:00 |
|
|
6581f3dd8a
|
Cleanup
|
2021-02-19 13:38:32 +03:00 |
|
Iaroslav Postovalov
|
84adce13c9
|
Merge pull request #148 from mipt-npm/gsl-experiment
Changes for upcoming GSL extension project
|
2021-02-19 17:34:27 +07:00 |
|
Iaroslav Postovalov
|
ef97386033
|
Fix typo
|
2021-02-19 17:34:02 +07:00 |
|
|
209e17cd42
|
Merge histograms
|
2021-02-19 10:52:56 +03:00 |
|
|
c6ea423bd6
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# CHANGELOG.md
# kmath-core/api/kmath-core.api
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/domains/HyperSquareDomain.kt
# kmath-histograms/src/commonMain/kotlin/space/kscience/kmath/histogram/RealHistogram.kt
# kmath-histograms/src/commonTest/kotlin/scietifik/kmath/histogram/MultivariateHistogramTest.kt
# kmath-histograms/src/jsMain/kotlin/space/kscience/kmath/histogram/Counters.kt
# kmath-histograms/src/jvmMain/kotlin/space/kscience/kmath/histogram/Counters.kt
# kmath-histograms/src/jvmMain/kotlin/space/kscience/kmath/histogram/UnivariateHistogram.kt
# kmath-histograms/src/jvmMain/kotlin/space/kscience/kmath/histogram/UnivariateHistogramSpace.kt
|
2021-02-19 09:46:25 +03:00 |
|
Alexander Nozik
|
ee4c348294
|
Merge pull request #203 from mipt-npm/refactor/histograms
Refactor/histograms
|
2021-02-18 18:05:03 +03:00 |
|
|
8485d28872
|
Change package name to space.kscience
|
2021-02-18 11:17:28 +03:00 |
|
Iaroslav Postovalov
|
090f93ab7b
|
Merge branch 'dev' into gsl-experiment
|
2021-02-17 21:24:40 +07:00 |
|
Iaroslav Postovalov
|
acfff40d96
|
Fix my mistakes in descriptions of core algebraic structures
|
2021-02-13 21:05:01 +07:00 |
|
|
987997cc02
|
Histograms refactor
|
2021-02-12 22:43:35 +03:00 |
|
Iaroslav Postovalov
|
41be1cd34d
|
Merge branch 'dev' into gsl-experiment
|
2021-02-12 20:54:21 +07:00 |
|
Iaroslav Postovalov
|
0e42cc9f5c
|
Update README
|
2021-02-11 23:35:45 +07:00 |
|
Iaroslav Postovalov
|
228b55f5ea
|
Merge branch 'dev' into gsl-experiment
# Conflicts:
# CHANGELOG.md
# gradle.properties
# kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt
# kmath-stat/build.gradle.kts
|
2021-02-11 17:28:22 +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 |
|
Iaroslav Postovalov
|
78dc3ee985
|
Merge branch 'dev' into commandertvis/hermitian-conjugate
|
2021-02-09 18:13:03 +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
|
a5cdf7c297
|
Merge branch 'dev' into gsl-experiment
|
2021-02-07 02:46:24 +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
|
b1c9bff07f
|
Merge branch 'dev' into feature/quaternion
|
2021-02-07 02:22:55 +07:00 |
|
Iaroslav Postovalov
|
49da84b223
|
Merge branch 'dev' into gsl-experiment
|
2021-02-06 23:12:38 +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 |
|
|
2738496447
|
Histogram API update
|
2021-02-04 11:00:08 +03:00 |
|
|
065d7a150a
|
Fix kotlin version bug for GSL codegen
|
2021-02-01 13:20:33 +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 |
|
Iaroslav Postovalov
|
55f8c3938b
|
Merge branch 'dev' into gsl-experiment
# Conflicts:
# .github/workflows/build.yml
|
2021-01-31 14:57:31 +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 |
|
|
85927c9f6b
|
Documentation update.
|
2021-01-30 20:12:14 +03:00 |
|
Iaroslav Postovalov
|
955e95690d
|
Merge branch 'dev' into gsl-experiment
|
2021-01-30 17:20:36 +07:00 |
|
Iaroslav Postovalov
|
4f78286756
|
Fix after-merge problems
|
2021-01-30 17:19:46 +07: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 |
|
|
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 |
|
Iaroslav Postovalov
|
6503ed4cde
|
Merge branch 'dev' into commandertvis/cm-decompositions
|
2021-01-25 17:38:27 +07:00 |
|