Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > LinearTransformation Class


Extreme Optimization Mathematics Library for .NET

LinearTransformation Members

LinearTransformation overview

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
EstimateConditionNumber Calculates an estimate for the condition number of a matrix.
GetDeterminant Calculates the determinant of a matrix.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInverse Calculates the inverse matrix..
GetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
GetType (inherited from Object)Gets the Type of the current instance.
IsSingular Gets a value indicating whether the Matrix is singular.
RankOverloaded. Returns the numerical rank of a matrix using the specified tolerance.
SolveOverloaded. Solves the system of simultaneous linear equations represented by this instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

LinearTransformationOverloaded. Initializes a new instance of the LinearTransformation class.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

LinearTransformation Class | Extreme.Mathematics.LinearAlgebra Namespace