CADability dotNET
The Matrix type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition | Addition of matrices |
![]() ![]() | ExplicitNarrowingExplicitExplicitExplicit(Matrix to array<Double>[]()[][]) |
Explicit convertion to a double[] array of a single column matrix.
|
![]() ![]() | ImplicitWideningImplicitImplicitImplicit(Matrix to array<Double,2>[,](,)[,][,]) | Implicit convertion to a double[,] array. |
![]() ![]() | Multiply(Double, Matrix) | Multiplication of a matrix by a scalar, C = s*A |
![]() ![]() | Multiply(Matrix, Matrix) | Linear algebraic matrix multiplication. |
![]() ![]() | Subtraction | Subtraction of matrices |