Home | History | Annotate | Download | only in renderscript

Lines Matching defs:CTRMV

732      * CTRMV performs one of the matrix-vector operations
744 public void CTRMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation A, Allocation X, int incX) {