Uses of Interface
dev.nm.algebra.structure.Field
-
-
Uses of Field in dev.nm.algebra.linear.matrix.doubles.operation
Classes in dev.nm.algebra.linear.matrix.doubles.operation that implement Field Modifier and Type Class Description classVariancebtXComputes \(b'Xb\). -
Uses of Field in dev.nm.algebra.linear.matrix.generic
Classes in dev.nm.algebra.linear.matrix.generic with type parameters of type Field Modifier and Type Interface Description interfaceGenericMatrix<T extends GenericMatrix<T,F>,F extends Field<F>>This class defines a matrix over a field.interfaceGenericMatrixAccess<F extends Field<F>>This interface defines the methods for accessing entries in a matrix over a field. -
Uses of Field in dev.nm.algebra.linear.matrix.generic.matrixtype
Classes in dev.nm.algebra.linear.matrix.generic.matrixtype with type parameters of type Field Modifier and Type Class Description classGenericFieldMatrix<F extends Field<F>>This is a generic matrix over aField.Constructors in dev.nm.algebra.linear.matrix.generic.matrixtype with parameters of type Field Constructor Description GenericFieldMatrix(F[][] data)Construct a matrix over a field. -
Uses of Field in dev.nm.algebra.structure
Classes in dev.nm.algebra.structure with type parameters of type Field Modifier and Type Interface Description interfaceBanachSpace<B,F extends Field<F> & Comparable<F>>A Banach space, B, is a complete normed vector space such that every Cauchy sequence (with respect to the metric d(x, y) = |x - y|) in B has a limit in B.interfaceHilbertSpace<H,F extends Field<F> & Comparable<F>>A Hilbert space is an inner product space, an abstract vector space in which distances and angles can be measured.interfaceVectorSpace<V,F extends Field<F>>A vector space is a set V together with two binary operations that combine two entities to yield a third, called vector addition and scalar multiplication. -
Uses of Field in dev.nm.number
Classes in dev.nm.number that implement Field Modifier and Type Class Description classRealA real number is an arbitrary precision number. -
Uses of Field in dev.nm.number.complex
Classes in dev.nm.number.complex that implement Field Modifier and Type Class Description classComplexA complex number is a number consisting of a real number part and an imaginary number part.
-