![]() |
ISolverArrayDecompositionT Interface |
Namespace: Accord.Math.Decompositions
The ISolverArrayDecompositionT type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetInformationMatrix |
Computes (Xt * X)^1 (the inverse of the covariance matrix). This
matrix can be used to determine standard errors for the coefficients when
solving a linear set of equations through any of the Solve(T)
methods.
|
![]() | Inverse |
Solves a set of equation systems of type A * X = I.
|
![]() | Reverse |
Reverses the decomposition, reconstructing the original matrix X.
|
![]() | Solve(T) |
Solves a set of equation systems of type A * X = B.
|
![]() | Solve(T) |
Solves a set of equation systems of type A * X = B.
|
![]() | SolveForDiagonal |
Solves a set of equation systems of type A * X = B where B is a diagonal matrix.
|