Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ZTRMM

2911      * ZTRMM performs one of the matrix-matrix operations
2925 public void ZTRMM(@Side int Side, @Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Double2 alpha, Allocation A, Allocation B) {