Matrix MethodsBespoke Osc Library
The Matrix type exposes the following members.
Methods

  NameDescription
Public methodDet
Calculates the determinant of the matrix.
Public methodDisplay 
Output the matrix to System.Console.
Public methodDisplay(String)
Output the matrix to System.Console.
Public methodEquals
Determines whether the specified System.Object is equal to the Matrix.
(Overrides OnlineObject Equals(Object).)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Gets the hash code of this object.
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInverse
Calculates the inverse of the matrix.
Public methodLinSolve
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTranspose
Transposes the rows and columns of the matrix.
Public methodStatic memberZeros(Int32)
Creates a new matrix, setting each element to zero.
Public methodStatic memberZeros(Int32, Int32)
Creates a new matrix, setting each element to zero.
Back to Top
See Also