| Package | Description |
|---|---|
| org.jscience.mathematics.structure |
Provides mathematical sets (identified by the class parameter) associated to binary operations,
such as multiplication or addition, satisfying certain axioms.
|
| org.jscience.mathematics.vector |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VectorSpaceNormed<V,F extends Field>
This interface represents a vector space on which a positive vector length
or size is defined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexMatrix
|
class |
ComplexVector
|
class |
DenseMatrix<F extends Field<F>>
This class represents a matrix made of
dense
vectors (as rows). |
class |
DenseVector<F extends Field<F>>
This class represents a dense vector.
|
class |
Float64Matrix
This class represents an optimized
matrix implementation
for 64 bits floating-point numbers. |
class |
Float64Vector
This class represents an optimized
vector implementation
for 64 bits floating point elements. |
class |
Matrix<F extends Field<F>>
This class represents a rectangular table of elements of a ring-like
algebraic structure.
|
class |
SparseMatrix<F extends Field<F>>
This class represents a matrix made of
sparse
vectors (as rows). |
class |
SparseVector<F extends Field<F>>
This class represents a sparse vector.
|
class |
Vector<F extends Field<F>>
This class represents an immutable element of a vector space.
|