The OpenD Programming Language

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.

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

Meta