LUSolve(DVector, DVector) Method |
Solves the equation Ax = b for x, in place.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+fe04b3c3b66145837635a6f9e3deae00ddb4c7d9
Syntaxpublic void Solve(
DVector input,
DVector output
)
Parameters
- input DVector
- The right side of the equation.
- output DVector
- The solving vector.
See Also