Uses of Interface
org.episteme.core.mathematics.structures.rings.FieldElement
Packages that use FieldElement
Package
Description
-
Uses of FieldElement in org.episteme.core.mathematics.numbers.complex
Classes in org.episteme.core.mathematics.numbers.complex that implement FieldElementModifier and TypeClassDescriptionfinal classRepresents a complex number (â„‚), defined as a + bi where a, b are Real numbers. -
Uses of FieldElement in org.episteme.core.mathematics.numbers.rationals
Classes in org.episteme.core.mathematics.numbers.rationals that implement FieldElementModifier and TypeClassDescriptionfinal classRepresents a rational number (ℚ), defined as the quotient of two integers. -
Uses of FieldElement in org.episteme.core.mathematics.numbers.real
Classes in org.episteme.core.mathematics.numbers.real that implement FieldElementModifier and TypeClassDescriptionclassAbstract base class for real numbers (â„Â).final classReal number backed by arbitrary-precisionBigDecimal.final classReal number backed by a 64-bitdouble.final classReal number backed by a 32-bitfloat. -
Uses of FieldElement in org.episteme.core.mathematics.structures.rings
Classes in org.episteme.core.mathematics.structures.rings with type parameters of type FieldElementModifier and TypeInterfaceDescriptioninterfaceFieldElement<E extends FieldElement<E>>Marker interface for elements of a field structure. -
Uses of FieldElement in org.episteme.nativ.mathematics.linearalgebra.backends
Classes in org.episteme.nativ.mathematics.linearalgebra.backends with type parameters of type FieldElementModifier and TypeClassDescriptionclassNativeCUDADenseLinearAlgebraDoubleBackend<E extends FieldElement<E>>Native CUDA Dense Linear Algebra Backend for Double precision.classNativeCUDADenseLinearAlgebraFloatBackend<E extends FieldElement<E>>Native CUDA Dense Linear Algebra Backend for Float precision.classNativeCUDASparseLinearAlgebraDoubleBackend<E extends FieldElement<E>>Native CUDA Sparse Linear Algebra Backend for Double precision.classNativeCUDASparseLinearAlgebraFloatBackend<E extends FieldElement<E>>Native CUDA Sparse Linear Algebra Backend for Float precision.classNativeOpenCLDenseLinearAlgebraDoubleBackend<E extends FieldElement<E>>OpenCL implementation of Dense Linear Algebra Provider for Double precision.classNativeOpenCLDenseLinearAlgebraFloatBackend<E extends FieldElement<E>>OpenCL implementation of Dense Linear Algebra Provider for Float precision.classNativeOpenCLSparseLinearAlgebraDoubleBackend<E extends FieldElement<E>>OpenCL implementation of Sparse Linear Algebra Provider for Double precision.classNativeOpenCLSparseLinearAlgebraFloatBackend<E extends FieldElement<E>>OpenCL implementation of Sparse Linear Algebra Provider for Float precision. -
Uses of FieldElement in org.episteme.nativ.mathematics.numbers.real
Classes in org.episteme.nativ.mathematics.numbers.real that implement FieldElementModifier and TypeClassDescriptionfinal classHigh-precision real number backed by the native MPFR library.