svd.Matrix
They represent the singular value decomposition of a matrix.
This class of objects is returned from the
svd.Matrix function
to represent a singular value decomposition.
The
"svd.Matrix" class of objects has methods for the following generic
functions:
det
,
norm ,
rcond ,
solve
The following components must be included in a legitimate
"svd.Matrix"
object:
left and
right , each of which
contains the corresponding orthonormal matrix of singular vectors stored
columnwise.