kmath-ejml

EJML based linear algebra implementation.

  • src/main/kotlin/space/kscience/kmath/ejml/EjmlVector.kt : Point implementations.

  • src/main/kotlin/space/kscience/kmath/ejml/EjmlMatrix.kt : Matrix implementation.

  • src/main/kotlin/space/kscience/kmath/ejml/EjmlLinearSpace.kt : LinearSpace implementations.

Artifact:

The Maven coordinates of this project are space.kscience:kmath-ejml:0.3.1-dev-RC.

Gradle Groovy:

repositories {
maven { url 'https://repo.kotlin.link' }
mavenCentral()
}

dependencies {
implementation 'space.kscience:kmath-ejml:0.3.1-dev-RC'
}

Gradle Kotlin DSL:

repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}

dependencies {
implementation("space.kscience:kmath-ejml:0.3.1-dev-RC")
}

Packages

Link copied to clipboard