Skip to content

Commit

Permalink
Merge pull request #536 from emmanuel-ferdman/dev
Browse files Browse the repository at this point in the history
Update `kmath-kotlingrad` features references
  • Loading branch information
SPC-code authored Jan 27, 2025
2 parents 6938aa0 + af9c621 commit a1bff60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kmath-ejml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ readme {

feature(
id = "ejml-vector",
ref = "src/main/kotlin/space/kscience/kmath/ejml/EjmlVector.kt"
ref = "src/jvmMain/kotlin/space/kscience/kmath/ejml/EjmlVector.kt"
) { "Point implementations." }

feature(
id = "ejml-matrix",
ref = "src/main/kotlin/space/kscience/kmath/ejml/EjmlMatrix.kt"
ref = "src/jvmMain/kotlin/space/kscience/kmath/ejml/EjmlMatrix.kt"
) { "Matrix implementation." }

feature(
id = "ejml-linear-space",
ref = "src/main/kotlin/space/kscience/kmath/ejml/EjmlLinearSpace.kt"
ref = "src/jvmMain/kotlin/space/kscience/kmath/ejml/EjmlLinearSpace.kt"
) { "LinearSpace implementations." }
}
4 changes: 2 additions & 2 deletions kmath-kotlingrad/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ readme {

feature(
"differentiable-mst-expression",
"src/main/kotlin/space/kscience/kmath/kotlingrad/KotlingradExpression.kt",
"src/jvmMain/kotlin/space/kscience/kmath/kotlingrad/KotlingradExpression.kt",
) {
"MST based DifferentiableExpression."
}

feature(
"scalars-adapters",
"src/main/kotlin/space/kscience/kmath/kotlingrad/scalarsAdapters.kt",
"src/jvmMain/kotlin/space/kscience/kmath/kotlingrad/scalarsAdapters.kt",
) {
"Conversions between Kotlin∇'s SFun and MST"
}
Expand Down

0 comments on commit a1bff60

Please sign in to comment.