Package dev.ludovic.netlib.blas
Class VectorizedBLAS
java.lang.Object
dev.ludovic.netlib.blas.JavaBLAS
dev.ludovic.netlib.blas.VectorizedBLAS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledasum(int n, double[] x, int incx)doubledasum(int n, double[] x, int offsetx, int incx)protected doubledasumK(int n, double[] x, int offsetx, int incx)voiddaxpy(int n, double alpha, double[] x, int incx, double[] y, int incy)voiddaxpy(int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)protected voiddaxpyK(int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)voiddcopy(int n, double[] x, int incx, double[] y, int incy)voiddcopy(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)doubleddot(int n, double[] x, int incx, double[] y, int incy)doubleddot(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)protected doubleddotK(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)voiddgbmv(String trans, int m, int n, int kl, int ku, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy)voiddgbmv(String trans, int m, int n, int kl, int ku, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)voiddgemm(String transa, String transb, int m, int n, int k, double alpha, double[] a, int lda, double[] b, int ldb, double beta, double[] c, int ldc)voiddgemm(String transa, String transb, int m, int n, int k, double alpha, double[] a, int offseta, int lda, double[] b, int offsetb, int ldb, double beta, double[] c, int offsetc, int ldc)voiddgemv(String trans, int m, int n, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy)voiddgemv(String trans, int m, int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)protected voiddgemvN(int m, int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)protected voiddgemvT(int m, int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)protected voiddgepdotTN(int m, int rows, int rowe, int n, int cols, int cole, int k, int is, int ie, double alpha, double[] a, int offseta, int lda, double[] b, int offsetb, int ldb, double beta, double[] c, int offsetc, int ldc)voiddger(int m, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a, int lda)voiddger(int m, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta, int lda)protected voiddgerK(int m, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta, int lda)doublednrm2(int n, double[] x, int incx)doublednrm2(int n, double[] x, int offsetx, int incx)protected doublednrm2K(int n, double[] x, int offsetx, int incx)voiddrot(int n, double[] x, int incx, double[] y, int incy, double c, double s)voiddrot(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double c, double s)voiddrotg(org.netlib.util.doubleW da, org.netlib.util.doubleW db, org.netlib.util.doubleW c, org.netlib.util.doubleW s)protected voiddrotK(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double c, double s)voiddrotm(int n, double[] x, int incx, double[] y, int incy, double[] param)voiddrotm(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] param, int offsetparam)voiddrotmg(org.netlib.util.doubleW dd1, org.netlib.util.doubleW dd2, org.netlib.util.doubleW dx1, double dy1, double[] param)voiddrotmg(org.netlib.util.doubleW dd1, org.netlib.util.doubleW dd2, org.netlib.util.doubleW dx1, double dy1, double[] param, int offsetparam)voiddsbmv(String uplo, int n, int k, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy)voiddsbmv(String uplo, int n, int k, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)voiddscal(int n, double alpha, double[] x, int incx)voiddscal(int n, double alpha, double[] x, int offsetx, int incx)protected voiddscalK(int n, double alpha, double[] x, int offsetx, int incx)voiddspmv(String uplo, int n, double alpha, double[] a, double[] x, int incx, double beta, double[] y, int incy)voiddspmv(String uplo, int n, double alpha, double[] a, int offseta, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)protected voiddspmvU(int n, double alpha, double[] a, int offseta, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)voidvoidvoidvoiddspr2(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta)voiddswap(int n, double[] x, int incx, double[] y, int incy)voiddswap(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)protected voiddswapK(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)voiddsymm(String side, String uplo, int m, int n, double alpha, double[] a, int lda, double[] b, int ldb, double beta, double[] c, int ldc)voiddsymm(String side, String uplo, int m, int n, double alpha, double[] a, int offseta, int lda, double[] b, int offsetb, int ldb, double beta, double[] c, int offsetc, int ldc)protected voiddsymmLU(int m, int n, double alpha, double[] a, int offseta, int lda, double[] b, int offsetb, int ldb, double beta, double[] c, int offsetc, int ldc)voiddsymv(String uplo, int n, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy)voiddsymv(String uplo, int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)protected voiddsymvU(int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)voidvoiddsyr(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta, int lda)voiddsyr2(String uplo, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a, int lda)voiddsyr2(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta, int lda)voiddsyr2k(String uplo, String trans, int n, int k, double alpha, double[] a, int lda, double[] b, int ldb, double beta, double[] c, int ldc)voiddsyr2k(String uplo, String trans, int n, int k, double alpha, double[] a, int offseta, int lda, double[] b, int offsetb, int ldb, double beta, double[] c, int offsetc, int ldc)voiddsyrk(String uplo, String trans, int n, int k, double alpha, double[] a, int lda, double beta, double[] c, int ldc)voiddsyrk(String uplo, String trans, int n, int k, double alpha, double[] a, int offseta, int lda, double beta, double[] c, int offsetc, int ldc)voiddtbmv(String uplo, String trans, String diag, int n, int k, double[] a, int lda, double[] x, int incx)voiddtbmv(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)voiddtbsv(String uplo, String trans, String diag, int n, int k, double[] a, int lda, double[] x, int incx)voiddtbsv(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)voidvoiddtpmv(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)voidvoiddtpsv(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)voiddtrmm(String side, String uplo, String transa, String diag, int m, int n, double alpha, double[] a, int lda, double[] b, int ldb)voiddtrmm(String side, String uplo, String transa, String diag, int m, int n, double alpha, double[] a, int offseta, int lda, double[] b, int offsetb, int ldb)voidvoiddtrmv(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)voiddtrsm(String side, String uplo, String transa, String diag, int m, int n, double alpha, double[] a, int lda, double[] b, int ldb)voiddtrsm(String side, String uplo, String transa, String diag, int m, int n, double alpha, double[] a, int offseta, int lda, double[] b, int offsetb, int ldb)voidvoiddtrsv(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)static JavaBLASintidamax(int n, double[] x, int incx)intidamax(int n, double[] x, int offsetx, int incx)intisamax(int n, float[] x, int incx)intisamax(int n, float[] x, int offsetx, int incx)protected intloopAlign(int index, int max, int size)protected intloopBound(int index, int size)booleanfloatsasum(int n, float[] x, int incx)floatsasum(int n, float[] x, int offsetx, int incx)protected floatsasumK(int n, float[] x, int offsetx, int incx)voidsaxpy(int n, float alpha, float[] x, int incx, float[] y, int incy)voidsaxpy(int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)protected voidsaxpyK(int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)voidscopy(int n, float[] x, int incx, float[] y, int incy)voidscopy(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)floatsdot(int n, float[] x, int incx, float[] y, int incy)floatsdot(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)protected floatsdotK(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)floatsdsdot(int n, float sb, float[] x, int incx, float[] y, int incy)floatsdsdot(int n, float sb, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)voidsgbmv(String trans, int m, int n, int kl, int ku, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy)voidsgbmv(String trans, int m, int n, int kl, int ku, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)voidsgemm(String transa, String transb, int m, int n, int k, float alpha, float[] a, int lda, float[] b, int ldb, float beta, float[] c, int ldc)voidsgemm(String transa, String transb, int m, int n, int k, float alpha, float[] a, int offseta, int lda, float[] b, int offsetb, int ldb, float beta, float[] c, int offsetc, int ldc)voidsgemv(String trans, int m, int n, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy)voidsgemv(String trans, int m, int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)protected voidsgemvN(int m, int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)protected voidsgemvT(int m, int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)protected voidsgepdotTN(int m, int rows, int rowe, int n, int cols, int cole, int k, int is, int ie, float alpha, float[] a, int offseta, int lda, float[] b, int offsetb, int ldb, float beta, float[] c, int offsetc, int ldc)voidsger(int m, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a, int lda)voidsger(int m, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta, int lda)protected voidsgerK(int m, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta, int lda)floatsnrm2(int n, float[] x, int incx)floatsnrm2(int n, float[] x, int offsetx, int incx)protected floatsnrm2K(int n, float[] x, int offsetx, int incx)voidsrot(int n, float[] x, int incx, float[] y, int incy, float c, float s)voidsrot(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float c, float s)voidsrotg(org.netlib.util.floatW sa, org.netlib.util.floatW sb, org.netlib.util.floatW c, org.netlib.util.floatW s)protected voidsrotK(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float c, float s)voidsrotm(int n, float[] x, int incx, float[] y, int incy, float[] param)voidsrotm(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] param, int offsetparam)voidsrotmg(org.netlib.util.floatW sd1, org.netlib.util.floatW sd2, org.netlib.util.floatW sx1, float sy1, float[] param)voidsrotmg(org.netlib.util.floatW sd1, org.netlib.util.floatW sd2, org.netlib.util.floatW sx1, float sy1, float[] param, int offsetparam)voidssbmv(String uplo, int n, int k, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy)voidssbmv(String uplo, int n, int k, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)voidsscal(int n, float alpha, float[] x, int incx)voidsscal(int n, float alpha, float[] x, int offsetx, int incx)protected voidsscalK(int n, float alpha, float[] x, int offsetx, int incx)voidsspmv(String uplo, int n, float alpha, float[] a, float[] x, int incx, float beta, float[] y, int incy)voidsspmv(String uplo, int n, float alpha, float[] a, int offseta, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)protected voidsspmvU(int n, float alpha, float[] a, int offseta, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)voidvoidvoidvoidsspr2(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta)voidsswap(int n, float[] x, int incx, float[] y, int incy)voidsswap(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)protected voidsswapK(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)voidssymm(String side, String uplo, int m, int n, float alpha, float[] a, int lda, float[] b, int ldb, float beta, float[] c, int ldc)voidssymm(String side, String uplo, int m, int n, float alpha, float[] a, int offseta, int lda, float[] b, int offsetb, int ldb, float beta, float[] c, int offsetc, int ldc)protected voidssymmLU(int m, int n, float alpha, float[] a, int offseta, int lda, float[] b, int offsetb, int ldb, float beta, float[] c, int offsetc, int ldc)voidssymv(String uplo, int n, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy)voidssymv(String uplo, int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)protected voidssymvU(int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)voidvoidssyr(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta, int lda)voidssyr2(String uplo, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a, int lda)voidssyr2(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta, int lda)voidssyr2k(String uplo, String trans, int n, int k, float alpha, float[] a, int lda, float[] b, int ldb, float beta, float[] c, int ldc)voidssyr2k(String uplo, String trans, int n, int k, float alpha, float[] a, int offseta, int lda, float[] b, int offsetb, int ldb, float beta, float[] c, int offsetc, int ldc)voidssyrk(String uplo, String trans, int n, int k, float alpha, float[] a, int lda, float beta, float[] c, int ldc)voidssyrk(String uplo, String trans, int n, int k, float alpha, float[] a, int offseta, int lda, float beta, float[] c, int offsetc, int ldc)voidstbmv(String uplo, String trans, String diag, int n, int k, float[] a, int lda, float[] x, int incx)voidstbmv(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)voidstbsv(String uplo, String trans, String diag, int n, int k, float[] a, int lda, float[] x, int incx)voidstbsv(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)voidvoidstpmv(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)voidvoidstpsv(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)voidstrmm(String side, String uplo, String transa, String diag, int m, int n, float alpha, float[] a, int lda, float[] b, int ldb)voidstrmm(String side, String uplo, String transa, String diag, int m, int n, float alpha, float[] a, int offseta, int lda, float[] b, int offsetb, int ldb)voidvoidstrmv(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)voidstrsm(String side, String uplo, String transa, String diag, int m, int n, float alpha, float[] a, int lda, float[] b, int ldb)voidstrsm(String side, String uplo, String transa, String diag, int m, int n, float alpha, float[] a, int offseta, int lda, float[] b, int offsetb, int ldb)voidvoidstrsv(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)Methods inherited from class dev.ludovic.netlib.blas.JavaBLAS
dcopyK, dgbmvK, dgebpTN, dgecpyNN, dgecpyNT, dgecpyTN, dgecpyTT, dgemmBeta, dgemmK, dgemmNN, dgemmNT, dgemmTN, dgemmTT, dgemvK, drotmgK, drotmK, dsbmvK, dspmvK, dspmvL, dspr2K, dsprK, dsymmK, dsymmLL, dsymmRL, dsymmRU, dsymvK, dsymvL, dsyr2K, dsyr2kK, dsyrK, dsyrkK, dtbmvK, dtbsvK, dtpmvK, dtpsvK, dtrmmK, dtrmvK, dtrsmK, dtrsvK, idamaxK, isamaxK, scopyK, sdsdotK, sgbmvK, sgebpTN, sgecpyNN, sgecpyNT, sgecpyTN, sgecpyTT, sgemmBeta, sgemmK, sgemmNN, sgemmNT, sgemmTN, sgemmTT, sgemvK, srotmgK, srotmK, ssbmvK, sspmvK, sspmvL, sspr2K, ssprK, ssymmK, ssymmLL, ssymmRL, ssymmRU, ssymvK, ssymvL, ssyr2K, ssyr2kK, ssyrK, ssyrkK, stbmvK, stbsvK, stpmvK, stpsvK, strmmK, strmvK, strsmK, strsvKMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.ludovic.netlib.BLAS
dasum, dasum, daxpy, daxpy, dcopy, dcopy, ddot, ddot, dgbmv, dgbmv, dgemm, dgemm, dgemv, dgemv, dger, dger, dnrm2, dnrm2, drot, drot, drotg, drotm, drotm, drotmg, drotmg, dsbmv, dsbmv, dscal, dscal, dspmv, dspmv, dspr, dspr, dspr2, dspr2, dswap, dswap, dsymm, dsymm, dsymv, dsymv, dsyr, dsyr, dsyr2, dsyr2, dsyr2k, dsyr2k, dsyrk, dsyrk, dtbmv, dtbmv, dtbsv, dtbsv, dtpmv, dtpmv, dtpsv, dtpsv, dtrmm, dtrmm, dtrmv, dtrmv, dtrsm, dtrsm, dtrsv, dtrsv, idamax, idamax, isamax, isamax, lsame, sasum, sasum, saxpy, saxpy, scopy, scopy, sdot, sdot, sdsdot, sdsdot, sgbmv, sgbmv, sgemm, sgemm, sgemv, sgemv, sger, sger, snrm2, snrm2, srot, srot, srotg, srotm, srotm, srotmg, srotmg, ssbmv, ssbmv, sscal, sscal, sspmv, sspmv, sspr, sspr, sspr2, sspr2, sswap, sswap, ssymm, ssymm, ssymv, ssymv, ssyr, ssyr, ssyr2, ssyr2, ssyr2k, ssyr2k, ssyrk, ssyrk, stbmv, stbmv, stbsv, stbsv, stpmv, stpmv, stpsv, stpsv, strmm, strmm, strmv, strmv, strsm, strsm, strsv, strsv
-
Constructor Details
-
VectorizedBLAS
protected VectorizedBLAS()
-
-
Method Details
-
getInstance
-
dasumK
protected double dasumK(int n, double[] x, int offsetx, int incx) -
sasumK
protected float sasumK(int n, float[] x, int offsetx, int incx) -
daxpyK
protected void daxpyK(int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy) -
saxpyK
protected void saxpyK(int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy) -
ddotK
protected double ddotK(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy) -
sdotK
protected float sdotK(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy) -
dgepdotTN
protected void dgepdotTN(int m, int rows, int rowe, int n, int cols, int cole, int k, int is, int ie, double alpha, double[] a, int offseta, int lda, double[] b, int offsetb, int ldb, double beta, double[] c, int offsetc, int ldc) -
sgepdotTN
protected void sgepdotTN(int m, int rows, int rowe, int n, int cols, int cole, int k, int is, int ie, float alpha, float[] a, int offseta, int lda, float[] b, int offsetb, int ldb, float beta, float[] c, int offsetc, int ldc) -
dgemvN
protected void dgemvN(int m, int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy) -
dgemvT
protected void dgemvT(int m, int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy) -
sgemvN
protected void sgemvN(int m, int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy) -
sgemvT
protected void sgemvT(int m, int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy) -
dgerK
protected void dgerK(int m, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta, int lda) -
sgerK
protected void sgerK(int m, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta, int lda) -
dnrm2K
protected double dnrm2K(int n, double[] x, int offsetx, int incx) -
snrm2K
protected float snrm2K(int n, float[] x, int offsetx, int incx) -
drotK
protected void drotK(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double c, double s) -
srotK
protected void srotK(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float c, float s) -
dscalK
protected void dscalK(int n, double alpha, double[] x, int offsetx, int incx) -
sscalK
protected void sscalK(int n, float alpha, float[] x, int offsetx, int incx) -
dspmvU
protected void dspmvU(int n, double alpha, double[] a, int offseta, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy) -
sspmvU
protected void sspmvU(int n, float alpha, float[] a, int offseta, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy) -
dswapK
protected void dswapK(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy) -
sswapK
protected void sswapK(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy) -
dsymmLU
protected void dsymmLU(int m, int n, double alpha, double[] a, int offseta, int lda, double[] b, int offsetb, int ldb, double beta, double[] c, int offsetc, int ldc) -
ssymmLU
protected void ssymmLU(int m, int n, float alpha, float[] a, int offseta, int lda, float[] b, int offsetb, int ldb, float beta, float[] c, int offsetc, int ldc) -
dsymvU
protected void dsymvU(int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy) -
ssymvU
protected void ssymvU(int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy) -
loopAlign
protected int loopAlign(int index, int max, int size) -
loopBound
protected int loopBound(int index, int size) -
dasum
public double dasum(int n, double[] x, int incx) -
dasum
public double dasum(int n, double[] x, int offsetx, int incx) -
sasum
public float sasum(int n, float[] x, int incx) -
sasum
public float sasum(int n, float[] x, int offsetx, int incx) -
daxpy
public void daxpy(int n, double alpha, double[] x, int incx, double[] y, int incy) -
daxpy
public void daxpy(int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy) -
saxpy
public void saxpy(int n, float alpha, float[] x, int incx, float[] y, int incy) -
saxpy
public void saxpy(int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy) -
dcopy
public void dcopy(int n, double[] x, int incx, double[] y, int incy) -
dcopy
public void dcopy(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy) -
scopy
public void scopy(int n, float[] x, int incx, float[] y, int incy) -
scopy
public void scopy(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy) -
ddot
public double ddot(int n, double[] x, int incx, double[] y, int incy) -
ddot
public double ddot(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy) -
sdot
public float sdot(int n, float[] x, int incx, float[] y, int incy) -
sdot
public float sdot(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy) -
sdsdot
public float sdsdot(int n, float sb, float[] x, int incx, float[] y, int incy) -
sdsdot
public float sdsdot(int n, float sb, float[] x, int offsetx, int incx, float[] y, int offsety, int incy) -
dgbmv
public void dgbmv(String trans, int m, int n, int kl, int ku, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy) -
dgbmv
public void dgbmv(String trans, int m, int n, int kl, int ku, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy) -
sgbmv
public void sgbmv(String trans, int m, int n, int kl, int ku, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy) -
sgbmv
public void sgbmv(String trans, int m, int n, int kl, int ku, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy) -
dgemm
-
dgemm
-
sgemm
-
sgemm
-
dgemv
public void dgemv(String trans, int m, int n, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy) -
dgemv
public void dgemv(String trans, int m, int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy) -
sgemv
public void sgemv(String trans, int m, int n, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy) -
sgemv
public void sgemv(String trans, int m, int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy) -
dger
public void dger(int m, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a, int lda) -
dger
public void dger(int m, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta, int lda) -
sger
public void sger(int m, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a, int lda) -
sger
public void sger(int m, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta, int lda) -
dnrm2
public double dnrm2(int n, double[] x, int incx) -
dnrm2
public double dnrm2(int n, double[] x, int offsetx, int incx) -
snrm2
public float snrm2(int n, float[] x, int incx) -
snrm2
public float snrm2(int n, float[] x, int offsetx, int incx) -
drot
public void drot(int n, double[] x, int incx, double[] y, int incy, double c, double s) -
drot
public void drot(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double c, double s) -
srot
public void srot(int n, float[] x, int incx, float[] y, int incy, float c, float s) -
srot
public void srot(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float c, float s) -
drotg
public void drotg(org.netlib.util.doubleW da, org.netlib.util.doubleW db, org.netlib.util.doubleW c, org.netlib.util.doubleW s) -
srotg
public void srotg(org.netlib.util.floatW sa, org.netlib.util.floatW sb, org.netlib.util.floatW c, org.netlib.util.floatW s) -
drotm
public void drotm(int n, double[] x, int incx, double[] y, int incy, double[] param) -
drotm
public void drotm(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] param, int offsetparam) -
srotm
public void srotm(int n, float[] x, int incx, float[] y, int incy, float[] param) -
srotm
public void srotm(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] param, int offsetparam) -
drotmg
public void drotmg(org.netlib.util.doubleW dd1, org.netlib.util.doubleW dd2, org.netlib.util.doubleW dx1, double dy1, double[] param) -
drotmg
public void drotmg(org.netlib.util.doubleW dd1, org.netlib.util.doubleW dd2, org.netlib.util.doubleW dx1, double dy1, double[] param, int offsetparam) -
srotmg
public void srotmg(org.netlib.util.floatW sd1, org.netlib.util.floatW sd2, org.netlib.util.floatW sx1, float sy1, float[] param) -
srotmg
public void srotmg(org.netlib.util.floatW sd1, org.netlib.util.floatW sd2, org.netlib.util.floatW sx1, float sy1, float[] param, int offsetparam) -
dsbmv
public void dsbmv(String uplo, int n, int k, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy) -
dsbmv
public void dsbmv(String uplo, int n, int k, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy) -
ssbmv
public void ssbmv(String uplo, int n, int k, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy) -
ssbmv
public void ssbmv(String uplo, int n, int k, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy) -
dscal
public void dscal(int n, double alpha, double[] x, int incx) -
dscal
public void dscal(int n, double alpha, double[] x, int offsetx, int incx) -
sscal
public void sscal(int n, float alpha, float[] x, int incx) -
sscal
public void sscal(int n, float alpha, float[] x, int offsetx, int incx) -
dspmv
public void dspmv(String uplo, int n, double alpha, double[] a, double[] x, int incx, double beta, double[] y, int incy) -
dspmv
public void dspmv(String uplo, int n, double alpha, double[] a, int offseta, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy) -
sspmv
public void sspmv(String uplo, int n, float alpha, float[] a, float[] x, int incx, float beta, float[] y, int incy) -
sspmv
public void sspmv(String uplo, int n, float alpha, float[] a, int offseta, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy) -
dspr
-
dspr
public void dspr(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta) -
sspr
-
sspr
public void sspr(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta) -
dspr2
public void dspr2(String uplo, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a) -
dspr2
public void dspr2(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta) -
sspr2
public void sspr2(String uplo, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a) -
sspr2
public void sspr2(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta) -
dswap
public void dswap(int n, double[] x, int incx, double[] y, int incy) -
dswap
public void dswap(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy) -
sswap
public void sswap(int n, float[] x, int incx, float[] y, int incy) -
sswap
public void sswap(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy) -
dsymm
-
dsymm
-
ssymm
-
ssymm
-
dsymv
public void dsymv(String uplo, int n, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy) -
dsymv
public void dsymv(String uplo, int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy) -
ssymv
public void ssymv(String uplo, int n, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy) -
ssymv
public void ssymv(String uplo, int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy) -
dsyr
-
dsyr
public void dsyr(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta, int lda) -
ssyr
-
ssyr
public void ssyr(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta, int lda) -
dsyr2
public void dsyr2(String uplo, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a, int lda) -
dsyr2
public void dsyr2(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta, int lda) -
ssyr2
public void ssyr2(String uplo, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a, int lda) -
ssyr2
public void ssyr2(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta, int lda) -
dsyr2k
-
dsyr2k
-
ssyr2k
-
ssyr2k
-
dsyrk
-
dsyrk
-
ssyrk
-
ssyrk
-
dtbmv
-
dtbmv
-
stbmv
-
stbmv
-
dtbsv
-
dtbsv
-
stbsv
-
stbsv
-
dtpmv
-
dtpmv
-
stpmv
-
stpmv
-
dtpsv
-
dtpsv
-
stpsv
-
stpsv
-
dtrmm
-
dtrmm
-
strmm
-
strmm
-
dtrmv
-
dtrmv
-
strmv
-
strmv
-
dtrsm
-
dtrsm
-
strsm
-
strsm
-
dtrsv
-
dtrsv
-
strsv
-
strsv
-
idamax
public int idamax(int n, double[] x, int incx) -
idamax
public int idamax(int n, double[] x, int offsetx, int incx) -
isamax
public int isamax(int n, float[] x, int incx) -
isamax
public int isamax(int n, float[] x, int offsetx, int incx) -
lsame
-