ILNumerics - Technical Application Development
Top
Overload List
Name | Description | |
---|---|---|
linsolveTriUp(InArraycomplex, InArraycomplex, Int32) |
Solve system of linear equations A*x = B, with A being a square, upper triangular matrix.
[ILNumerics Computing Engine] | |
linsolveTriUp(InArrayfcomplex, InArrayfcomplex, Int32) |
Solve system of linear equations A*x = B, with A being a square, upper triangular matrix.
[ILNumerics Computing Engine] | |
linsolveTriUp(InArrayDouble, InArrayDouble, Int32) |
Solve system of linear equations A*x = B, with A being a square, upper triangular matrix.
[ILNumerics Computing Engine] | |
linsolveTriUp(InArraySingle, InArraySingle, Int32) |
Solve system of linear equations A*x = B, with A being a square, upper triangular matrix.
[ILNumerics Computing Engine] |
See Also