The OpenD Programming Language

sgbrfs_

Improves the computed solution to a general banded system of linear equations AX=B, A**T X=B or A**H X=B, and provides forward and backward error bounds for the solution.

extern (C) pure nothrow @nogc
void
sgbrfs_
(
ref char trans
,,,,,
float* ab
,,
float* afb
,,,
float* b
,,
float* x
,,
float* ferr
,
float* berr
,
float* work
,,)

Meta