strsyl_

Solves the Sylvester matrix equation A X +/- X B=C where A and B are upper quasi-triangular, and may be transposed.

pure nothrow @nogc extern (C)
void
strsyl_
(
ref char trana
,
ref char tranb
,,,,
float* a
,,
float* b
,,
float* c
,,
float* scale
,)

Meta