Package space.kscience.kmath.jafama
Types
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. Does not produce appropriate field element.
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. Does not produce appropriate field element.