Click or drag to resize

LMatrix Methods

The LMatrix type exposes the following members.

Methods
 NameDescription
Public methodAMaxGets the cell with the maximum absolute value.
Public methodAMinGets the cell with the minimum absolute value.
Public methodCloneCreates an identical lower triangular matrix.
Public methodContainsChecks if the matrix contains the given value.
Public methodDeterminantGets the determinant of the matrix.
Public methodDiagonalGets the main diagonal.
Public methodEquals(LMatrix)Checks if the provided argument is a matrix with the same values.
Public methodEquals(Object)Checks if the provided argument is a matrix with the same values.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCodeReturns the hashcode for this matrix.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIdentityCreates an identity matrix given its size.
Public methodInverseCalculates the inverse of the matrix.
Public methodMaximumGets the cell with the maximum value.
Public methodMinimumGets the cell with the minimum value.
Public methodMultiplyAdd(DVector, DVector)Transforms a vector and adds an offset.
Public methodMultiplyAdd(DVector, DVector, Double)Transforms a vector and adds an offset.
Public methodMultiplySubtract(DVector, DVector)Transforms a vector and subtracts an offset.
Public methodMultiplySubtract(DVector, DVector, Double)Transforms a vector and subtracts an offset.
Public methodMultiplyTransposeMultiplies this matrix by the transposed argument.
Public methodRedim(Int32)Creates a new matrix with different dimensions.
Public methodRedim(Int32, Int32)Creates a new matrix with different dimensions.
Public methodSolve(DVector)Solves the equation Ax = b for x.
Public methodSolve(DVector, DVector)Solves the equation Ax = b for x.
Public methodSquareMultiplies this matrix by its own transposed.
Public methodStatsGets statistics on the matrix cells.
Public methodSumCalculates the sum of the matrix cells.
Public methodToStringGets a textual representation of this matrix.
(Overrides ValueTypeToString)
Public methodToString(String, IFormatProvider)Gets a textual representation of this matrix.
Public methodTraceCalculates the trace of a matrix.
Public methodTransposeTransposes the matrix.
Top
See Also