Classes
-
AMatrix
-
Abstract matrix. This is narrower than the Matrix interface.
-
CopyMatrix
-
A copy of a matrix. This isn't used by the 15C simulator, but it comes
in handy for experiments and testing.
-
LowerTriangular
-
-
Matrix
-
A matrix stored in the 15C's registers, with values held in the 15C's
internal format, with ten decimal digits of mantissa.
-
PermutationMatrix
-
A view of a 15C matrix giving the permutation matrix (P). Only valid if
the underlying matrix is in LU form.
-
TransposeMatrix
-
A transpose view of a matrix.
-
UpperOrLowerTriangular
-
-
UpperTriangular
-