summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ScriptIntrinsicBLAS.java
diff options
context:
space:
mode:
authorElliot Waite <elliotwaite@google.com>2017-01-26 04:34:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-26 04:34:57 +0000
commitab978c035eda5e6e42f3856d5edf132e76e45994 (patch)
treea4cd69b1c9f27e2a0d52f1e2f73ce604725483c8 /rs/java/android/renderscript/ScriptIntrinsicBLAS.java
parent8ac1bff7e23ac984568652e1c5e9ffc7dd47e341 (diff)
parent54de77470de4f605eef7f4b4e01718b301fe275e (diff)
Fix @links in reference docs.
am: 54de77470d Change-Id: Id38c30bad13d6b61ed504a06471b9f197b360f7b
Diffstat (limited to 'rs/java/android/renderscript/ScriptIntrinsicBLAS.java')
-rw-r--r--rs/java/android/renderscript/ScriptIntrinsicBLAS.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/rs/java/android/renderscript/ScriptIntrinsicBLAS.java b/rs/java/android/renderscript/ScriptIntrinsicBLAS.java
index c04191bb095d..49a71b430ac6 100644
--- a/rs/java/android/renderscript/ScriptIntrinsicBLAS.java
+++ b/rs/java/android/renderscript/ScriptIntrinsicBLAS.java
@@ -2441,10 +2441,10 @@ public final class ScriptIntrinsicBLAS extends ScriptIntrinsic {
* @param TransA The type of transpose applied to matrix A.
* @param TransB The type of transpose applied to matrix B.
* @param alpha The scalar alpha.
- * @param A The input allocation contains matrix A, supported elements type {@link Element#F64_2
- * @param B The input allocation contains matrix B, supported elements type {@link Element#F64_2
+ * @param A The input allocation contains matrix A, supported elements type {@link Element#F64_2}.
+ * @param B The input allocation contains matrix B, supported elements type {@link Element#F64_2}.
* @param beta The scalar beta.
- * @param C The input allocation contains matrix C, supported elements type {@link Element#F64_2
+ * @param C The input allocation contains matrix C, supported elements type {@link Element#F64_2}.
*/
public void ZGEMM(@Transpose int TransA, @Transpose int TransB, Double2 alpha, Allocation A,
Allocation B, Double2 beta, Allocation C) {