|
3ec674c61b
|
Merge branch 'dev' into feature/advanced-optimization
# Conflicts:
# examples/src/main/kotlin/space/kscience/kmath/functions/integrate.kt
# examples/src/main/kotlin/space/kscience/kmath/functions/matrixIntegration.kt
# kmath-commons/src/main/kotlin/space/kscience/kmath/commons/integration/CMGaussRuleIntegrator.kt
# kmath-commons/src/main/kotlin/space/kscience/kmath/commons/integration/CMIntegrator.kt
# 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-functions/src/commonMain/kotlin/space/kscience/kmath/integration/GaussIntegrator.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/integration/Integrand.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/integration/MultivariateIntegrand.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/integration/UnivariateIntegrand.kt
# kmath-functions/src/commonTest/kotlin/space/kscience/kmath/integration/GaussIntegralTest.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
|
2021-05-24 14:44:08 +03:00 |
|
|
380c76fe40
|
Piecewise optimization
|
2021-05-23 20:01:07 +03:00 |
|
|
a24c8dcbce
|
Simpson and spline integration
|
2021-05-22 20:08:49 +03:00 |
|
Iaroslav Postovalov
|
189449f40e
|
Fix unresolved reference in generated type parameter
|
2021-05-21 20:08:17 +07:00 |
|
Iaroslav Postovalov
|
15a0258b7d
|
Nd4j based TensorAlgebra implementation, drop Nd4jArrayLongStructure
|
2021-05-20 21:42:36 +07:00 |
|
Iaroslav Postovalov
|
d7a4228f5f
|
Add out variance to StructureND and some related types, make some unrelated changes
|
2021-05-20 19:57:55 +07:00 |
|
|
a67c112793
|
add xor
|
2021-05-18 10:22:33 +03:00 |
|
Alexander Nozik
|
72f4d7c7e6
|
Update kmath-core/src/commonMain/kotlin/space/kscience/kmath/operations/Algebra.kt
Co-authored-by: Iaroslav Postovalov <38042667+CommanderTvis@users.noreply.github.com>
|
2021-05-17 10:10:54 +03:00 |
|
|
7f1789c556
|
Merge remote-tracking branch 'origin/dev' into feature/booleans
|
2021-05-16 20:52:22 +03:00 |
|
|
516444d1bc
|
Fix and test
|
2021-05-16 20:51:46 +03:00 |
|
|
15d874fb06
|
Remove MST.Symbolic
Replace it by Symbol
LogicAlgebra
|
2021-05-16 19:53:21 +03:00 |
|
Iaroslav Postovalov
|
eb3a8655fb
|
Code generation of EJML linear spaces
|
2021-05-16 18:41:25 +07:00 |
|
|
4964fb2642
|
Merge remote-tracking branch 'origin/dev' into dev
|
2021-05-14 18:23:48 +03:00 |
|
|
42d130f69c
|
Build tools update. Cleanup
|
2021-05-14 15:59:17 +03:00 |
|
|
fff7377687
|
ColumnarData returns nullable column
|
2021-05-14 12:42:27 +03:00 |
|
zhelenskiy
|
cf555bc8ae
|
TODO removed as I already added what neeed
|
2021-05-14 10:48:57 +03:00 |
|
|
dc9ec54644
|
naming fix and doc update
|
2021-05-14 09:32:24 +03:00 |
|
|
1a615c503d
|
re-apply bigint fix
|
2021-05-14 09:20:49 +03:00 |
|
|
1b60f71ed0
|
Revert "fixes to power"
This reverts commit bdb9ce6a
|
2021-05-14 09:14:48 +03:00 |
|
Alexander Nozik
|
bdb9ce6a59
|
fixes to power
|
2021-05-14 09:10:05 +03:00 |
|
Alexander Nozik
|
a299003236
|
Merge branch 'dev' into dev
|
2021-05-14 09:06:21 +03:00 |
|
zhelenskiy
|
c204747401
|
Reusing of existing power function
|
2021-05-13 22:44:33 +03:00 |
|
zhelenskiy
|
1e94538931
|
Unstable API annotation added + inconsistent docs fix + unnecessary BigIntField usage removed
|
2021-05-13 13:11:20 +03:00 |
|
|
f5289abdc3
|
Introduce PerformancePitfall annotation
|
2021-05-13 11:09:49 +03:00 |
|
|
97c4b81717
|
Introduce PerformancePitfall annotation
|
2021-05-13 11:02:20 +03:00 |
|
zhelenskiy
|
8443fac4ae
|
UInt can be used in exponent (in pow) now.
|
2021-05-12 14:10:32 +03:00 |
|
zhelenskiy
|
1e71f29d5e
|
Large addition tests added
|
2021-05-12 13:59:41 +03:00 |
|
zhelenskiy
|
ded01251d1
|
Karatsuba enhancement
|
2021-05-12 11:05:42 +03:00 |
|
zhelenskiy
|
ed86a31c50
|
Placing pow outside the Ring interface.
|
2021-05-12 04:58:48 +03:00 |
|
zhelenskiy
|
b4e47494fc
|
Parsing of decimal values takes 9 immediately digits but not 1.
|
2021-05-12 04:42:17 +03:00 |
|
zhelenskiy
|
9184bd55de
|
Parser optimization
|
2021-05-12 02:01:49 +03:00 |
|
zhelenskiy
|
74d14970b9
|
empty string parsing fixed
|
2021-05-12 00:58:27 +03:00 |
|
zhelenskiy
|
2da0648d73
|
Karatsuba added
Incorrect equals fix test
Incorrect overflow handling support
|
2021-05-11 01:40:45 +03:00 |
|
zhelenskiy
|
3ad7f32ada
|
Incorrect BigInt equality fixed
|
2021-05-10 18:41:40 +03:00 |
|
zhelenskiy
|
d17a3ac6ef
|
Further optimization of power is added
|
2021-05-10 18:24:13 +03:00 |
|
zhelenskiy
|
1716b7f5d1
|
Fast power is added
|
2021-05-10 17:57:49 +03:00 |
|
Iaroslav Postovalov
|
bbef697b7d
|
Document and change retention for UnstableKMathAPI
|
2021-05-09 18:10:06 +07:00 |
|
|
6d78bb8d91
|
0.3.0-dev-8. Readme update
|
2021-05-08 14:36:37 +03:00 |
|
|
0622be2494
|
Merge remote-tracking branch 'origin/dev' into dev
|
2021-05-08 11:35:15 +03:00 |
|
Roland Grinis
|
b7cc4e4b1b
|
merge dev
|
2021-05-06 07:45:53 +01:00 |
|
Alexander Nozik
|
eca1ad48f5
|
Merge pull request #273 from mipt-npm/feature/jupyter
Add Jupyter integration
|
2021-05-02 21:28:17 +03:00 |
|
Iaroslav Postovalov
|
83c7ec8c6b
|
Deprecate AlgebraElements.kt
|
2021-05-01 18:46:11 +07:00 |
|
Roland Grinis
|
1b6bd67b90
|
No virtual mutable buffers
|
2021-04-30 21:11:01 +01:00 |
|
Roland Grinis
|
8a039326d4
|
Minor corrections
|
2021-04-30 19:47:05 +01:00 |
|
Roland Grinis
|
42ddd2e569
|
MutableBufferFromGenerator
|
2021-04-30 15:08:32 +01:00 |
|
Roland Grinis
|
86c2816cfd
|
Fixed strides code duplication
|
2021-04-30 14:53:02 +01:00 |
|
Iaroslav Postovalov
|
77d72c7bf6
|
Add Jupyter integration
|
2021-04-30 20:50:00 +07:00 |
|
Iaroslav Postovalov
|
598b2e1587
|
Rewrite EJML module by dropping ejml-simple abstraction level; multiple build script changes
|
2021-04-30 19:48:12 +07:00 |
|
|
7b6361e59d
|
[WIP] optimization refactor in process
|
2021-04-26 15:02:19 +03:00 |
|
|
257337f4fb
|
[WIP] Refactor optimization
|
2021-04-25 22:34:59 +03:00 |
|
Roland Grinis
|
4f593aec63
|
Buffer mini-protocol
|
2021-04-24 18:53:21 +01:00 |
|
Roland Grinis
|
76b5cd0de5
|
Merge dev
|
2021-04-21 17:04:09 +01:00 |
|
|
7a11ed0797
|
Merge remote-tracking branch 'origin/dev' into dev
|
2021-04-21 16:03:30 +03:00 |
|
Iaroslav Postovalov
|
0a0d0af94a
|
Configure copyright scoping
|
2021-04-21 19:46:02 +07:00 |
|
Iaroslav Postovalov
|
b6a57dbfd0
|
MST compilation to WebAssembly with Binaryen, reorganize internal JS bindings, tests refactor
|
2021-04-21 19:17:57 +07:00 |
|
|
6aa5b547b5
|
cleanup
|
2021-04-21 12:48:11 +03:00 |
|
|
299592ed25
|
Update readme
|
2021-04-16 19:44:51 +03:00 |
|
|
65a8d8f581
|
Field element integration
|
2021-04-16 15:50:33 +03:00 |
|
Iaroslav Postovalov
|
e9c31b7827
|
Merge branch 'master' into dev
# Conflicts:
# README.md
# build.gradle.kts
# examples/src/main/kotlin/space/kscience/kmath/stat/DistributionBenchmark.kt
# examples/src/main/kotlin/space/kscience/kmath/structures/ParallelRealNDField.kt
# kmath-ast/README.md
# kmath-ast/build.gradle.kts
# kmath-ast/src/commonMain/kotlin/space/kscience/kmath/ast/MstExpression.kt
# kmath-complex/README.md
# kmath-complex/build.gradle.kts
# kmath-complex/src/commonMain/kotlin/space/kscience/kmath/complex/ComplexNDField.kt
# kmath-core/README.md
# kmath-core/build.gradle.kts
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/expressions/MST.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/expressions/MstAlgebra.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/nd/RealNDField.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/structures/RealBufferField.kt
# kmath-coroutines/build.gradle.kts
# kmath-coroutines/src/commonMain/kotlin/space/kscience/kmath/chains/BlockingRealChain.kt
# kmath-coroutines/src/jvmMain/kotlin/space/kscience/kmath/structures/LazyNDStructure.kt
# kmath-dimensions/src/commonTest/kotlin/kscience/dimensions/DMatrixContextTest.kt
# kmath-for-real/README.md
# kmath-functions/README.md
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/interpolation/Interpolator.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/interpolation/LoessInterpolator.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/interpolation/XYPointSet.kt
# kmath-geometry/build.gradle.kts
# kmath-nd4j/README.md
# kmath-nd4j/build.gradle.kts
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/distributions/FactorizedDistribution.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/Distribution.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/Fitting.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/OptimizationProblem.kt
# kmath-stat/src/jvmMain/kotlin/space/kscience/kmath/stat/distributions.kt
# kmath-viktor/src/main/kotlin/space/kscience/kmath/viktor/ViktorNDStructure.kt
|
2021-04-16 18:02:44 +07:00 |
|
|
ba3c9b6d45
|
BigIntBenchmarks. cleanup
|
2021-04-16 09:47:30 +03:00 |
|
Iaroslav Postovalov
|
41b7349a43
|
Setup copyright headers, add references to third-party files, update LICENSE
|
2021-04-16 00:15:00 +07:00 |
|
|
e2ceb64d36
|
Fix errors and migrations
|
2021-04-14 23:26:21 +03:00 |
|
|
6cea5742e8
|
Blocking statistics. Move MST to core
|
2021-04-14 12:40:26 +03:00 |
|
|
acb4052fe4
|
Migrate to gradle 7.0 and suspend-inline bug
|
2021-04-10 15:20:09 +03:00 |
|
Roland Grinis
|
383376080e
|
Merge branch 'dev' into feature/tensor-algebra
|
2021-04-07 12:05:56 +01:00 |
|
Iaroslav Postovalov
|
cf91da1a98
|
Add pi and e constants, some unrelated changes
|
2021-04-05 23:44:42 +07:00 |
|
|
a91d468b74
|
Refactor Algebra and ExpressionAlgebra. Introduce bindSymbolOrNull on the top level
|
2021-04-01 21:27:30 +03:00 |
|
Iaroslav Postovalov
|
9ee506b1d2
|
Some experiments with MST rendering
|
2021-03-31 16:12:07 +07:00 |
|
Roland Grinis
|
5abd63cde2
|
moving to kmath-tensors module
|
2021-03-31 09:07:45 +01:00 |
|
Roland Grinis
|
61edf999c8
|
Merge branch 'dev' into feature/tensor-algebra
|
2021-03-31 08:35:48 +01:00 |
|
Roland Grinis
|
6305acea68
|
API dump
|
2021-03-31 08:32:53 +01:00 |
|
Iaroslav Postovalov
|
9574099f9b
|
Fix post-merge issues
|
2021-03-31 02:24:21 +07:00 |
|
Iaroslav Postovalov
|
f26cad6d18
|
Merge branch 'dev' into feature/mp-samplers
# Conflicts:
# examples/src/main/kotlin/space/kscience/kmath/commons/fit/fitWithAutoDiff.kt
# examples/src/main/kotlin/space/kscience/kmath/stat/DistributionBenchmark.kt
# examples/src/main/kotlin/space/kscience/kmath/stat/DistributionDemo.kt
# kmath-commons/src/test/kotlin/space/kscience/kmath/commons/optimization/OptimizeTest.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/structures/Buffer.kt
# kmath-coroutines/src/commonMain/kotlin/kscience/kmath/chains/BlockingRealChain.kt
# kmath-stat/src/commonMain/kotlin/kscience/kmath/stat/SamplerAlgebra.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/Distribution.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/RandomChain.kt
# kmath-stat/src/jvmMain/kotlin/space/kscience/kmath/stat/distributions.kt
|
2021-03-31 01:48:26 +07:00 |
|
Roland Grinis
|
07b6f988c2
|
forgot ln
|
2021-03-30 19:31:42 +01:00 |
|
Roland Grinis
|
b5d3ca76db
|
Dropping creation methods from interface
|
2021-03-30 19:20:20 +01:00 |
|
Roland Grinis
|
ae30d3a03e
|
remerging pr 263
|
2021-03-30 16:58:05 +01:00 |
|
Roland Grinis
|
03455a3beb
|
infix dot forgotten
|
2021-03-30 14:36:59 +01:00 |
|
Roland Grinis
|
581c13c573
|
drop code duplication
|
2021-03-30 14:14:05 +01:00 |
|
Roland Grinis
|
370bab462c
|
merged pull request
|
2021-03-30 13:14:09 +01:00 |
|
Andrei Kislitsyn
|
139534fdb3
|
fix
|
2021-03-30 15:13:45 +03:00 |
|
Roland Grinis
|
97f148c175
|
Merge commit 'refs/pull/263/head' of ssh://git.jetbrains.space/mipt-npm/sci/kmath into feature/tensor-algebra
|
2021-03-30 13:06:23 +01:00 |
|
Andrei Kislitsyn
|
2503d35ba8
|
complete qr + test qr and lu
|
2021-03-30 14:53:19 +03:00 |
|
Roland Grinis
|
d281dfca3a
|
Separate linear algebra utils into dedicated module
|
2021-03-30 11:22:55 +01:00 |
|
Andrei Kislitsyn
|
6e85d496f2
|
resolve conflict
|
2021-03-30 00:22:10 +03:00 |
|
Roland Grinis
|
51eca003af
|
Moved back value to main algebra context
|
2021-03-29 22:11:34 +01:00 |
|
Roland Grinis
|
92710097f0
|
Fixing 2D and 1D casts
|
2021-03-29 21:58:56 +01:00 |
|
Andrei Kislitsyn
|
3219712019
|
resolve merge conflict
|
2021-03-26 23:49:58 +03:00 |
|
Roland Grinis
|
22b68e5ca4
|
BufferedTensor2D & BufferedTensor1D
|
2021-03-26 20:36:21 +00:00 |
|
Andrei Kislitsyn
|
5d830206a2
|
Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew
|
2021-03-26 19:03:43 +03:00 |
|
Roland Grinis
|
516cd90677
|
Moved out to archive unimplemented API
|
2021-03-26 15:36:53 +00:00 |
|
Roland Grinis
|
e03910354e
|
ok reverting
|
2021-03-26 15:14:23 +00:00 |
|
Andrei Kislitsyn
|
056699f27b
|
Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew
|
2021-03-26 18:10:53 +03:00 |
|
Roland Grinis
|
1588b5d94f
|
once mutable stay it and enjoy
|
2021-03-26 15:09:18 +00:00 |
|
Andrei Kislitsyn
|
3cb9535fc9
|
Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew
|
2021-03-26 18:07:20 +03:00 |
|
Roland Grinis
|
a6354623ec
|
returning cols/rows as vectors
|
2021-03-26 15:06:05 +00:00 |
|
Andrei Kislitsyn
|
d6a1bee93b
|
Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew
|
2021-03-26 17:43:20 +03:00 |
|
Andrei Kislitsyn
|
1f19ac88ae
|
qr fix
|
2021-03-26 17:43:08 +03:00 |
|
Roland Grinis
|
9162867fc2
|
Mutable structures 2D functionality added
|
2021-03-26 14:37:27 +00:00 |
|
Roland Grinis
|
1056fc7200
|
Test for scalar product
|
2021-03-26 13:48:59 +00:00 |
|
Roland Grinis
|
daa0777182
|
removed unused code
|
2021-03-24 18:43:03 +00:00 |
|
Roland Grinis
|
94b5afa6c4
|
eq moved to interface
|
2021-03-24 18:39:40 +00:00 |
|
Roland Grinis
|
f70f60c0e8
|
Moved det to LinearOps
|
2021-03-24 15:58:25 +00:00 |
|
Roland Grinis
|
a4aa4b80d2
|
Updated API
|
2021-03-24 15:51:58 +00:00 |
|
Andrei Kislitsyn
|
ab81370001
|
fixes
|
2021-03-24 18:42:41 +03:00 |
|
Andrei Kislitsyn
|
96a755071f
|
Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew
|
2021-03-24 18:08:53 +03:00 |
|
Andrei Kislitsyn
|
206bcfc909
|
lu inv and det complete + tests
|
2021-03-24 18:08:36 +03:00 |
|
|
cd05ca6e95
|
Initial Optimization API
|
2021-03-24 16:36:06 +03:00 |
|
Andrei Kislitsyn
|
5c0674f1f5
|
Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew
|
2021-03-24 14:00:51 +03:00 |
|
Andrei Kislitsyn
|
fea53af0ee
|
fix
|
2021-03-24 14:00:47 +03:00 |
|
AlyaNovikova
|
c2f11fb6e1
|
fix bugs in function dot, add tests
|
2021-03-24 13:43:54 +03:00 |
|
|
e216fd50f5
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# build.gradle.kts
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/misc/XYPointSet.kt
# kmath-ejml/src/main/kotlin/space/kscience/kmath/ejml/EjmlLinearSpace.kt
|
2021-03-24 13:33:08 +03:00 |
|
Roland Grinis
|
e01ca38fb3
|
Tasks for Andrei and Alya
|
2021-03-23 13:51:52 +00:00 |
|
Andrei Kislitsyn
|
078686a046
|
hotfix sequence
|
2021-03-23 15:59:55 +03:00 |
|
Iaroslav Postovalov
|
7579a35f8e
|
Merge branch 'dev' into commandertvis/doc
|
2021-03-23 19:48:16 +07:00 |
|
AlyaNovikova
|
2d2c4bd474
|
add broadcast of all dims except the last 2, add tensors dot, fix bug in function times
|
2021-03-23 14:53:54 +03:00 |
|
Iaroslav Postovalov
|
1b01654667
|
Improve Dokka configuration
|
2021-03-22 20:41:18 +07:00 |
|
Iaroslav Postovalov
|
67aa173927
|
Some documentation updates
|
2021-03-22 16:11:54 +07:00 |
|
Roland Grinis
|
0365d41f31
|
Merged PR
|
2021-03-21 17:57:19 +00:00 |
|
Andrei Kislitsyn
|
df402086da
|
init test for analytic algebra
|
2021-03-21 19:08:30 +03:00 |
|
Andrei Kislitsyn
|
8e9a85078e
|
Merge remote-tracking branch 'ups/feature/tensor-algebra' into andrew
|
2021-03-21 19:05:14 +03:00 |
|
Andrei Kislitsyn
|
fa78ed1f45
|
map and analytic funcions
|
2021-03-21 19:05:11 +03:00 |
|
Roland Grinis
|
d8ef190ed8
|
UnaryPlus fails API check
|
2021-03-21 08:07:17 +00:00 |
|
Roland Grinis
|
94e5ee4a6d
|
TensorLinearStructure introduced
|
2021-03-21 08:01:52 +00:00 |
|
Roland Grinis
|
510c855a65
|
Merge dev, API check failed
|
2021-03-21 07:41:48 +00:00 |
|
Roland Grinis
|
b7e1349ead
|
atanh as example
|
2021-03-20 18:59:54 +00:00 |
|
Roland Grinis
|
8933c820b3
|
merge PR
|
2021-03-19 20:32:57 +00:00 |
|
Andrei Kislitsyn
|
a0534b896f
|
resolve conflict
|
2021-03-19 23:26:54 +03:00 |
|
Roland Grinis
|
93d3cb47be
|
Testing linear structure
|
2021-03-19 20:10:08 +00:00 |
|
Roland Grinis
|
3535e51248
|
Broadcasting as its own algebra
|
2021-03-19 19:52:58 +00:00 |
|
Roland Grinis
|
274be61330
|
Explicit broadcasting enforced
|
2021-03-19 19:40:17 +00:00 |
|
Andrei Kislitsyn
|
5e94610e28
|
imp full and remove copypaste in geners
|
2021-03-19 17:51:30 +03:00 |
|
|
aeceb4a337
|
Move dataset to core
|
2021-03-19 14:53:14 +03:00 |
|
|
88d0c19a74
|
Refactor structure features. Basic curve fitting
|
2021-03-19 11:07:27 +03:00 |
|
Iaroslav Postovalov
|
c4367ac509
|
Merge branch 'dev' into commandertvis/issue226
# Conflicts:
# kmath-histograms/src/commonMain/kotlin/space/kscience/kmath/histogram/Counter.kt
|
2021-03-17 23:57:50 +07:00 |
|
Iaroslav Postovalov
|
6375cb5fd8
|
Some adjustments to the EJML module
|
2021-03-17 23:11:26 +07:00 |
|
Andrei Kislitsyn
|
1fa0da2810
|
complete lu and matrix mapping
|
2021-03-17 17:53:14 +03:00 |
|
Roland Grinis
|
efb23591a9
|
Added squeeze
|
2021-03-17 07:36:35 +00:00 |
|
|
248d42c4e0
|
Remove MutableBufferND
|
2021-03-16 22:46:22 +03:00 |
|
|
90981f6a40
|
Remove contentEquals from Buffer
|
2021-03-16 21:56:09 +03:00 |
|
|
a3ca06a241
|
Remove StructureND identity #248
|
2021-03-16 21:43:29 +03:00 |
|
|
206e4cbcf6
|
Real -> Double
|
2021-03-16 21:17:26 +03:00 |
|
|
05f742452d
|
Structure naming change
|
2021-03-16 20:56:20 +03:00 |
|
Roland Grinis
|
bd3425e7a5
|
IndexTensor type added to LinearOps
|
2021-03-16 14:43:20 +00:00 |
|
Roland Grinis
|
138d376289
|
Merge commit 'refs/pull/247/head' of ssh://git.jetbrains.space/mipt-npm/sci/kmath into feature/tensor-algebra
|
2021-03-16 14:01:14 +00:00 |
|
Roland Grinis
|
70bebbe848
|
1D mutable structure setter fixed
|
2021-03-16 12:12:28 +00:00 |
|
AlyaNovikova
|
99ee5aa54a
|
add broadcast to functions
|
2021-03-16 14:57:19 +03:00 |
|
Roland Grinis
|
0553a28ee8
|
ReduceOpsTensorAlgebra
|
2021-03-16 07:47:02 +00:00 |
|
Roland Grinis
|
f4454a6cf6
|
Matrices from tensors test
|
2021-03-15 22:45:55 +00:00 |
|
Roland Grinis
|
791f55ee8a
|
get dim 0 operator for tensors
|
2021-03-15 22:39:29 +00:00 |
|
Roland Grinis
|
7cb5cd8f71
|
BufferedTensor revisited
|
2021-03-15 22:11:15 +00:00 |
|
Roland Grinis
|
f8e0d4be17
|
MutableStructure 2D & 1D
|
2021-03-15 21:18:15 +00:00 |
|
Roland Grinis
|
b227a82a80
|
OrderedTensorAlgebra
|
2021-03-15 19:06:33 +00:00 |
|
|
acfdd187a4
|
Bump readme
|
2021-03-15 20:17:04 +03:00 |
|
Roland Grinis
|
b6a5fbfc14
|
Sync with Andrew
|
2021-03-15 17:08:45 +00:00 |
|
Roland Grinis
|
f66ac653e0
|
RealTensor to DoubleTensor rename
|
2021-03-15 16:59:50 +00:00 |
|
|
17647742a8
|
Bump readme
|
2021-03-15 19:45:46 +03:00 |
|
|
71ed56c2b6
|
Move features to scopes
|
2021-03-15 16:46:12 +03:00 |
|
Roland Grinis
|
a3ca861ebe
|
Rename FFTs
|
2021-03-15 13:05:45 +00:00 |
|
Roland Grinis
|
50ed7ce28b
|
ComplexTensorAlgebra interface
|
2021-03-15 12:54:46 +00:00 |
|
Andrei Kislitsyn
|
2d2c5aa684
|
matrixhelper
|
2021-03-15 15:18:21 +03:00 |
|
|
d9743978ab
|
Reformat code
|
2021-03-15 14:26:59 +03:00 |
|
|
0e0deaeb72
|
Refactor buffer factories
|
2021-03-15 14:26:17 +03:00 |
|
Roland Grinis
|
4e4690e510
|
unsafe buffer casts moved to internal utils
|
2021-03-15 08:48:31 +00:00 |
|
Roland Grinis
|
04f6ef1ed0
|
Fixed tests with unsafe accessors
|
2021-03-15 08:31:19 +00:00 |
|
Roland Grinis
|
39a0889123
|
Dev merge assemble fixed, tests still broken
|
2021-03-15 07:50:20 +00:00 |
|
Roland Grinis
|
7d416f55d4
|
Merge branch 'dev' into feature/tensor-algebra
|
2021-03-15 07:29:02 +00:00 |
|
Roland Grinis
|
c02f71263d
|
Adding the interfaces for AnalyticTensorAlgebra and LinearOpsTensorAlgebra
|
2021-03-14 21:18:20 +00:00 |
|
Alexander Nozik
|
8af2f5eb31
|
Merge pull request #241 from mipt-npm/refactor/linear-algebra
Refactor/linear algebra
|
2021-03-14 21:49:47 +03:00 |
|
|
6c451b5ca7
|
fix doc typo
|
2021-03-14 15:09:04 +03:00 |
|
|
e01f90b5e0
|
add gradient example
|
2021-03-14 14:40:13 +03:00 |
|
|
5a568c4587
|
add gradient example
|
2021-03-14 14:23:53 +03:00 |
|
|
0cc68e72ce
|
cleanup
|
2021-03-14 09:59:53 +03:00 |
|
|
8179be2f62
|
cleanup
|
2021-03-14 09:55:24 +03:00 |
|
|
0aa73cd48f
|
Vector space refactor (optimization)
|
2021-03-14 09:43:22 +03:00 |
|
Roland Grinis
|
384415dc98
|
utils module for tensors
|
2021-03-13 19:16:13 +00:00 |
|
|
be9398b322
|
Vector space refactor
|
2021-03-13 21:22:18 +03:00 |
|
Andrei Kislitsyn
|
8f88a101d2
|
complete lu for matrix
|
2021-03-13 20:51:15 +03:00 |
|
Andrei Kislitsyn
|
3e0d152c1b
|
resolve mc
|
2021-03-13 19:32:34 +03:00 |
|
Andrei Kislitsyn
|
0911efd4aa
|
add buffered tensor + lu
|
2021-03-13 19:30:58 +03:00 |
|
|
5e6f65a181
|
WIP Matrix refactor
|
2021-03-13 18:19:10 +03:00 |
|
|
d5ba816b7d
|
WIP Matrix refactor
|
2021-03-13 18:00:47 +03:00 |
|
|
19d3998c3b
|
WIP vector space refactor
|
2021-03-13 10:10:00 +03:00 |
|
|
9bc8e8fbf9
|
WIP vector space refactor
|
2021-03-12 22:52:18 +03:00 |
|
Iaroslav Postovalov
|
d562541965
|
Improve conversion functions for Buffer
|
2021-03-12 23:23:10 +07:00 |
|
Roland Grinis
|
03cc6a310b
|
Merge PR and check transpose
|
2021-03-12 15:11:33 +00:00 |
|
AlyaNovikova
|
626d5c98fa
|
change IllegalArgumentException to RuntimeException
|
2021-03-12 15:43:44 +03:00 |
|
AlyaNovikova
|
70e1861e53
|
remove extra import
|
2021-03-12 15:25:47 +03:00 |
|
AlyaNovikova
|
454d574ccd
|
add broadcast and functions plus and minus
|
2021-03-12 15:20:46 +03:00 |
|
Iaroslav Postovalov
|
993bba3133
|
Fix #226
|
2021-03-12 19:03:56 +07:00 |
|
Andrei Kislitsyn
|
95b814e163
|
add fromMatrix
|
2021-03-12 14:29:51 +03:00 |
|
Andrei Kislitsyn
|
f9500f44ec
|
new tensor def
|
2021-03-12 13:50:06 +03:00 |
|
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 |
|
Alexander Nozik
|
f449bdd58f
|
Merge pull request #219 from mipt-npm/refactor/algebra-scale
Fully refactor algebra split ScaleOperations from Space.
|
2021-03-11 11:28:54 +03:00 |
|
|
803f298d8b
|
Make vector spaces great again
|
2021-03-11 11:28:10 +03:00 |
|
|
522f39cef3
|
replace Space by Group
|
2021-03-10 22:09:19 +03:00 |
|
Iaroslav Postovalov
|
39b41cc2ae
|
Fix #223
|
2021-03-10 22:40:43 +07:00 |
|
|
fe95c4e48e
|
Code review.
|
2021-03-10 18:20:23 +03:00 |
|
|
6a5ca2a115
|
Code review.
|
2021-03-10 18:02:04 +03:00 |
|
Roland Grinis
|
3a37b88b5c
|
Fixed getting value test for tensors
|
2021-03-09 21:13:48 +00:00 |
|