Uses of Interface
dev.nm.algebra.structure.HilbertSpace
-
-
Uses of HilbertSpace in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse
Classes in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse that implement HilbertSpace Modifier and Type Class Description class
SparseVector
A sparse vector stores only non-zero values. -
Uses of HilbertSpace in dev.nm.algebra.linear.matrix.doubles.operation
Classes in dev.nm.algebra.linear.matrix.doubles.operation that implement HilbertSpace Modifier and Type Class Description class
SVEC
SVEC
converts a symmetric matrix K = {Kij} into a vector of dimension n(n+1)/2. -
Uses of HilbertSpace in dev.nm.algebra.linear.vector.doubles
Subinterfaces of HilbertSpace in dev.nm.algebra.linear.vector.doubles Modifier and Type Interface Description interface
Vector
An 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 HilbertSpace Modifier and Type Class Description class
CombinedVectorByRef
For efficiency, this wrapper concatenates two or more vectors by references (without data copying).class
ImmutableVector
This is a read-only view of aVector
instance.class
SubVectorRef
Represents a sub-vector backed by the referenced vector, without data copying. -
Uses of HilbertSpace in dev.nm.algebra.linear.vector.doubles.dense
Classes in dev.nm.algebra.linear.vector.doubles.dense that implement HilbertSpace Modifier and Type Class Description class
DenseVector
This class implements the standard, dense,double
based vector representation. -
Uses of HilbertSpace in dev.nm.algebra.linear.vector.doubles.operation
Classes in dev.nm.algebra.linear.vector.doubles.operation that implement HilbertSpace Modifier and Type Class Description class
Basis
A basis is a set of linearly independent vectors spanning a vector space. -
Uses of HilbertSpace in dev.nm.analysis.differentiation.multivariate
Classes in dev.nm.analysis.differentiation.multivariate that implement HilbertSpace Modifier and Type Class Description class
Gradient
The 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.
-