Package space.kscience.kmath.jafama
Types
JafamaDoubleField
Link copied to clipboard
object JafamaDoubleField : ExtendedField<Double> , Norm<Double, Double> , ScaleOperations<Double>
Content copied to clipboard
A field for Double (using FastMath) without boxing.
StrictJafamaDoubleField
Link copied to clipboard
object StrictJafamaDoubleField : ExtendedField<Double> , Norm<Double, Double> , ScaleOperations<Double>
Content copied to clipboard
A field for Double (using StrictMath) without boxing.