File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ readme {
2323
2424 feature(
2525 id = " ejml-vector" ,
26- ref = " src/main /kotlin/space/kscience/kmath/ejml/EjmlVector.kt"
26+ ref = " src/jvmMain /kotlin/space/kscience/kmath/ejml/EjmlVector.kt"
2727 ) { " Point implementations." }
2828
2929 feature(
3030 id = " ejml-matrix" ,
31- ref = " src/main /kotlin/space/kscience/kmath/ejml/EjmlMatrix.kt"
31+ ref = " src/jvmMain /kotlin/space/kscience/kmath/ejml/EjmlMatrix.kt"
3232 ) { " Matrix implementation." }
3333
3434 feature(
3535 id = " ejml-linear-space" ,
36- ref = " src/main /kotlin/space/kscience/kmath/ejml/EjmlLinearSpace.kt"
36+ ref = " src/jvmMain /kotlin/space/kscience/kmath/ejml/EjmlLinearSpace.kt"
3737 ) { " LinearSpace implementations." }
3838}
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ readme {
2929
3030 feature(
3131 " differentiable-mst-expression" ,
32- " src/main /kotlin/space/kscience/kmath/kotlingrad/KotlingradExpression.kt" ,
32+ " src/jvmMain /kotlin/space/kscience/kmath/kotlingrad/KotlingradExpression.kt" ,
3333 ) {
3434 " MST based DifferentiableExpression."
3535 }
3636
3737 feature(
3838 " scalars-adapters" ,
39- " src/main /kotlin/space/kscience/kmath/kotlingrad/scalarsAdapters.kt" ,
39+ " src/jvmMain /kotlin/space/kscience/kmath/kotlingrad/scalarsAdapters.kt" ,
4040 ) {
4141 " Conversions between Kotlin∇'s SFun and MST"
4242 }
You can’t perform that action at this time.
0 commit comments