Class | Description |
---|---|
Maths |
Useful mathematical constants and functions.
|
Matrix | |
Matrix.Doubles |
Matrices of Reals (Cts, doubles).
|
Matrix.GP2 |
A simple, general-purpose implementation of a
Matrix . |
Matrix.Ints |
Matrices of Ints (ints).
|
Q |
Q, the (abstract) class of quaternions.
|
README |
About package 'la.maths'
|
Test | |
Vector |
The class of homogeneous Vectors of arbitrary length.
|
Vector.Doubles |
A Vector containing doubles (
Cts Values) can
probably arrange efficient storage and operations. |
Vector.GP |
A simple, general purpose (GP) implementation of
class
Vector . |
Vector.Ints |
A Vector containing
Int Values can
probably arrange efficient storage and operations. |
Vector.Strings |
A Vector containing Strings, that is, having
Chars elements. |
README
.