Modifier and Type | Class and Description |
---|---|
class |
SparseVector
A sparse vector stores only non-zero values.
|
Modifier and Type | Class and Description |
---|---|
class |
SVEC
SVEC converts a symmetric matrix K = {Kij} into a vector of dimension n(n+1)/2. |
Modifier and Type | Interface and Description |
---|---|
interface |
Vector
An Euclidean vector is a geometric object that has both a magnitude/length and a direction.
|
Modifier and Type | Class and 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 a
Vector instance. |
class |
SubVectorRef
Represents a sub-vector backed by the referenced vector, without data
copying.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseVector
This class implements the standard, dense,
double based vector
representation. |
Modifier and Type | Class and Description |
---|---|
class |
Basis
A basis is a set of linearly independent vectors spanning a vector space.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HilbertSpace<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.
|
Modifier and Type | Class and 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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.