Common interface for matrix decompositions which can be used to solve linear systems of equations involving jagged array matrices.
Namespace: Accord.Math.DecompositionsAccord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic interface ISolverArrayDecomposition<T> where T : struct, new()
Public Interface ISolverArrayDecomposition(Of T As {Structure, New})Request Example View Source Type Parameters
The ISolverArrayDecompositionT type exposes the following members.
Methods Name Description GetInformationMatrixComputes
(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.
InverseSolves a set of equation systems of type A * X = I.
ReverseReverses 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.
SolveForDiagonalSolves a set of equation systems of type A * X = B where B is a diagonal matrix.
Top See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4