Learn R Programming

gogarch (version 0.7-5)

Orthom-class: Class "Orthom": Orthogonal matrices

Description

This class defines an orthogonal matrix, which is characterized by \(det(M) = 1\) and \(M M' = I\).

Arguments

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 class Orthom.

print

print-method for objects of class Orthom.

show

show-method for objects of class Orthom.

t

Transpose of object@M.

See Also

UprodR, validOrthomObject

Examples

Run this code
# NOT RUN {
showClass("Orthom")
# }

Run the code above in your browser using DataLab