Uses of Interface
org.episteme.core.mathematics.structures.rings.Field
Packages that use Field
Package
Description
-
Uses of Field in org.episteme.client.client.mathematics.linearalgebra.backends
Constructors in org.episteme.client.client.mathematics.linearalgebra.backends with parameters of type FieldModifierConstructorDescriptionGRPCLinearAlgebraBackend(String host, int port, Field<E> field) Creates a gRPC provider connected to the specified server. -
Uses of Field in org.episteme.core.mathematics.algebra.algebras
Methods in org.episteme.core.mathematics.algebra.algebras that return FieldModifier and TypeMethodDescriptionMatrixLieAlgebra.getScalarField()Returns the scalar field.MatrixLieAlgebra.getScalarRing()Constructors in org.episteme.core.mathematics.algebra.algebras with parameters of type FieldModifierConstructorDescriptionCliffordAlgebra(Field<E> scalarField, int dimension, E[] metric) MatrixLieAlgebra(Field<E> field, int n) -
Uses of Field in org.episteme.core.mathematics.analysis
Classes in org.episteme.core.mathematics.analysis with type parameters of type FieldModifier and TypeInterfaceDescriptioninterfaceVectorFunction<F extends Field<F>>Represents a function from a vector space to another (F^n -> F^m). -
Uses of Field in org.episteme.core.mathematics.linearalgebra.backends
Constructors in org.episteme.core.mathematics.linearalgebra.backends with parameters of type FieldModifierConstructorDescriptionColtBackend(Field<E> field) CommonsMathBackend(Field<E> field) EJMLBackend(Field<E> field) JBlasBackend(Field<E> field) -
Uses of Field in org.episteme.core.mathematics.linearalgebra.matrices
Methods in org.episteme.core.mathematics.linearalgebra.matrices that return Field -
Uses of Field in org.episteme.core.mathematics.linearalgebra.matrices.solvers
Methods in org.episteme.core.mathematics.linearalgebra.matrices.solvers with parameters of type FieldModifier and TypeMethodDescriptionstatic <E> CholeskyResult<E> GenericCholesky.decompose(Matrix<E> matrix, Field<E> field, LinearAlgebraProvider<E> provider) static <E> EigenResult<E> GenericEigen.decompose(Matrix<E> matrix, Field<E> field, LinearAlgebraProvider<E> provider) static <E> LUResult<E> GenericLU.decompose(Matrix<E> matrix, Field<E> field, LinearAlgebraProvider<E> provider) static <E> QRResult<E> GenericQR.decompose(Matrix<E> matrix, Field<E> field, LinearAlgebraProvider<E> provider) static <E> SVDResult<E> GenericSVD.decompose(Matrix<E> matrix, Field<E> field, LinearAlgebraProvider<E> provider) static <E> EGenericLU.determinant(Matrix<E> a, Field<E> field, LinearAlgebraProvider<E> provider) static <E> Matrix<E> GenericLU.inverse(Matrix<E> a, Field<E> field, LinearAlgebraProvider<E> provider) static <E> Vector<E> GenericCholesky.solve(CholeskyResult<E> c, Vector<E> b, Field<E> field, LinearAlgebraProvider<E> provider) static <E> Vector<E> GenericLU.solve(LUResult<E> lu, Vector<E> b, Field<E> field, LinearAlgebraProvider<E> provider) static <E> Vector<E> GenericLU.solve(Matrix<E> a, Vector<E> b, Field<E> field, LinearAlgebraProvider<E> provider) static <E> Vector<E> GenericQR.solve(QRResult<E> qr, Vector<E> b, Field<E> field, LinearAlgebraProvider<E> provider) -
Uses of Field in org.episteme.core.mathematics.linearalgebra.matrices.solvers.sparse
Methods in org.episteme.core.mathematics.linearalgebra.matrices.solvers.sparse with parameters of type FieldModifier and TypeMethodDescriptionstatic <E> Vector<E> GenericSparseSolvers.bicgstab(SparseLinearAlgebraProvider<E> provider, Matrix<E> A, Vector<E> b, Vector<E> x0, E tolerance, int maxIterations, Field<E> f) static <E> Vector<E> GenericSparseSolvers.conjugateGradient(SparseLinearAlgebraProvider<E> provider, Matrix<E> A, Vector<E> b, Vector<E> x0, E tolerance, int maxIterations, Field<E> f) static <E> Vector<E> GenericSparseSolvers.gmres(SparseLinearAlgebraProvider<E> provider, Matrix<E> A, Vector<E> b, Vector<E> x0, E tolerance, int maxIterations, int restarts, Field<E> f) -
Uses of Field in org.episteme.core.mathematics.linearalgebra.providers
Fields in org.episteme.core.mathematics.linearalgebra.providers declared as FieldMethods in org.episteme.core.mathematics.linearalgebra.providers with parameters of type FieldModifier and TypeMethodDescriptionstatic <E> Matrix<E> CPUDenseLinearAlgebraProvider.standardMultiply(Matrix<E> a, Matrix<E> b, Field<E> field, LinearAlgebraProvider<E> provider) Constructors in org.episteme.core.mathematics.linearalgebra.providers with parameters of type Field -
Uses of Field in org.episteme.core.mathematics.linearalgebra.spaces
Methods in org.episteme.core.mathematics.linearalgebra.spaces that return Field -
Uses of Field in org.episteme.core.mathematics.numbers.complex
Classes in org.episteme.core.mathematics.numbers.complex that implement FieldModifier and TypeClassDescriptionfinal classRepresents a complex number (â„‚), defined as a + bi where a, b are Real numbers.classRepresents an octonion number (8-dimensional hypercomplex number).final classRepresents a Quaternion number (H). -
Uses of Field in org.episteme.core.mathematics.numbers.rationals
Classes in org.episteme.core.mathematics.numbers.rationals that implement FieldModifier and TypeClassDescriptionfinal classRepresents a rational number (ℚ), defined as the quotient of two integers. -
Uses of Field in org.episteme.core.mathematics.numbers.real
Classes in org.episteme.core.mathematics.numbers.real that implement FieldModifier and TypeClassDescriptionfinal classField implementation for primitive Double wrappers.classAbstract 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 Field in org.episteme.core.mathematics.sets
Classes in org.episteme.core.mathematics.sets that implement FieldModifier and TypeClassDescriptionfinal classThe structure of complex numbers (â„‚).final classThe structure of Octonions (O).final classThe structure of Quaternions (H).final classThe structure of rational numbers (ℚ).final classThe structure of real numbers (â„Â).Methods in org.episteme.core.mathematics.sets that return FieldMethods in org.episteme.core.mathematics.sets with parameters of type FieldModifier and TypeMethodDescriptionstatic <E> SquareMatrices<E> Returns the SquareMatrices structure for n×n matrices over a field. -
Uses of Field in org.episteme.core.mathematics.structures.spaces
Methods in org.episteme.core.mathematics.structures.spaces that return Field -
Uses of Field in org.episteme.nativ.mathematics.numbers.real
Classes in org.episteme.nativ.mathematics.numbers.real that implement FieldModifier and TypeClassDescriptionfinal classHigh-precision real number backed by the native MPFR library.