Orthom-class {gogarch} | R Documentation |
Class "Orthom": Orthogonal matrices
Description
This class defines an orthogonal matrix, which is characterized by
and
.
Objects from the Class
Objects can be created by calls of the form new("Orthom",
...)
. In addition the function UprodR
returns an object of
formal class Orthom
.
Slots
M
:Object of class
"matrix"
.
Methods
- M
Returns the slot
M
of classOrthom
.print-method for objects of class
Orthom
.- show
show-method for objects of class
Orthom
.- t
Transpose of
object@M
.
Note
Objects are validated by validOrthomObject()
. This function
is utilised by validObject()
.
Author(s)
Bernhard Pfaff
See Also
Examples
showClass("Orthom")
[Package gogarch version 0.7-5 Index]