Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ZTRSM

3033      * ZTRSM solves one of the matrix equations
3047 public void ZTRSM(@Side int Side, @Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Double2 alpha, Allocation A, Allocation B) {