Click or drag to resize

Matrix6By6Symmetric Methods

The Matrix6By6Symmetric type exposes the following members.

Methods
  NameDescription
Public methodAdd(Matrix6By6)
Adds a matrix to this matrix.
Public methodAdd(Matrix6By6Symmetric)
Adds a matrix to this matrix.
Public methodStatic memberDiagonalMatrix
Forms a diagonal matrix from the input elements.
Public methodEquals(Matrix6By6Symmetric)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEqualsEpsilon
Returns true if all of the elements of this matrix are within epsilon of the same elements of the specified matrix. That is, in order for the matrices to be considered equal (and for this function to return true), the absolute value of the difference between each of their elements must be less than or equal to epsilon.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromLowerTriangular(Matrix6By6)
Forms a symmetric matrix from the lower triangular elements of the provided matrix.
Public methodStatic memberFromLowerTriangular(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Forms a symmetric matrix from the lower triangular elements.
Public methodStatic memberFromUpperTriangular(Matrix6By6)
Forms a symmetric matrix from the upper triangular elements of the provided matrix.
Public methodStatic memberFromUpperTriangular(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Forms a symmetric matrix from the upper triangular elements.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMultiply(Double)
Multiplies this matrix by a scalar.
Public methodMultiply(Matrix6By6)
Multiplies this matrix by a matrix.
Public methodMultiply(Matrix6By6Symmetric)
Multiplies this matrix by a matrix.
Public methodSubtract(Matrix6By6)
Subtracts a matrix from this matrix.
Public methodSubtract(Matrix6By6Symmetric)
Subtracts a matrix from this matrix.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTranspose
Transposes the matrix.
Top
See Also