Home | History | Annotate | Download | only in renderscript

Lines Matching defs:STRSV

1078      * STRSV solves one of the systems of equations
1090 public void STRSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation A, Allocation X, int incX) {