The MatrixDouble type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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 | (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
| |
| FromArray | Overloaded. | |
| 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.) | |
| Multiply | Overloaded. | |
| 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 | (Inherited from Object.) | |
| Transpose |
Transpose current matrix
|
Operators
| Name | Description | |
|---|---|---|
| Addition |
Add two MatrixDouble together and returns a new one
| |
| Division |
Divide 1 MatrixDouble together and returns a new one
| |
| Implicit | Overloaded. | |
| Multiply | Overloaded. | |
| Subtraction |
Subtract two MatrixDouble together and returns a new one
|