kmath-complex

Complex and hypercomplex number systems in KMath.

  • src/commonMain/kotlin/space/kscience/kmath/complex/Complex.kt : Complex numbers operations

  • src/commonMain/kotlin/space/kscience/kmath/complex/Quaternion.kt : Quaternions and their composition

Artifact:

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

Gradle Groovy:

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

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

Gradle Kotlin DSL:

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

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

Packages

Link copied to clipboard
common