Searched defs:DTBSV (Results 1 - 3 of 3) sorted by last modified time

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp550 void ScriptIntrinsicBLAS::DTBSV(RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, function in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java1233 * DTBSV solves one of the systems of equations
1253 public void DTBSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Allocation X, int incX) { method in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1010 * DTBSV solves one of the systems of equations
1030 public void DTBSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Allocation X, int incX) { method in class:ScriptIntrinsicBLAS

Completed in 173 milliseconds