Pascal-Institute / komat

Matrix library (Linear Algebra)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

komat

0. How to use? (Please Check Latest Version)

build.gradle.kts

repositories {
    maven{
        url = uri("https://jitpack.io")
    }
}

dependencies {
    implementation ("com.github.Pascal-Institute:komat:1.8.0")
}

About

Matrix library (Linear Algebra)

License:MIT License


Languages

Language:Kotlin 100.0%