Orthom-class function

Class "Orthom": Orthogonal matrices

Class "Orthom": Orthogonal matrices

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

latin1

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.

Author(s)

Bernhard Pfaff

Note

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

See Also

UprodR, validOrthomObject

Examples

showClass("Orthom")
  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 2)
  • Last published: 2022-04-29

Useful links