Searched refs:DTRSV (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java916 * DTRSV solves one of the systems of equations
928 public void DTRSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation A, Allocation X, int incX) { method in class:ScriptIntrinsicBLAS
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java1107 * DTRSV solves one of the systems of equations
1119 public void DTRSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation A, Allocation X, int incX) { method in class:ScriptIntrinsicBLAS

Completed in 352 milliseconds