Class FixedPrecisionApcomplexField

java.lang.Object
java.lang.Number
org.jscience.mathematics.number.Number<T>
org.apfloat.jscience.AbstractField<FixedPrecisionApcomplexField,​Apcomplex>
org.apfloat.jscience.FixedPrecisionApcomplexField
All Implemented Interfaces:
Serializable, Comparable<FixedPrecisionApcomplexField>, javolution.lang.Immutable, javolution.lang.Realtime, javolution.lang.ValueType, javolution.xml.XMLSerializable, org.jscience.mathematics.structure.Field<FixedPrecisionApcomplexField>, org.jscience.mathematics.structure.GroupAdditive<FixedPrecisionApcomplexField>, org.jscience.mathematics.structure.GroupMultiplicative<FixedPrecisionApcomplexField>, org.jscience.mathematics.structure.Ring<FixedPrecisionApcomplexField>, org.jscience.mathematics.structure.Structure<FixedPrecisionApcomplexField>

public class FixedPrecisionApcomplexField extends AbstractField<FixedPrecisionApcomplexField,​Apcomplex>
This class represents a fixed-precision complex number. The precision is reset after each computation using the provided FixedPrecisionApcomplexHelper. This can help avoid accumulating round-off errors and loss of precision in complicated computations such as matrix inversion.
Since:
1.8.0
Version:
1.8.0
Author:
Mikko Tommila
See Also:
Serialized Form