Lines Matching refs:KL
417 …public void SGBMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, … in SGBMV() argument
420 if (KL < 0 || KU < 0) { in SGBMV()
425 …A, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX, incY, KL, KU); in SGBMV() local
452 …public void DGBMV(@Transpose int TransA, int KL, int KU, double alpha, Allocation A, Allocation X,… in DGBMV() argument
455 if (KL < 0 || KU < 0) { in DGBMV()
460 …A, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX, incY, KL, KU); in DGBMV() local
487 …public void CGBMV(@Transpose int TransA, int KL, int KU, Float2 alpha, Allocation A, Allocation X,… in CGBMV() argument
490 if (KL < 0 || KU < 0) { in CGBMV()
495 …0, alpha.x, alpha.y, A.getID(mRS), X.getID(mRS), beta.x, beta.y, Y.getID(mRS), incX, incY, KL, KU); in CGBMV() local
522 …public void ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X… in ZGBMV() argument
525 if (KL < 0 || KU < 0) { in ZGBMV()
530 …0, alpha.x, alpha.y, A.getID(mRS), X.getID(mRS), beta.x, beta.y, Y.getID(mRS), incX, incY, KL, KU); in ZGBMV() local