forked from kscience/kmath
Fix compiler-embeddable version, add generated sources
This commit is contained in:
parent
60c7b08b42
commit
a0066bb6dd
@ -5,5 +5,5 @@ plugins {
|
||||
repositories.jcenter()
|
||||
|
||||
dependencies {
|
||||
implementation(kotlin("compiler-embeddable"))
|
||||
implementation(kotlin("compiler-embeddable", "1.4.10"))
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
package kscience.kmath.gsl
|
||||
|
||||
import kotlinx.cinterop.*
|
||||
import kotlinx.cinterop.CPointer
|
||||
import kotlinx.cinterop.pointed
|
||||
import org.gnu.gsl.*
|
||||
|
||||
internal class GslRealVector(override val nativeHandle: CPointer<gsl_vector>) : GslVector<Double, gsl_vector>() {
|
||||
|
Loading…
Reference in New Issue
Block a user