Lines Matching refs:RSRuntimeException

240             throw new RSRuntimeException("Invalid side passed to BLAS");  in validateSide()
247 throw new RSRuntimeException("Invalid transpose passed to BLAS"); in validateTranspose()
254 throw new RSRuntimeException("Invalid transpose passed to BLAS"); in validateConjTranspose()
260 throw new RSRuntimeException("Invalid diag passed to BLAS"); in validateDiag()
266 throw new RSRuntimeException("Invalid uplo passed to BLAS"); in validateUplo()
282 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateGEMV()
285 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateGEMV()
289 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateGEMV()
301 throw new RSRuntimeException("Incorrect vector dimensions for GEMV"); in validateGEMV()
421 throw new RSRuntimeException("KL and KU must be greater than or equal to 0"); in SGBMV()
456 throw new RSRuntimeException("KL and KU must be greater than or equal to 0"); in DGBMV()
491 throw new RSRuntimeException("KL and KU must be greater than or equal to 0"); in CGBMV()
526 throw new RSRuntimeException("KL and KU must be greater than or equal to 0"); in ZGBMV()
539 throw new RSRuntimeException("A must be a square matrix for TRMV"); in validateTRMV()
543 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateTRMV()
546 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateTRMV()
550 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateTRMV()
554 throw new RSRuntimeException("Incorrect vector dimensions for TRMV"); in validateTRMV()
564 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateTPMV()
567 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateTPMV()
571 throw new RSRuntimeException("Ap must have a Y dimension of 0 or 1"); in validateTPMV()
577 throw new RSRuntimeException("Invalid dimension for Ap"); in validateTPMV()
580 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateTPMV()
584 throw new RSRuntimeException("Incorrect vector dimensions for TPMV"); in validateTPMV()
690 throw new RSRuntimeException("K must be greater than or equal to 0"); in STBMV()
721 throw new RSRuntimeException("K must be greater than or equal to 0"); in DTBMV()
752 throw new RSRuntimeException("K must be greater than or equal to 0"); in CTBMV()
783 throw new RSRuntimeException("K must be greater than or equal to 0"); in ZTBMV()
1004 throw new RSRuntimeException("Number of diagonals must be positive"); in STBSV()
1035 throw new RSRuntimeException("Number of diagonals must be positive"); in DTBSV()
1066 throw new RSRuntimeException("Number of diagonals must be positive"); in CTBSV()
1097 throw new RSRuntimeException("Number of diagonals must be positive"); in ZTBSV()
1217 throw new RSRuntimeException("A must be a square matrix for SYMV"); in validateSYMV()
1222 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateSYMV()
1225 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateSYMV()
1229 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateSYMV()
1233 throw new RSRuntimeException("Incorrect vector dimensions for SYMV"); in validateSYMV()
1237 throw new RSRuntimeException("Incorrect vector dimensions for SYMV"); in validateSYMV()
1246 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateSPMV()
1249 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateSPMV()
1253 throw new RSRuntimeException("Ap must have a Y dimension of 0 or 1"); in validateSPMV()
1258 throw new RSRuntimeException("Invalid dimension for Ap"); in validateSPMV()
1261 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateSPMV()
1265 throw new RSRuntimeException("Incorrect vector dimensions for SPMV"); in validateSPMV()
1269 throw new RSRuntimeException("Incorrect vector dimensions for SPMV"); in validateSPMV()
1278 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateGER()
1282 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateGER()
1289 throw new RSRuntimeException("M and N must be 1 or greater for GER"); in validateGER()
1292 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateGER()
1296 throw new RSRuntimeException("Incorrect vector dimensions for GER"); in validateGER()
1300 throw new RSRuntimeException("Incorrect vector dimensions for GER"); in validateGER()
1309 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateSYR()
1315 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateSYR()
1318 throw new RSRuntimeException("A must be a symmetric matrix"); in validateSYR()
1321 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateSYR()
1325 throw new RSRuntimeException("Incorrect vector dimensions for SYR"); in validateSYR()
1333 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateSPR()
1336 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateSPR()
1340 throw new RSRuntimeException("Ap must have a Y dimension of 0 or 1"); in validateSPR()
1345 throw new RSRuntimeException("Invalid dimension for Ap"); in validateSPR()
1348 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateSPR()
1352 throw new RSRuntimeException("Incorrect vector dimensions for SPR"); in validateSPR()
1363 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateSYR2()
1367 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateSYR2()
1373 throw new RSRuntimeException("A must be a symmetric matrix"); in validateSYR2()
1376 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateSYR2()
1381 throw new RSRuntimeException("Incorrect vector dimensions for SYR"); in validateSYR2()
1391 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateSPR2()
1394 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateSPR2()
1398 throw new RSRuntimeException("Ap must have a Y dimension of 0 or 1"); in validateSPR2()
1403 throw new RSRuntimeException("Invalid dimension for Ap"); in validateSPR2()
1406 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateSPR2()
1411 throw new RSRuntimeException("Incorrect vector dimensions for SPR2"); in validateSPR2()
1463 throw new RSRuntimeException("K must be greater than or equal to 0"); in SSBMV()
1651 throw new RSRuntimeException("K must be greater than or equal to 0"); in DSBMV()
1802 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateGERU()
1805 throw new RSRuntimeException("BLAS vectors must have Y dimension of 0 or 1"); in validateGERU()
1811 throw new RSRuntimeException("Vector increments must be greater than 0"); in validateGERU()
1815 throw new RSRuntimeException("Incorrect vector dimensions for GERU"); in validateGERU()
1819 throw new RSRuntimeException("Incorrect vector dimensions for GERU"); in validateGERU()
1872 throw new RSRuntimeException("K must be 0 or greater for HBMV"); in CHBMV()
2087 throw new RSRuntimeException("K must be 0 or greater for HBMV"); in ZHBMV()
2264 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateL3()
2268 throw new RSRuntimeException("Allocation C cannot be null"); in validateL3()
2275 throw new RSRuntimeException("Provided Matrix A without Matrix B, or vice versa"); in validateL3()
2307 throw new RSRuntimeException("Called BLAS with invalid dimensions"); in validateL3()
2312 throw new RSRuntimeException("Matrix C is not symmetric"); in validateL3()
2315 throw new RSRuntimeException("Called BLAS with invalid dimensions"); in validateL3()
2320 throw new RSRuntimeException("Called BLAS with invalid dimensions"); in validateL3()
2491 throw new RSRuntimeException("Matrix A is not symmetric"); in SSYMM()
2517 throw new RSRuntimeException("Matrix A is not symmetric"); in DSYMM()
2543 throw new RSRuntimeException("Matrix A is not symmetric"); in CSYMM()
2569 throw new RSRuntimeException("Matrix A is not symmetric"); in ZSYMM()
2688 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateSYR2K()
2701 throw new RSRuntimeException("Invalid symmetric matrix in SYR2K"); in validateSYR2K()
2705 throw new RSRuntimeException("Invalid A and B in SYR2K"); in validateSYR2K()
2819 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateTRMM()
2825 throw new RSRuntimeException("Called TRMM with a non-symmetric matrix A"); in validateTRMM()
2832 throw new RSRuntimeException("Called TRMM with invalid matrices"); in validateTRMM()
2836 throw new RSRuntimeException("Called TRMM with invalid matrices"); in validateTRMM()
2939 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateTRSM()
2946 throw new RSRuntimeException("Called TRSM with a non-symmetric matrix A"); in validateTRSM()
2953 throw new RSRuntimeException("Called TRSM with invalid matrix dimensions"); in validateTRSM()
2958 throw new RSRuntimeException("Called TRSM with invalid matrix dimensions"); in validateTRSM()
3061 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateHEMM()
3067 throw new RSRuntimeException("Called HEMM with non-square A"); in validateHEMM()
3071 throw new RSRuntimeException("Called HEMM with invalid B"); in validateHEMM()
3075 throw new RSRuntimeException("Called HEMM with mismatched B and C"); in validateHEMM()
3124 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateHERK()
3129 throw new RSRuntimeException("Called HERK with non-square C"); in validateHERK()
3133 throw new RSRuntimeException("Called HERK with invalid A"); in validateHERK()
3137 throw new RSRuntimeException("Called HERK with invalid A"); in validateHERK()
3198 throw new RSRuntimeException("Called BLAS with wrong Element type"); in validateHER2K()
3203 throw new RSRuntimeException("Called HER2K with non-square C"); in validateHER2K()
3207 throw new RSRuntimeException("Called HER2K with invalid matrices"); in validateHER2K()
3211 throw new RSRuntimeException("Called HER2K with invalid matrices"); in validateHER2K()
3215 throw new RSRuntimeException("Called HER2K with invalid A and B matrices"); in validateHER2K()
3293 throw new RSRuntimeException("Invalid a_offset passed to BNNM"); in BNNM()
3296 throw new RSRuntimeException("Invalid b_offset passed to BNNM"); in BNNM()