Home | History | Annotate | Download | only in renderscript

Lines Matching defs:CTBSV

1272      * CTBSV solves one of the systems of equations
1292 public void CTBSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Allocation X, int incX) {