![]() | Matrix Methods |
The Matrix type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition | [Matrix] Addition([Matrix] B) |
![]() ![]() | Adjugate | [Matrix] Adjugate() |
![]() | AllOnesMatrix | [Matrix] AllOnesMatrix() |
![]() | Avg | [Vector] Avg() |
![]() | Cofactor | [float] Cofactor([int] i, [int] j) |
![]() | CofactorMatrix | [Matrix] CofactorMatrix() |
![]() | ColumnPermutationMatrix | [Matrix] ColumnPermutationMatrix() |
![]() | ColumnVector | [Vector] ColumnVector([int] m) |
![]() | Covariance | [Matrix] Covariance([bit] Population) |
![]() | DeleteColumn | [Matrix] DeleteColumn([int] j) |
![]() | DeleteRow | [Matrix] DeleteRow([int] i) |
![]() | Determinant | [float] Determinant() |
![]() ![]() | Diagonal | [Matrix] Diagonal() |
![]() ![]() | DiagonalVector | [Vector] DiagonalVector() |
![]() ![]() | DirectSum | [Matrix] DirectSum([Matrix] B) |
![]() | Exponential | [Matrix] Exponential() |
![]() | GetValue | [float] GetValue([int] i, [int] j) |
![]() ![]() | HadamardProduct | [Matrix] HadamardProduct([Matrix] B) |
![]() | IdentityMatrix | [Matrix] IdentityMatrix() |
![]() | Inverse | [Matrix] Inverse() |
![]() | IsValid | [bit] IsValid() |
![]() ![]() | KroneckerProduct | [Matrix] KroneckerProduct([Matrix] B) |
![]() ![]() | KroneckerSum | [Matrix] KroneckerSum([Matrix] B) |
![]() | LeftDivision | [Matrix] LeftDivision([Matrix] B) |
![]() | MaxVector | [Vector] MaxVector() |
![]() | MinMaxNormalize | [Matrix] MinMaxNormalize() |
![]() | Minor | [float] Minor([int] i, [int] j) |
![]() ![]() | Minus | [Matrix] Minus() |
![]() | MinVector | [Vector] MinVector() |
![]() | Norm | [float] Norm() |
![]() ![]() | Power | [Matrix] Power([int] p) |
![]() ![]() | Product | [Matrix] Product([Matrix] B) |
![]() | RightDivision | [Matrix] RightDivision([Matrix] B) |
![]() | Round | [Matrix] Round([int] r) |
![]() | RowVector | [Vector] RowVector([int] n) |
![]() | ScalarProduct | [Matrix] ScalarProduct([float] Scalar) |
![]() | SetValue | [Matrix] SetValue([float] Value, [int] i, [int] j) |
![]() | SetVector | [Matrix] SetVector([Vector] V, [int] iOrj, [bit] ColumnVector) |
![]() | Standardize | [Matrix] Standardize([bit] Population) |
![]() | StandardizeInverse | [Matrix] StandardizeInverse([Vector] Means, [Vector] StDevs) |
![]() | StDev | [Vector] StDev() |
![]() | StDevp | [Vector] StDevp() |
![]() ![]() | Subtraction | [Matrix] Subtraction([Matrix] B) |
![]() ![]() | TableString | [nvarchar](max) TableString([int] OptionType) |
![]() | ToString | [nvarchar](max) ToString() (Overrides ValueTypeToString.) |
![]() | Trace | [float] Trace() |
![]() ![]() | Transpose | [Matrix] Transpose() |
![]() | UnitMatrix | [Matrix] UnitMatrix([int] i, [int] j) |
![]() | Var | [Vector] Var() |
![]() | Varp | [Vector] Varp() |
![]() | ZeroMatrix | [Matrix] ZeroMatrix() |