| Package | Description |
|---|---|
| org.jscience.geography.coordinates |
Provides linear or angular
quantities which
designate the position that a point occupies in a given reference frame or system. |
| org.jscience.mathematics.vector |
| Class and Description |
|---|
| Float64Vector
This class represents an optimized
vector implementation
for 64 bits floating point elements. |
| Class and Description |
|---|
| ComplexMatrix |
| ComplexVector |
| DenseMatrix
This class represents a matrix made of
dense
vectors (as rows). |
| DenseVector
This class represents a dense vector.
|
| Float64Matrix
This class represents an optimized
matrix implementation
for 64 bits floating-point numbers. |
| Float64Vector
This class represents an optimized
vector implementation
for 64 bits floating point elements. |
| LUDecomposition
This class represents the decomposition of a
matrix
A into a product of a lower
and upper triangular matrices, L
and U respectively, such as A = P·L·U |
| Matrix
This class represents a rectangular table of elements of a ring-like
algebraic structure.
|
| SparseMatrix
This class represents a matrix made of
sparse
vectors (as rows). |
| SparseVector
This class represents a sparse vector.
|
| Vector
This class represents an immutable element of a vector space.
|