|
222cdc2c14
|
Add unstable marker to eigenvalue decomposition
|
2024-08-21 12:06:00 +03:00 |
|
|
1619a49017
|
Add proper test for symmetric matrices eigenValueDecomposition
|
2024-08-18 22:45:33 +03:00 |
|
|
b818a8981f
|
Eigenvalue decomposition API
Cosmetic change Double -> Float64
|
2024-08-17 21:11:13 +03:00 |
|
|
91513a1629
|
Reimplement random-forking chain
|
2024-08-14 19:20:05 +03:00 |
|
|
2d309e050b
|
Merge branch 'refs/heads/beta/kotlin2.0.0' into dev
|
2024-07-07 11:03:48 +03:00 |
|
|
c585c59552
|
2.0.0
|
2024-06-04 10:31:42 +03:00 |
|
Gleb Minaev
|
201887187d
|
Make ShapeND a usual non-value class. Implement its equals and hashCode methods. Deprecate contentEquals and contentHashCode .
|
2024-05-08 21:59:49 +03:00 |
|
|
fc0393436f
|
Document ShapeND.asArray()
|
2024-04-15 18:01:58 +03:00 |
|
|
255d4ba6b7
|
Dump API. Update readme
|
2024-03-27 09:51:23 +03:00 |
|
|
214467d21c
|
Reformat code
|
2024-03-27 09:11:12 +03:00 |
|
|
1be6a5ca0e
|
LinearSpace.compute -> LinearSpace.withComputedAttribute
|
2024-03-27 07:45:57 +03:00 |
|
|
efef5996e1
|
Remove contracts
|
2024-03-27 07:44:33 +03:00 |
|
|
fcb7e2fa7d
|
Reverse types for buffers and typealiases for geometry.
|
2024-02-22 21:03:58 +03:00 |
|
|
fd9da63ef9
|
Prepare for 0.4.0 release
|
2024-02-18 15:05:56 +03:00 |
|
|
41a325d428
|
fix dot bug introduced in the last refactor. Add test for parallel linear algebra.
|
2024-02-18 14:22:20 +03:00 |
|
|
79642a869d
|
LUP cleanup
|
2024-02-18 14:00:38 +03:00 |
|
|
fbee95ab8b
|
LUP cleanup
|
2024-02-18 13:32:22 +03:00 |
|
|
10739e0d04
|
Performance fixes
|
2024-02-18 12:27:46 +03:00 |
|
|
f8e91c2402
|
Finishing fixes
|
2024-02-17 21:32:26 +03:00 |
|
|
a526dcc16b
|
Merge branch 'dev' into dev-0.4
# Conflicts:
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/linear/MatrixFeatures.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/misc/Featured.kt
# kmath-ejml/src/main/kotlin/space/kscience/kmath/ejml/_generated.kt
# kmath-memory/src/commonMain/kotlin/space/kscience/kmath/memory/MemoryBuffer.kt
# kmath-optimization/src/commonMain/kotlin/space/kscience/kmath/optimization/OptimizationBuilder.kt
|
2024-02-07 21:53:49 +03:00 |
|
Gleb Minaev
|
cc4159be67
|
Update/Add copyright comments. Regenerate code for kmath-ejml.
|
2024-01-05 01:50:27 +03:00 |
|
|
24b934eab7
|
Add Buffer.asList()
|
2023-11-22 14:32:56 +03:00 |
|
|
5c82a5e1fa
|
0.4 WIP
|
2023-11-18 22:29:59 +03:00 |
|
|
2f2f552648
|
0.4 WIP
|
2023-11-11 10:19:09 +03:00 |
|
|
2386ecba41
|
0.4 WIP
|
2023-11-04 11:49:31 +03:00 |
|
|
46eacbb750
|
0.4 WIP
|
2023-11-03 09:56:19 +03:00 |
|
|
544b8610e1
|
Merge branch 'dev' into dev-0.4
# Conflicts:
# buildSrc/settings.gradle.kts
# gradle.properties
# gradle/wrapper/gradle-wrapper.properties
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/euclidean2d/Circle2D.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/euclidean2d/Float32Space2D.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/euclidean2d/Float64Space2D.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/quaternionOperations.kt
|
2023-10-31 14:18:50 +03:00 |
|
|
1765f8cf8c
|
Remove asPolynomial
|
2023-10-25 10:28:39 +03:00 |
|
|
bfb556b013
|
remove webpack and node version fixture
|
2023-10-03 19:33:39 +03:00 |
|
|
12a02320ec
|
Merge branch 'dev' into kotlin/1.9.20
# Conflicts:
# build.gradle.kts
|
2023-09-22 08:33:40 +03:00 |
|
|
23c0758ba6
|
Kotlin 1.9.20
|
2023-09-13 13:25:54 +03:00 |
|
|
5196322b7a
|
Update integration to use Attributes
|
2023-08-13 19:13:39 +03:00 |
|
|
67994d35d9
|
Merge branch 'dev' into dev-0.4
# Conflicts:
# CHANGELOG.md
# build.gradle.kts
# examples/src/main/kotlin/space/kscience/kmath/operations/mixedNDOperations.kt
# kmath-commons/src/main/kotlin/space/kscience/kmath/commons/linear/CMMatrix.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/linear/Float64LinearSpace.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/linear/LupDecomposition.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/nd/Float64FieldND.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/euclidean2d/Circle2D.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/euclidean2d/Float64Space2D.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/euclidean3d/Float64Space3D.kt
# kmath-geometry/src/commonMain/kotlin/space/kscience/kmath/geometry/vectorPrecision.kt
# kmath-nd4j/src/main/kotlin/space/kscience/kmath/nd4j/Nd4jTensorAlgebra.kt
# kmath-tensorflow/src/main/kotlin/space/kscience/kmath/tensorflow/DoubleTensorFlowAlgebra.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/DoubleTensorAlgebra.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/IntTensorAlgebra.kt
# kmath-viktor/src/main/kotlin/space/kscience/kmath/viktor/ViktorFieldOpsND.kt
|
2023-08-12 21:38:43 +03:00 |
|
|
efb853c1bc
|
Refactor geometry
|
2023-08-12 13:16:18 +03:00 |
|
|
19bebfd1ed
|
Finish naming change
|
2023-08-12 11:21:59 +03:00 |
|
|
62f1c59d73
|
Fix Median statistics. Update algebra naming. Add integer fields
|
2023-08-12 10:46:43 +03:00 |
|
|
4abe25c188
|
[WIP] Features to Attributes refactoring
|
2023-07-18 10:13:36 +03:00 |
|
|
6da51b7794
|
[WIP] Features to Attributes refactoring
|
2023-07-09 15:51:50 +03:00 |
|
|
d3893ab7e6
|
[WIP] moving from features to attributes
|
2023-06-20 19:45:21 +03:00 |
|
|
c0a7cff1d8
|
Merge branch 'dev' into dev-0.3.2
# Conflicts:
# build.gradle.kts
# gradle/wrapper/gradle-wrapper.properties
# kmath-core/build.gradle.kts
# kmath-tensors/build.gradle.kts
|
2023-06-11 09:10:31 +03:00 |
|
|
3e9d28be31
|
Update build tools
|
2023-05-26 11:38:50 +03:00 |
|
|
378180ba09
|
Pre-release fixes
|
2023-05-12 20:57:55 +03:00 |
|
|
4ab2244ac9
|
update space automation
|
2023-05-09 19:44:39 +03:00 |
|
|
cdfddb7551
|
Explicit mutability for StructureND builders
|
2023-04-21 12:41:46 +03:00 |
|
|
e76d8e0774
|
fix zipWithNextCircular on single element
|
2023-04-12 11:40:27 +03:00 |
|
|
b2746e5c0e
|
Wasm support
|
2023-04-09 10:55:58 +03:00 |
|
|
ce388fed44
|
Move annotations to base package. Fix series
|
2023-04-07 19:55:34 +03:00 |
|
|
109e050f03
|
Hieraechy for trajectory types
|
2023-04-04 15:16:33 +03:00 |
|
|
ef336af87d
|
Fix vector product
|
2023-03-16 09:37:03 +03:00 |
|
|
db30913542
|
Move to build tools 0.14
|
2023-02-03 19:32:53 +03:00 |
|