sgetrs_

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

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

Meta