Added Levenberg-Marquardt algorithm and svd Golub-Kahan #513

Merged
margarita0303 merged 35 commits from dev into dev 2023-06-19 16:11:59 +03:00
Showing only changes of commit 1afb0d0a4c - Show all commits

View File

@ -4,7 +4,13 @@ plugins {
kscience{
jvm()
js()
js {
browser {
testTask {
useMocha().timeout = "100000"
}
}
}
native()
dependencies {