| MatrixF Methods |
The MatrixF type exposes the following members.
| Name | Description | |
|---|---|---|
| Absolute |
Sets each matrix element to its absolute value.
| |
| Absolute(MatrixF) |
Returns a matrix with the absolute values of the elements of the given matrix.
| |
| Add |
Adds two matrices.
| |
| AreNumericallyEqual(MatrixF, MatrixF) |
Determines whether two matrices are equal (regarding the tolerance
EpsilonF).
| |
| AreNumericallyEqual(MatrixF, MatrixF, Single) |
Determines whether two matrices are equal (regarding a specific tolerance).
| |
| ClampToZero |
Clamps near-zero matrix elements to zero.
| |
| ClampToZero(Single) |
Clamps near-zero matrix elements to zero.
| |
| ClampToZero(MatrixF) |
Returns a matrix with the matrix elements clamped to the range [min, max].
| |
| ClampToZero(MatrixF, Single) |
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(MatrixF) |
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(Single, MatrixF) |
Multiplies a matrix by a scalar.
| |
| Multiply(MatrixF, MatrixF) |
Multiplies two matrices.
| |
| Multiply(MatrixF, VectorF) |
Multiplies a matrix with a column vector.
| |
| Negate |
Negates a matrix.
| |
| ReadXml |
Generates an object from its XML representation.
| |
| Set(Single) |
Sets the matrix elements to the specified value.
| |
| Set(Single) |
Sets the matrix elements to the values of the array.
| |
| Set(Single) |
Sets the matrix elements to the values of the array.
| |
| Set(MatrixF) |
Sets the elements of this matrix.
| |
| Set(IListSingle, MatrixOrder) |
Sets the matrix elements to the values of the list.
| |
| Set(Single, 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(MatrixF, MatrixF) |
Solves the linear set of equations A * X = B.
| |
| SolveLinearEquations(MatrixF, VectorF) |
Solves the linear set of equations A * x = b.
| |
| Subtract |
Subtracts two matrices.
| |
| ToArray1D |
Converts this matrix to an array of float values.
| |
| ToArray2D |
Converts this MatrixF to a 2-dimensional float array.
| |
| ToArrayJagged |
Converts this MatrixF to a jagged float array.
| |
| ToList |
Converts this matrix to a list of float values.
| |
| ToMatrix22F | ||
| ToMatrix33F | ||
| ToMatrix44F | ||
| ToMatrixD | ||
| 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.
|