The OpenD Programming Language

stbtrs_

Solves a triangular banded system of linear equations AX=B, A**T X=B or A**H X=B.

extern (C) pure nothrow @nogc
void
stbtrs_
(
ref char uplo
,
ref char trans
,
ref char diag
,,,,
float* ab
,,
float* b
,,)

Meta