Home | History | Annotate | Download | only in renderscript

Lines Matching defs:DTRMM

3627      * DTRMM performs one of the matrix-matrix operations
3641 public void DTRMM(@Side int Side, @Uplo int Uplo, @Transpose int TransA, @Diag int Diag, double alpha, Allocation A, Allocation B) {