Searched defs:uplo (Results 1 – 2 of 2) sorted by relevance
890 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_CHEMV_Correctness() local928 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_ZHEMV_Correctness() local1024 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_CHBMV_Correctness() local1062 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_ZHBMV_Correctness() local1155 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_CHPMV_Correctness() local1194 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_ZHPMV_Correctness() local1319 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_SSYMV_Correctness() local1357 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_DSYMV_Correctness() local1453 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_SSBMV_Correctness() local1491 int uplo = ScriptIntrinsicBLAS.UPPER; in test_L2_DSBMV_Correctness() local[all …]
27 def triangularMatrixGen(a, uplo): argument