The MatrixDouble type exposes the following members.

Constructors

  NameDescription
MatrixDoubleOverloaded.

Methods

  NameDescription
Add
Add two MatrixDouble together and returns a new one
Clone
Clone current Matrix
Divide
Divide 1 MatrixDouble together and returns a new one
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstRowToArray
Converts Matrix into 1 dimensionnal double array
FromArrayOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Identity
Get identify matrix of the given size (x == y)
Invert
Invert Matrix
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MultiplyOverloaded.
PolynomialCoefficients
Solves polynomial equation for a series of x and y points and fits a univariate polynomial to them
Regress
y=a0 z1 + a1 z1 +a2 z2 + a3 z3 +...
Solve
Solve
Subtract
Subtract two MatrixDouble together and returns a new one
ToArray
Converts Matrix into 1 dimensionnal double array
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Transpose
Transpose current matrix

Operators

  NameDescription
Addition
Add two MatrixDouble together and returns a new one
Division
Divide 1 MatrixDouble together and returns a new one
ImplicitOverloaded.
MultiplyOverloaded.
Subtraction
Subtract two MatrixDouble together and returns a new one

Properties

  NameDescription
Item
This accessor
NumColumns
Get number of columns
NumRows
Get number of rows

See Also