Git Product home page Git Product logo

kmath-gsl's Introduction

Module kmath-gsl

Gradle build Space

KMath extension adding GNU Scientific Library based linear algebra implementation.

Documentation site

  • matrix-contexts : LinearSpace implementations for Double, Float, and Complex matrices and vectors implemented with GSL

Artifact:

The Maven coordinates of this project are space.kscience:kmath-gsl:0.3.0-dev-5.

Gradle Groovy:

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

dependencies {
    implementation 'space.kscience:kmath-gsl:0.3.0-dev-5'
}

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:kmath-gsl:0.3.0-dev-5")
}

Additional requirements

On Linux, final binaries using kmath-gsl need a BLAS implementation installed (because of dynamic linking to libblas). To achieve better performance, MKL or ATLAS can be used.

On Windows, default CBLAS provided by GSL is linked statically. To build the kmath-gsl itself on Windows it is required to have MSYS2 installed and added to Path (uncomment the MSYS2_PATH_TYPE=inherit line in mingw64.ini) and GSL installed manually in the MSYS shell:

pacman --noconfirm -S mingw-w64-x86_64-gsl

Multiplatform support

Currently, only linuxX64 and mingwX64 Kotlin targets are supported. It is also planned to support macosX64, macosArm64, and even jvm (only after stable JDK release including JEP-389).

kmath-gsl's People

Contributors

commandertvis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

kmath-gsl's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.