powered by
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.
new("Orthom", ...)
UprodR
Orthom
M
Object of class "matrix".
"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.
object@M
UprodR, validOrthomObject
validOrthomObject
# NOT RUN { showClass("Orthom") # }
Run the code above in your browser using DataLab