Modifier and Type | Class and Description |
---|---|
class |
VariancebtX
Computes \(b'Xb\).
|
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.
|
interface |
GenericMatrixAccess<F extends Field<F>>
This interface defines the methods for accessing entries in a matrix over a field.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericFieldMatrix<F extends Field<F>>
This is a generic matrix over a
Field . |
Constructor and Description |
---|
GenericFieldMatrix(F[][] data)
Construct a matrix over a field.
|
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.
|
interface |
VectorSpace<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.
|
Modifier and Type | Class and Description |
---|---|
class |
Real
A real number is an arbitrary precision number.
|
Modifier and Type | Class and Description |
---|---|
class |
Complex
A complex number is a number consisting of a real number part and an imaginary number part.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.