All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonTest.space.kscience.kmath.testutils.AlgebraicVerifier.kt Maven / Gradle / Ivy

package space.kscience.kmath.testutils

import space.kscience.kmath.operations.Algebra

internal interface AlgebraicVerifier where A : Algebra {
    val algebra: A

    fun verify()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy