Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ZTRMV

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