Home | History | Annotate | Download | only in renderscript

Lines Matching defs:STRSM

2964      * STRSM solves one of the matrix equations
2978 public void STRSM(@Side int Side, @Uplo int Uplo, @Transpose int TransA, @Diag int Diag, float alpha, Allocation A, Allocation B) {