The OpenD Programming Language

spbrfs_

Improves the computed solution to a symmetric positive definite banded system of linear equations AX=B, and provides forward and backward error bounds for the solution.

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

Meta