|
04127fc3f2
|
Fix tests
|
2023-02-18 18:53:03 +03:00 |
|
Artyom Degtyarev
|
cc0fb2a718
|
non-existence of tangents throws exception
|
2023-02-16 18:47:42 +03:00 |
|
|
ed4aa47913
|
Minor refactoring of tangents
|
2023-02-16 10:57:24 +03:00 |
|
|
67316c4a70
|
Add documentation after circle tangent changes
|
2023-02-16 10:39:25 +03:00 |
|
|
7d897ad8cb
|
Cleanup after circle tangent changes
|
2023-02-16 10:29:12 +03:00 |
|
Artyom Degtyarev
|
8998a394b3
|
tangentsToCircle fixed
|
2023-02-15 17:55:39 +03:00 |
|
Artyom Degtyarev
|
c342c5cd78
|
tangentsToCircle fixed
|
2023-02-15 17:53:32 +03:00 |
|
Artyom Degtyarev
|
d535a2155f
|
tangentsToCircle fixed
|
2023-02-15 15:06:47 +03:00 |
|
Artyom Degtyarev
|
bef317677c
|
tangentsToCircle fixed
|
2023-02-15 14:36:58 +03:00 |
|
Artyom Degtyarev
|
50579f4712
|
added tangent between two circles
|
2023-02-13 23:17:13 +03:00 |
|
|
784d397ab1
|
Fix serial names for trajectory serializers
|
2023-02-12 10:40:53 +03:00 |
|
|
6deeaf057e
|
Add angle serializer
|
2023-02-11 21:51:19 +03:00 |
|
|
2c6d1e89c5
|
Update type-safe angles
|
2023-02-05 20:05:53 +03:00 |
|
|
0366a69123
|
Refactor trajectory
|
2023-02-03 19:33:22 +03:00 |
|
|
db30913542
|
Move to build tools 0.14
|
2023-02-03 19:32:53 +03:00 |
|
|
d97888f135
|
Fix test
|
2023-01-24 21:22:25 +03:00 |
|
|
7f4f4c7703
|
Update of symbolic operations
|
2023-01-24 21:01:26 +03:00 |
|
|
2e4be2aa3a
|
A minor change to XYfit arguments
|
2023-01-24 11:36:53 +03:00 |
|
|
3f4fe9e43b
|
Migrate to 1.8. Use universal autodiffs
|
2022-12-31 15:02:52 +03:00 |
|
|
6d47c0ccec
|
Ordered segments in trajectory
|
2022-12-10 12:30:15 +03:00 |
|
|
29977650f1
|
Naive classifier notebook
|
2022-12-10 12:21:56 +03:00 |
|
|
991ab907d8
|
Encapsulate internal constants in Expression
|
2022-12-10 11:09:55 +03:00 |
|
Margarita
|
9e141db871
|
Merge pull request #2 from SciProgCentre/dev
Dev
|
2022-12-10 04:01:45 +03:00 |
|
|
b14e2fdd08
|
Moved polynomials to https://github.com/SciProgCentre/kmath-polynomial
|
2022-11-05 21:44:41 +03:00 |
|
|
cff563c321
|
Major tensor refactoring
|
2022-11-05 16:14:23 +03:00 |
|
|
8286db30af
|
Optimize tensor shape computation
|
2022-10-16 20:15:37 +03:00 |
|
|
94489b28e2
|
Fix visibility in Trajectory2D
|
2022-10-16 14:41:48 +03:00 |
|
|
fb0d016aa8
|
Perform merge build only on JVM
|
2022-10-15 18:58:30 +03:00 |
|
|
e24463c58b
|
Refactor Dubins path
|
2022-10-15 18:45:06 +03:00 |
|
|
ee569b85f8
|
Safe shapes
|
2022-10-14 13:05:39 +03:00 |
|
|
b0abcf2d0c
|
Safe shapes
|
2022-10-14 12:47:57 +03:00 |
|
|
c653052d8c
|
Merge remote-tracking branch 'space/dev' into dev
|
2022-10-04 09:20:18 +03:00 |
|
SPC-code
|
2376d278c3
|
Merge pull request #504 from SciProgCentre/dev
Merge to update docs and contributions
|
2022-10-03 20:58:00 +03:00 |
|
|
89d0cbc7ea
|
Refactoring and optimization of tensorAlgebra
|
2022-09-30 11:34:44 +03:00 |
|
|
b602066f48
|
Change the default strides and unify strides processing
|
2022-09-27 16:57:06 +03:00 |
|
|
d70389d2e6
|
Fix after series merge
|
2022-09-26 16:47:38 +03:00 |
|
|
4d1137659b
|
Merge branch 'feature/series' into dev
# Conflicts:
# build.gradle.kts
# kmath-commons/src/main/kotlin/space/kscience/kmath/commons/transform/Transformations.kt
# kmath-core/build.gradle.kts
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/nd/AlgebraND.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/nd/BufferAlgebraND.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/nd/BufferND.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/nd/ShapeIndices.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/operations/BufferAlgebra.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/operations/DoubleBufferOps.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/structures/bufferExtensions.kt
# kmath-histograms/src/jvmMain/kotlin/space/kscience/kmath/histogram/UnivariateHistogram.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/distributions/UniformDistribution.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/samplers/Sampler.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/BroadcastDoubleTensorAlgebra.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/BufferedTensor.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/DoubleTensorAlgebra.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/internal/broadcastUtils.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/internal/linUtils.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/internal/tensorCastsUtils.kt
# kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/internal/utils.kt
# settings.gradle.kts
|
2022-09-26 13:10:59 +03:00 |
|
|
6bf8d9d325
|
Naming refactoring
|
2022-09-26 13:08:49 +03:00 |
|
|
2358f53cf7
|
Make Circle2D data class
|
2022-09-15 17:42:37 +03:00 |
|
|
20886d6f6b
|
Global refactor of tensors
|
2022-09-11 17:10:26 +03:00 |
|
|
b5d04ba02c
|
Global refactor of tensors
|
2022-09-11 15:27:38 +03:00 |
|
|
3729faf49b
|
Rename Tensor::get to Tensor::getTensor to avoid name clash.
|
2022-09-05 23:24:01 +03:00 |
|
|
a9821772db
|
Move power to ExtendedFieldOps
|
2022-09-05 22:08:35 +03:00 |
|
|
5042fda751
|
Int Tensor Algebra implementation
|
2022-09-05 16:30:39 +03:00 |
|
|
ad97751327
|
Refactor for build tools 0.13.0
|
2022-09-04 20:59:30 +03:00 |
|
|
0c1d0aa64e
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-08-21 19:18:05 +03:00 |
|
|
ec77cd1fc3
|
Geometry overhaul
|
2022-08-21 19:17:38 +03:00 |
|
Gleb Minaev
|
26662b5114
|
Merge pull request #502 from lounres/fix/#472
Fix #455: Update copyrights
|
2022-08-21 15:06:41 +03:00 |
|
|
98e21f3c3a
|
Merge remote-tracking branch 'origin/dev' into dev
|
2022-08-21 11:40:20 +03:00 |
|
|
978de59b7a
|
Add rotations converter to Quaternions
|
2022-08-21 11:40:02 +03:00 |
|