Click or drag to resize
Accord.NET (logo)

ISolverArrayDecompositionT Methods

The ISolverArrayDecompositionT generic type exposes the following members.

Methods
  NameDescription
Public methodGetInformationMatrix
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.
Public methodInverse
Solves a set of equation systems of type A * X = I.
Public methodReverse
Reverses the decomposition, reconstructing the original matrix X.
Public methodSolve(T)
Solves a set of equation systems of type A * X = B.
Public methodSolve(T)
Solves a set of equation systems of type A * X = B.
Public methodSolveForDiagonal
Solves a set of equation systems of type A * X = B where B is a diagonal matrix.
Top
See Also