Orthom-class: Class "Orthom": Orthogonal matrices

Orthom-classR Documentation

Class "Orthom": Orthogonal matrices

Description

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

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.

Note

Objects are validated by validOrthomObject(). This function is utilised by validObject().

Author(s)

Bernhard Pfaff

See Also

UprodR, validOrthomObject

Examples

showClass("Orthom")

gogarch documentation built on April 28, 2022, 3 p.m.