Home | History | Annotate | Download | only in renderscript

Lines Matching defs:DSYR2

1748      * DSYR2 performs the symmetric rank 2 operation
1761 public void DSYR2(@Uplo int Uplo, double alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) {