Home | History | Annotate | Download | only in renderscript

Lines Matching defs:CTRSV

937      * CTRSV solves one of the systems of equations
949 public void CTRSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation A, Allocation X, int incX) {