The OpenD Programming Language

strrfs_

Provides forward and backward error bounds for the solution of a triangular system of linear equations A X=B, A**T X=B or A**H X=B.

extern (C) pure nothrow @nogc
void
strrfs_
(
ref char uplo
,
ref char trans
,
ref char diag
,,,
float* a
,,
float* b
,,
float* x
,,
float* ferr
,
float* berr
,
float* work
,,)

Meta