Uses of Interface
dev.nm.algebra.structure.BanachSpace
-
-
Uses of BanachSpace in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse
Classes in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse that implement BanachSpace Modifier and Type Class Description classSparseVectorA sparse vector stores only non-zero values. -
Uses of BanachSpace in dev.nm.algebra.linear.matrix.doubles.operation
Classes in dev.nm.algebra.linear.matrix.doubles.operation that implement BanachSpace Modifier and Type Class Description classSVECSVECconverts a symmetric matrix K = {Kij} into a vector of dimension n(n+1)/2. -
Uses of BanachSpace in dev.nm.algebra.linear.vector.doubles
Subinterfaces of BanachSpace in dev.nm.algebra.linear.vector.doubles Modifier and Type Interface Description interfaceVectorAn Euclidean vector is a geometric object that has both a magnitude/length and a direction.Classes in dev.nm.algebra.linear.vector.doubles that implement BanachSpace Modifier and Type Class Description classCombinedVectorByRefFor efficiency, this wrapper concatenates two or more vectors by references (without data copying).classImmutableVectorThis is a read-only view of aVectorinstance.classSubVectorRefRepresents a sub-vector backed by the referenced vector, without data copying. -
Uses of BanachSpace in dev.nm.algebra.linear.vector.doubles.dense
Classes in dev.nm.algebra.linear.vector.doubles.dense that implement BanachSpace Modifier and Type Class Description classDenseVectorThis class implements the standard, dense,doublebased vector representation. -
Uses of BanachSpace in dev.nm.algebra.linear.vector.doubles.operation
Classes in dev.nm.algebra.linear.vector.doubles.operation that implement BanachSpace Modifier and Type Class Description classBasisA basis is a set of linearly independent vectors spanning a vector space. -
Uses of BanachSpace in dev.nm.algebra.structure
Subinterfaces of BanachSpace in dev.nm.algebra.structure Modifier and Type Interface Description 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. -
Uses of BanachSpace in dev.nm.analysis.differentiation.multivariate
Classes in dev.nm.analysis.differentiation.multivariate that implement BanachSpace Modifier and Type Class Description classGradientThe gradient of a scalar field is a vector field which points in the direction of the greatest rate of increase of the scalar field, and of which the magnitude is the greatest rate of change.
-