kmath/kmath-ejml
2024-08-21 12:06:00 +03:00
..
docs Improve Dokka configuration 2021-03-22 20:41:18 +07:00
src Add unstable marker to eigenvalue decomposition 2024-08-21 12:06:00 +03:00
build.gradle.kts Add proper test for symmetric matrices eigenValueDecomposition 2024-08-18 22:45:33 +03:00
README.md Dump API. Update readme 2024-03-27 09:51:23 +03:00

Module kmath-ejml

EJML based linear algebra implementation.

Artifact:

The Maven coordinates of this project are space.kscience:kmath-ejml:0.4.0.

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:kmath-ejml:0.4.0")
}