| 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:"matrix".M of class Orthom.Orthom.Orthom.object@M.
Objects are validated by validOrthomObject(). This function
is utilised by validObject().
Bernhard Pfaff
showClass("Orthom")