Home | History | Annotate | Download | only in renderscript

Lines Matching defs:DTPSV

1385      * DTPSV solves one of the systems of equations
1405 public void DTPSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation Ap, Allocation X, int incX) {