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 |
GenericMatrix<T extends GenericMatrix<T,F>,F extends Field<F>>
This class defines a matrix over a field.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexMatrix
This is a
Complex matrix. |
class |
GenericFieldMatrix<F extends Field<F>>
This is a generic matrix over a
Field . |
class |
RealMatrix
This is a
Real matrix. |
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 |
BanachSpace<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.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DPolynomial
This is the first order derivative function of a
Polynomial , which, again, is a polynomial. |
Modifier and Type | Class and Description |
---|---|
class |
CauchyPolynomial
The Cauchy's polynomial of a polynomial takes this form:
|
class |
Polynomial
A polynomial is a
UnivariateRealFunction that represents a finite length expression constructed from variables and constants,
using the operations of addition, subtraction, multiplication, and constant non-negative whole number exponents. |
class |
QuadraticMonomial
A quadratic monomial has this form: x2 + ux + v.
|
class |
ScaledPolynomial
This constructs a scaled polynomial that has neither too big or too small coefficients,
hence avoiding overflow or underflow.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.