class |
BasicMatrix<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>> |
A base class for, easy to use, immutable (thread safe) matrices with a rich feature set.
|
class |
MatrixC128 |
A matrix (linear algebra) with Complex NumberSet.C elements, implemented using dual 64-bit double
values.
|
class |
MatrixH256 |
A matrix (linear algebra) with Quaternion NumberSet.H elements, implemented using four 64-bit
double values.
|
class |
MatrixQ128 |
A matrix (linear algebra) with Rational NumberSet.Q elements, implemented using dual 64-bit long
values.
|
class |
MatrixR032 |
A matrix (linear algebra) with Real NumberSet.R elements, approximated by 32-bit float.
|
class |
MatrixR064 |
A matrix (linear algebra) with Real NumberSet.R elements, approximated by 64-bit double.
|
class |
MatrixR128 |
A matrix (linear algebra) with Real NumberSet.R elements, approximated by 128-bit floating-point
values (implemented using dual 64-bit double).
|