MatrixD Methods |
The MatrixD type exposes the following members.
Name | Description | |
---|---|---|
Absolute |
Sets each matrix element to its absolute value.
| |
Absolute(MatrixD) |
Returns a matrix with the absolute values of the elements of the given matrix.
| |
Add |
Adds two matrices.
| |
AreNumericallyEqual(MatrixD, MatrixD) |
Determines whether two matrices are equal (regarding the tolerance
EpsilonD).
| |
AreNumericallyEqual(MatrixD, MatrixD, Double) |
Determines whether two matrices are equal (regarding a specific tolerance).
| |
ClampToZero |
Clamps near-zero matrix elements to zero.
| |
ClampToZero(Double) |
Clamps near-zero matrix elements to zero.
| |
ClampToZero(MatrixD) |
Returns a matrix with the matrix elements clamped to the range [min, max].
| |
ClampToZero(MatrixD, Double) |
Returns a matrix with the matrix elements clamped to the range [min, max].
| |
Clone |
Clones this instance.
| |
CreateIdentity |
Creates an identity matrix.
| |
Divide |
Divides a matrix by a scalar.
| |
Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ObjectEquals(Object).) | |
Equals(MatrixD) |
Indicates whether the current object is equal to another object of the same type.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetColumn |
Gets the column with the given index.
| |
GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetMinor |
Gets the minor matrix.
| |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target
object.
| |
GetRow |
Gets the row with the given index.
| |
GetSchema |
This property is reserved, apply the XmlSchemaProviderAttribute to the class
instead.
| |
GetSubmatrix(Int32, Int32) |
Gets a submatrix of this matrix.
| |
GetSubmatrix(Int32, Int32, Int32) |
Gets a submatrix of this matrix.
| |
GetSubmatrix(Int32, Int32, Int32) |
Gets a submatrix of this matrix.
| |
GetSubmatrix(Int32, Int32, Int32, Int32) |
Gets a submatrix of this matrix.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invert |
Inverts the matrix.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Multiply(Double, MatrixD) |
Multiplies a matrix by a scalar.
| |
Multiply(MatrixD, MatrixD) |
Multiplies two matrices.
| |
Multiply(MatrixD, VectorD) |
Multiplies a matrix with a column vector.
| |
Negate |
Negates a matrix.
| |
ReadXml |
Generates an object from its XML representation.
| |
Set(Double) |
Sets the matrix elements to the specified value.
| |
Set(Double) |
Sets the matrix elements to the values of the array.
| |
Set(Double) |
Sets the matrix elements to the values of the array.
| |
Set(MatrixD) |
Sets the elements of this matrix.
| |
Set(IListDouble, MatrixOrder) |
Sets the matrix elements to the values of the list.
| |
Set(Double, MatrixOrder) |
Sets the matrix elements to the values of the array.
| |
SetColumn |
Sets a column.
| |
SetIdentity |
Sets this matrix to an identity matrix.
| |
SetRow |
Sets a row.
| |
SetSubmatrix |
Sets a submatrix of this matrix.
| |
SolveLinearEquations(MatrixD, MatrixD) |
Solves the linear set of equations A * X = B.
| |
SolveLinearEquations(MatrixD, VectorD) |
Solves the linear set of equations A * x = b.
| |
Subtract |
Subtracts two matrices.
| |
ToArray1D |
Converts this matrix to an array of double values.
| |
ToArray2D |
Converts this MatrixD to a 2-dimensional double array.
| |
ToArrayJagged |
Converts this MatrixD to a jagged double array.
| |
ToList |
Converts this matrix to a list of double values.
| |
ToMatrix22D | ||
ToMatrix33D | ||
ToMatrix44D | ||
ToMatrixF | ||
ToString |
Returns the string representation of this matrix.
(Overrides ObjectToString.) | |
ToString(IFormatProvider) |
Returns the string representation of this matrix using the specified culture-specific format
information.
| |
Transpose |
Transposes this matrix.
| |
TryInvert |
Inverts the matrix if it is invertible.
| |
WriteXml |
Converts an object into its XML representation.
|