The OpenD Programming Language

strsyl_

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

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

Meta