Orthom-class {gogarch} | R Documentation |
This class defines an orthogonal matrix, which is characterized by
det(M) = 1
and M M' = I
.
Objects can be created by calls of the form new("Orthom",
...)
. In addition the function UprodR
returns an object of
formal class Orthom
.
M
:Object of class "matrix"
.
Returns the slot M
of class Orthom
.
print-method for objects of class Orthom
.
show-method for objects of class Orthom
.
Transpose of object@M
.
Objects are validated by validOrthomObject()
. This function
is utilised by validObject()
.
Bernhard Pfaff
showClass("Orthom")