Package space.kscience.kmath.jafama

Types

JafamaDoubleField
Link copied to clipboard
object JafamaDoubleField : ExtendedField<Double> , Norm<Double, Double> , ScaleOperations<Double>
A field for Double (using FastMath) without boxing.
StrictJafamaDoubleField
Link copied to clipboard
A field for Double (using StrictMath) without boxing.