The OpenD Programming Language

sgbtrs_

Solves a general banded system of linear equations AX=B, A**T X=B or A**H X=B, using the LU factorization computed by SGBTRF.

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

Meta