Commit Graph

172 Commits

Author SHA1 Message Date
margarita0303
68609d7846 removed transposition at the end of the svdGolubKahan 2022-08-02 23:01:11 +03:00
margarita0303
8bfa07cc27 added epsilon for calculating the accuracy of calculations Golub Kahan 2022-08-02 20:39:31 +03:00
margarita0303
9cc9d959c4 mutableBuffer setter method now is used in other places of the library 2022-08-02 20:03:06 +03:00
margarita0303
9eb953228a mutableBuffer setter method now is used in PowerMethod 2022-08-02 19:40:10 +03:00
margarita0303
7e7dc9f9aa added epsilon as a parameter to svdGolubKahan 2022-07-30 21:09:50 +03:00
margarita0303
67eb92357b mutableBuffer setter method now is used in GolubKahan 2022-07-30 20:04:12 +03:00
margarita0303
29ed51c50a added new parameter iterations to svdGolubKahan 2022-07-30 19:03:43 +03:00
margarita0303
8008891a01 added separately svdGolubKahan and svd calls svdGolubKahan, changed benchmarks and tests 2022-07-30 18:37:20 +03:00
margarita0303
cccfe61112 added some tests for svd 2022-07-30 18:09:40 +03:00
margarita0303
168912161f fixed error 2022-07-30 18:09:40 +03:00
margarita0303
d1ca4493d5 functions renamed, svd (Golab Kahan) now works by default 2022-07-30 18:09:40 +03:00
margarita0303
40ff0a52a6 commented out new tests, they are too long 2022-07-30 18:09:40 +03:00
margarita0303
684227df63 added new svd tests 2022-07-30 18:09:40 +03:00
margarita0303
082317b8b5 added tests for svd Golab Kahan 2022-07-30 18:09:40 +03:00
margarita0303
de2f82c878 functions SIGN and pythag are made private 2022-07-30 18:09:40 +03:00
margarita0303
7749b72f24 tensors dimensions changed 2022-07-30 18:09:40 +03:00
margarita0303
c4afb69ba9 added svdGolabKahan 2022-07-30 18:09:40 +03:00
margarita0303
8a45ad1911 added svdGolabKahanHelper 2022-07-30 18:09:40 +03:00
Margarita
3ca94ec4ec added some tests for method dot 2022-07-30 18:09:40 +03:00
Margarita
487a663d0f added test for StructureND<Double>.times 2022-07-30 18:09:40 +03:00
Margarita
cc00e1dee5 added tests for fullLike, onesLike, rowsByIndices 2022-07-30 18:09:40 +03:00
Margarita
99d0cfb384 added tests for std, variance 2022-07-30 18:09:40 +03:00
Margarita
a241d5dc92 added more examples for tensors, added tests for acos, asin, atanh 2022-07-30 18:09:40 +03:00
74e6bc65a3
0.3.0 release 2022-04-11 20:07:40 +03:00
916bc69e4b
Revert changes in tensor algebra to remove name conflicts 2022-04-11 17:32:16 +03:00
7e4d223044
Fixed missing TF basic operations 2022-04-11 14:56:48 +03:00
Iaroslav Postovalov
92cffd78d9
Upgrade gradle tools 2022-04-01 02:23:34 +07:00
Ivan Kylchik
dda6602ed4 Replace complex access to tensor with faster access to buffer in Jacobi algorithm 2022-02-20 02:51:35 +03:00
Ivan Kylchik
b13765ec19 Implement much faster Jacobi algorithm 2022-02-20 02:51:35 +03:00
Ivan Kylchik
7aff774bc1 Improve Jacobi algorithm readability by extracting some logic into helper fun 2022-02-20 02:51:35 +03:00
Ivan Kylchik
7a72a0b979 Implement Jacobi algorithm to find eigenvalues 2022-02-20 02:51:35 +03:00
ac3adfa644
Fix tf dot 2022-02-17 22:46:17 +03:00
Ivan Kylchik
a78e361b17 Implement much faster dot product algorithm for tensors 2022-02-18 00:13:23 +07:00
41fc6b4dd9
Merge branch 'feature/tensorflow' into dev 2022-01-28 09:46:55 +03:00
Iaroslav Postovalov
d2e3110480 Update gradle-tools, do Kotlin 1.6.0 migrations 2021-11-24 15:32:06 +07:00
Iaroslav Postovalov
7ceb0b69b8 Revert license removal and update copyright 2021-11-16 18:14:34 +07:00
Iaroslav Postovalov
7b50400de5 Provide specializations of AsmBuilder for Double, Long, Int 2021-11-16 14:03:12 +07:00
4e16cf1c98 Merge remote-tracking branch 'origin/feature/tensorflow' into feature/tensorflow 2021-11-10 20:04:45 +03:00
c583320051 Merge branch 'dev' into feature/tensorflow
# Conflicts:
#	kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/DoubleTensorAlgebra.kt
2021-11-10 11:52:11 +03:00
0e1e97a3ff Multik integration finished (for now) 2021-11-04 10:58:27 +03:00
726864ed0e Refactoring of power 2021-11-03 12:55:29 +03:00
Roland Grinis
a994b8a50c fix argmax 2021-11-01 17:55:10 +00:00
b65197f577 revert parts of tensor api to tensors 2021-11-01 19:45:02 +03:00
Roland Grinis
db06d10cc2 dot fixed for tensorflow 2021-10-28 19:25:10 +01:00
46e7da9ae0 Tensor algebra generified 2021-10-28 11:18:16 +03:00
0f5f59e175 Merge branch 'dev' into feature/tensorflow 2021-10-28 10:58:53 +03:00
4db7398a28 Tensor algebra generified 2021-10-28 10:58:22 +03:00
7bdc54c818 Merge branch 'dev' into feature/tensorflow
# Conflicts:
#	kmath-tensors/src/commonMain/kotlin/space/kscience/kmath/tensors/core/DoubleTensorAlgebra.kt
2021-10-28 09:55:43 +03:00
29a90efca5 Tensor algebra generified 2021-10-27 14:48:36 +03:00
4635cd3fb3 Refactor TensorAlgebra to take StructureND and inherit AlgebraND 2021-10-26 16:08:02 +03:00