Class JavaBLAS

java.lang.Object
dev.ludovic.netlib.blas.JavaBLAS
All Implemented Interfaces:
BLAS
Direct Known Subclasses:
VectorizedBLAS

public class JavaBLAS extends Object
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    dasum​(int n, double[] x, int incx)
     
    double
    dasum​(int n, double[] x, int offsetx, int incx)
     
    protected double
    dasumK​(int n, double[] x, int offsetx, int incx)
     
    void
    daxpy​(int n, double alpha, double[] x, int incx, double[] y, int incy)
     
    void
    daxpy​(int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
     
    protected void
    daxpyK​(int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
     
    void
    dcopy​(int n, double[] x, int incx, double[] y, int incy)
     
    void
    dcopy​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
     
    protected void
    dcopyK​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
     
    double
    ddot​(int n, double[] x, int incx, double[] y, int incy)
     
    double
    ddot​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
     
    protected double
    ddotK​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
     
    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)
     
    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)
     
    protected void
    dgbmvK​(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)
     
    protected void
    dgebpTN​(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)
     
    protected void
    dgecpyNN​(int m, int n, double[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, double[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
     
    protected void
    dgecpyNT​(int m, int n, double[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, double[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
     
    protected void
    dgecpyTN​(int m, int n, double[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, double[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
     
    protected void
    dgecpyTT​(int m, int n, double[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, double[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
     
    void
    dgemm​(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)
     
    void
    dgemm​(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)
     
    protected void
    dgemmBeta​(int rows, int rowe, int cols, int cole, double beta, double[] c, int offsetc, int ldc)
     
    protected void
    dgemmK​(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)
     
    protected void
    dgemmNN​(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)
     
    protected void
    dgemmNT​(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)
     
    protected void
    dgemmTN​(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)
     
    protected void
    dgemmTT​(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)
     
    void
    dgemv​(String trans, int m, int n, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy)
     
    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)
     
    protected void
    dgemvK​(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 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)
     
    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)
     
    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)
     
    void
    dger​(int m, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a, int lda)
     
    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)
     
    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)
     
    double
    dnrm2​(int n, double[] x, int incx)
     
    double
    dnrm2​(int n, double[] x, int offsetx, int incx)
     
    protected double
    dnrm2K​(int n, double[] x, int offsetx, int incx)
     
    void
    drot​(int n, double[] x, int incx, double[] y, int incy, double c, double s)
     
    void
    drot​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double c, double s)
     
    void
    drotg​(org.netlib.util.doubleW da, org.netlib.util.doubleW db, org.netlib.util.doubleW c, org.netlib.util.doubleW s)
     
    protected void
    drotK​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double c, double s)
     
    void
    drotm​(int n, double[] x, int incx, double[] y, int incy, double[] param)
     
    void
    drotm​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] param, int offsetparam)
     
    void
    drotmg​(org.netlib.util.doubleW dd1, org.netlib.util.doubleW dd2, org.netlib.util.doubleW dx1, double dy1, double[] param)
     
    void
    drotmg​(org.netlib.util.doubleW dd1, org.netlib.util.doubleW dd2, org.netlib.util.doubleW dx1, double dy1, double[] param, int offsetparam)
     
    protected void
    drotmgK​(org.netlib.util.doubleW dd1, org.netlib.util.doubleW dd2, org.netlib.util.doubleW dx1, double dy1, double[] param, int offsetparam)
     
    protected void
    drotmK​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] param, int offsetparam)
     
    void
    dsbmv​(String uplo, int n, int k, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy)
     
    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)
     
    protected void
    dsbmvK​(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)
     
    void
    dscal​(int n, double alpha, double[] x, int incx)
     
    void
    dscal​(int n, double alpha, double[] x, int offsetx, int incx)
     
    protected void
    dscalK​(int n, double alpha, double[] x, int offsetx, int incx)
     
    void
    dspmv​(String uplo, int n, double alpha, double[] a, double[] x, int incx, double beta, double[] y, int incy)
     
    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)
     
    protected void
    dspmvK​(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 void
    dspmvL​(int n, double alpha, double[] a, int offseta, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)
     
    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)
     
    void
    dspr​(String uplo, int n, double alpha, double[] x, int incx, double[] a)
     
    void
    dspr​(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta)
     
    void
    dspr2​(String uplo, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a)
     
    void
    dspr2​(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta)
     
    protected void
    dspr2K​(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta)
     
    protected void
    dsprK​(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta)
     
    void
    dswap​(int n, double[] x, int incx, double[] y, int incy)
     
    void
    dswap​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
     
    protected void
    dswapK​(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
     
    void
    dsymm​(String side, String uplo, int m, int n, double alpha, double[] a, int lda, double[] b, int ldb, double beta, double[] c, int ldc)
     
    void
    dsymm​(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 void
    dsymmK​(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 void
    dsymmLL​(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 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)
     
    protected void
    dsymmRL​(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 void
    dsymmRU​(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)
     
    void
    dsymv​(String uplo, int n, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy)
     
    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)
     
    protected void
    dsymvK​(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 void
    dsymvL​(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 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)
     
    void
    dsyr​(String uplo, int n, double alpha, double[] x, int incx, double[] a, int lda)
     
    void
    dsyr​(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta, int lda)
     
    void
    dsyr2​(String uplo, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a, int lda)
     
    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)
     
    void
    dsyr2k​(String uplo, String trans, int n, int k, double alpha, double[] a, int lda, double[] b, int ldb, double beta, double[] c, int ldc)
     
    void
    dsyr2k​(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)
     
    protected void
    dsyr2K​(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta, int lda)
     
    protected void
    dsyr2kK​(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)
     
    void
    dsyrk​(String uplo, String trans, int n, int k, double alpha, double[] a, int lda, double beta, double[] c, int ldc)
     
    void
    dsyrk​(String uplo, String trans, int n, int k, double alpha, double[] a, int offseta, int lda, double beta, double[] c, int offsetc, int ldc)
     
    protected void
    dsyrK​(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta, int lda)
     
    protected void
    dsyrkK​(String uplo, String trans, int n, int k, double alpha, double[] a, int offseta, int lda, double beta, double[] c, int offsetc, int ldc)
     
    void
    dtbmv​(String uplo, String trans, String diag, int n, int k, double[] a, int lda, double[] x, int incx)
     
    void
    dtbmv​(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
     
    protected void
    dtbmvK​(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
     
    void
    dtbsv​(String uplo, String trans, String diag, int n, int k, double[] a, int lda, double[] x, int incx)
     
    void
    dtbsv​(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
     
    protected void
    dtbsvK​(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
     
    void
    dtpmv​(String uplo, String trans, String diag, int n, double[] a, double[] x, int incx)
     
    void
    dtpmv​(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)
     
    protected void
    dtpmvK​(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)
     
    void
    dtpsv​(String uplo, String trans, String diag, int n, double[] a, double[] x, int incx)
     
    void
    dtpsv​(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)
     
    protected void
    dtpsvK​(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)
     
    void
    dtrmm​(String side, String uplo, String transa, String diag, int m, int n, double alpha, double[] a, int lda, double[] b, int ldb)
     
    void
    dtrmm​(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)
     
    protected void
    dtrmmK​(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)
     
    void
    dtrmv​(String uplo, String trans, String diag, int n, double[] a, int lda, double[] x, int incx)
     
    void
    dtrmv​(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
     
    protected void
    dtrmvK​(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
     
    void
    dtrsm​(String side, String uplo, String transa, String diag, int m, int n, double alpha, double[] a, int lda, double[] b, int ldb)
     
    void
    dtrsm​(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)
     
    protected void
    dtrsmK​(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)
     
    void
    dtrsv​(String uplo, String trans, String diag, int n, double[] a, int lda, double[] x, int incx)
     
    void
    dtrsv​(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
     
    protected void
    dtrsvK​(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
     
    static BLAS
     
    int
    idamax​(int n, double[] x, int incx)
     
    int
    idamax​(int n, double[] x, int offsetx, int incx)
     
    protected int
    idamaxK​(int n, double[] x, int offsetx, int incx)
     
    illegalArgument​(String method, int arg)
     
    int
    isamax​(int n, float[] x, int incx)
     
    int
    isamax​(int n, float[] x, int offsetx, int incx)
     
    protected int
    isamaxK​(int n, float[] x, int offsetx, int incx)
     
    protected int
    loopAlign​(int index, int max, int size)
     
    protected int
    loopBound​(int index, int size)
     
    boolean
    lsame​(String ca, String cb)
     
    float
    sasum​(int n, float[] x, int incx)
     
    float
    sasum​(int n, float[] x, int offsetx, int incx)
     
    protected float
    sasumK​(int n, float[] x, int offsetx, int incx)
     
    void
    saxpy​(int n, float alpha, float[] x, int incx, float[] y, int incy)
     
    void
    saxpy​(int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    protected void
    saxpyK​(int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    void
    scopy​(int n, float[] x, int incx, float[] y, int incy)
     
    void
    scopy​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    protected void
    scopyK​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    float
    sdot​(int n, float[] x, int incx, float[] y, int incy)
     
    float
    sdot​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    protected float
    sdotK​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    float
    sdsdot​(int n, float sb, float[] x, int incx, float[] y, int incy)
     
    float
    sdsdot​(int n, float sb, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    protected float
    sdsdotK​(int n, float sb, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    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)
     
    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)
     
    protected void
    sgbmvK​(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)
     
    protected void
    sgebpTN​(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)
     
    protected void
    sgecpyNN​(int m, int n, float[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, float[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
     
    protected void
    sgecpyNT​(int m, int n, float[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, float[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
     
    protected void
    sgecpyTN​(int m, int n, float[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, float[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
     
    protected void
    sgecpyTT​(int m, int n, float[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, float[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
     
    void
    sgemm​(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)
     
    void
    sgemm​(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)
     
    protected void
    sgemmBeta​(int rows, int rowe, int cols, int cole, float beta, float[] c, int offsetc, int ldc)
     
    protected void
    sgemmK​(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)
     
    protected void
    sgemmNN​(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)
     
    protected void
    sgemmNT​(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)
     
    protected void
    sgemmTN​(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)
     
    protected void
    sgemmTT​(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)
     
    void
    sgemv​(String trans, int m, int n, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy)
     
    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)
     
    protected void
    sgemvK​(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 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)
     
    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)
     
    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)
     
    void
    sger​(int m, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a, int lda)
     
    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)
     
    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)
     
    float
    snrm2​(int n, float[] x, int incx)
     
    float
    snrm2​(int n, float[] x, int offsetx, int incx)
     
    protected float
    snrm2K​(int n, float[] x, int offsetx, int incx)
     
    void
    srot​(int n, float[] x, int incx, float[] y, int incy, float c, float s)
     
    void
    srot​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float c, float s)
     
    void
    srotg​(org.netlib.util.floatW sa, org.netlib.util.floatW sb, org.netlib.util.floatW c, org.netlib.util.floatW s)
     
    protected void
    srotK​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float c, float s)
     
    void
    srotm​(int n, float[] x, int incx, float[] y, int incy, float[] param)
     
    void
    srotm​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] param, int offsetparam)
     
    void
    srotmg​(org.netlib.util.floatW sd1, org.netlib.util.floatW sd2, org.netlib.util.floatW sx1, float sy1, float[] param)
     
    void
    srotmg​(org.netlib.util.floatW sd1, org.netlib.util.floatW sd2, org.netlib.util.floatW sx1, float sy1, float[] param, int offsetparam)
     
    protected void
    srotmgK​(org.netlib.util.floatW sd1, org.netlib.util.floatW sd2, org.netlib.util.floatW sx1, float sy1, float[] param, int offsetparam)
     
    protected void
    srotmK​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] param, int offsetparam)
     
    void
    ssbmv​(String uplo, int n, int k, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy)
     
    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)
     
    protected void
    ssbmvK​(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)
     
    void
    sscal​(int n, float alpha, float[] x, int incx)
     
    void
    sscal​(int n, float alpha, float[] x, int offsetx, int incx)
     
    protected void
    sscalK​(int n, float alpha, float[] x, int offsetx, int incx)
     
    void
    sspmv​(String uplo, int n, float alpha, float[] a, float[] x, int incx, float beta, float[] y, int incy)
     
    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)
     
    protected void
    sspmvK​(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 void
    sspmvL​(int n, float alpha, float[] a, int offseta, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)
     
    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)
     
    void
    sspr​(String uplo, int n, float alpha, float[] x, int incx, float[] a)
     
    void
    sspr​(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta)
     
    void
    sspr2​(String uplo, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a)
     
    void
    sspr2​(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta)
     
    protected void
    sspr2K​(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta)
     
    protected void
    ssprK​(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta)
     
    void
    sswap​(int n, float[] x, int incx, float[] y, int incy)
     
    void
    sswap​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    protected void
    sswapK​(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
     
    void
    ssymm​(String side, String uplo, int m, int n, float alpha, float[] a, int lda, float[] b, int ldb, float beta, float[] c, int ldc)
     
    void
    ssymm​(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 void
    ssymmK​(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 void
    ssymmLL​(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 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)
     
    protected void
    ssymmRL​(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 void
    ssymmRU​(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)
     
    void
    ssymv​(String uplo, int n, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy)
     
    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)
     
    protected void
    ssymvK​(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 void
    ssymvL​(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 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)
     
    void
    ssyr​(String uplo, int n, float alpha, float[] x, int incx, float[] a, int lda)
     
    void
    ssyr​(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta, int lda)
     
    void
    ssyr2​(String uplo, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a, int lda)
     
    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)
     
    void
    ssyr2k​(String uplo, String trans, int n, int k, float alpha, float[] a, int lda, float[] b, int ldb, float beta, float[] c, int ldc)
     
    void
    ssyr2k​(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)
     
    protected void
    ssyr2K​(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta, int lda)
     
    protected void
    ssyr2kK​(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)
     
    void
    ssyrk​(String uplo, String trans, int n, int k, float alpha, float[] a, int lda, float beta, float[] c, int ldc)
     
    void
    ssyrk​(String uplo, String trans, int n, int k, float alpha, float[] a, int offseta, int lda, float beta, float[] c, int offsetc, int ldc)
     
    protected void
    ssyrK​(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta, int lda)
     
    protected void
    ssyrkK​(String uplo, String trans, int n, int k, float alpha, float[] a, int offseta, int lda, float beta, float[] c, int offsetc, int ldc)
     
    void
    stbmv​(String uplo, String trans, String diag, int n, int k, float[] a, int lda, float[] x, int incx)
     
    void
    stbmv​(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
     
    protected void
    stbmvK​(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
     
    void
    stbsv​(String uplo, String trans, String diag, int n, int k, float[] a, int lda, float[] x, int incx)
     
    void
    stbsv​(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
     
    protected void
    stbsvK​(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
     
    void
    stpmv​(String uplo, String trans, String diag, int n, float[] a, float[] x, int incx)
     
    void
    stpmv​(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)
     
    protected void
    stpmvK​(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)
     
    void
    stpsv​(String uplo, String trans, String diag, int n, float[] a, float[] x, int incx)
     
    void
    stpsv​(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)
     
    protected void
    stpsvK​(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)
     
    void
    strmm​(String side, String uplo, String transa, String diag, int m, int n, float alpha, float[] a, int lda, float[] b, int ldb)
     
    void
    strmm​(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)
     
    protected void
    strmmK​(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)
     
    void
    strmv​(String uplo, String trans, String diag, int n, float[] a, int lda, float[] x, int incx)
     
    void
    strmv​(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
     
    protected void
    strmvK​(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
     
    void
    strsm​(String side, String uplo, String transa, String diag, int m, int n, float alpha, float[] a, int lda, float[] b, int ldb)
     
    void
    strsm​(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)
     
    protected void
    strsmK​(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)
     
    void
    strsv​(String uplo, String trans, String diag, int n, float[] a, int lda, float[] x, int incx)
     
    void
    strsv​(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
     
    protected void
    strsvK​(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JavaBLAS

      protected JavaBLAS()
  • Method Details

    • getInstance

      public static BLAS 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)
    • dcopyK

      protected void dcopyK(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
    • scopyK

      protected void scopyK(int n, 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)
    • sdsdotK

      protected float sdsdotK(int n, float sb, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
    • dgbmvK

      protected void dgbmvK(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)
    • sgbmvK

      protected void sgbmvK(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)
    • dgemmK

      protected void dgemmK(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)
    • dgemmBeta

      protected void dgemmBeta(int rows, int rowe, int cols, int cole, double beta, double[] c, int offsetc, int ldc)
    • dgecpyNN

      protected void dgecpyNN(int m, int n, double[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, double[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
    • dgecpyNT

      protected void dgecpyNT(int m, int n, double[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, double[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
    • dgecpyTN

      protected void dgecpyTN(int m, int n, double[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, double[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
    • dgecpyTT

      protected void dgecpyTT(int m, int n, double[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, double[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
    • dgebpTN

      protected void dgebpTN(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)
    • 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)
    • dgemmNN

      protected void dgemmNN(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)
    • dgemmNT

      protected void dgemmNT(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)
    • dgemmTN

      protected void dgemmTN(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)
    • dgemmTT

      protected void dgemmTT(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)
    • sgemmK

      protected void sgemmK(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)
    • sgemmBeta

      protected void sgemmBeta(int rows, int rowe, int cols, int cole, float beta, float[] c, int offsetc, int ldc)
    • sgecpyNN

      protected void sgecpyNN(int m, int n, float[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, float[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
    • sgecpyNT

      protected void sgecpyNT(int m, int n, float[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, float[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
    • sgecpyTN

      protected void sgecpyTN(int m, int n, float[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, float[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
    • sgecpyTT

      protected void sgecpyTT(int m, int n, float[] src, int offsetsrc, int ldsrc, int rowssrc, int colssrc, float[] dst, int offsetdst, int lddst, int rowsdst, int colsdst)
    • sgebpTN

      protected void sgebpTN(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)
    • 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)
    • sgemmNN

      protected void sgemmNN(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)
    • sgemmNT

      protected void sgemmNT(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)
    • sgemmTN

      protected void sgemmTN(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)
    • sgemmTT

      protected void sgemmTT(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)
    • dgemvK

      protected void dgemvK(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)
    • 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)
    • sgemvK

      protected void sgemvK(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)
    • 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)
    • drotmK

      protected void drotmK(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] param, int offsetparam)
    • srotmK

      protected void srotmK(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] param, int offsetparam)
    • drotmgK

      protected void drotmgK(org.netlib.util.doubleW dd1, org.netlib.util.doubleW dd2, org.netlib.util.doubleW dx1, double dy1, double[] param, int offsetparam)
    • srotmgK

      protected void srotmgK(org.netlib.util.floatW sd1, org.netlib.util.floatW sd2, org.netlib.util.floatW sx1, float sy1, float[] param, int offsetparam)
    • dsbmvK

      protected void dsbmvK(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)
    • ssbmvK

      protected void ssbmvK(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)
    • 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)
    • dspmvK

      protected void dspmvK(String uplo, int n, double alpha, double[] a, int offseta, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)
    • 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)
    • dspmvL

      protected void dspmvL(int n, double alpha, double[] a, int offseta, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)
    • sspmvK

      protected void sspmvK(String uplo, int n, float alpha, float[] a, int offseta, float[] x, int offsetx, int incx, float beta, float[] 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)
    • sspmvL

      protected void sspmvL(int n, float alpha, float[] a, int offseta, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)
    • dsprK

      protected void dsprK(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta)
    • ssprK

      protected void ssprK(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta)
    • dspr2K

      protected void dspr2K(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta)
    • sspr2K

      protected void sspr2K(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta)
    • 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)
    • dsymmK

      protected void dsymmK(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)
    • 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)
    • dsymmLL

      protected void dsymmLL(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)
    • dsymmRU

      protected void dsymmRU(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)
    • dsymmRL

      protected void dsymmRL(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)
    • ssymmK

      protected void ssymmK(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)
    • 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)
    • ssymmLL

      protected void ssymmLL(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)
    • ssymmRU

      protected void ssymmRU(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)
    • ssymmRL

      protected void ssymmRL(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)
    • dsymvK

      protected void dsymvK(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)
    • 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)
    • dsymvL

      protected void dsymvL(int n, double alpha, double[] a, int offseta, int lda, double[] x, int offsetx, int incx, double beta, double[] y, int offsety, int incy)
    • ssymvK

      protected void ssymvK(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)
    • 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)
    • ssymvL

      protected void ssymvL(int n, float alpha, float[] a, int offseta, int lda, float[] x, int offsetx, int incx, float beta, float[] y, int offsety, int incy)
    • dsyrK

      protected void dsyrK(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta, int lda)
    • ssyrK

      protected void ssyrK(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta, int lda)
    • dsyr2K

      protected void dsyr2K(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] a, int offseta, int lda)
    • ssyr2K

      protected void ssyr2K(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] a, int offseta, int lda)
    • dsyr2kK

      protected void dsyr2kK(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)
    • ssyr2kK

      protected void ssyr2kK(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)
    • dsyrkK

      protected void dsyrkK(String uplo, String trans, int n, int k, double alpha, double[] a, int offseta, int lda, double beta, double[] c, int offsetc, int ldc)
    • ssyrkK

      protected void ssyrkK(String uplo, String trans, int n, int k, float alpha, float[] a, int offseta, int lda, float beta, float[] c, int offsetc, int ldc)
    • dtbmvK

      protected void dtbmvK(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
    • stbmvK

      protected void stbmvK(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
    • dtbsvK

      protected void dtbsvK(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
    • stbsvK

      protected void stbsvK(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
    • dtpmvK

      protected void dtpmvK(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)
    • stpmvK

      protected void stpmvK(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)
    • dtpsvK

      protected void dtpsvK(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)
    • stpsvK

      protected void stpsvK(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)
    • dtrmmK

      protected void dtrmmK(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)
    • strmmK

      protected void strmmK(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)
    • dtrmvK

      protected void dtrmvK(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
    • strmvK

      protected void strmvK(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
    • dtrsmK

      protected void dtrsmK(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)
    • strsmK

      protected void strsmK(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)
    • dtrsvK

      protected void dtrsvK(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
    • strsvK

      protected void strsvK(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
    • idamaxK

      protected int idamaxK(int n, double[] x, int offsetx, int incx)
    • isamaxK

      protected int isamaxK(int n, float[] x, int offsetx, int incx)
    • loopAlign

      protected int loopAlign(int index, int max, int size)
    • loopBound

      protected int loopBound(int index, int size)
    • illegalArgument

      protected IllegalArgumentException illegalArgument(String method, int arg)
    • dasum

      public double dasum(int n, double[] x, int incx)
      Specified by:
      dasum in interface BLAS
    • dasum

      public double dasum(int n, double[] x, int offsetx, int incx)
      Specified by:
      dasum in interface BLAS
    • sasum

      public float sasum(int n, float[] x, int incx)
      Specified by:
      sasum in interface BLAS
    • sasum

      public float sasum(int n, float[] x, int offsetx, int incx)
      Specified by:
      sasum in interface BLAS
    • daxpy

      public void daxpy(int n, double alpha, double[] x, int incx, double[] y, int incy)
      Specified by:
      daxpy in interface BLAS
    • daxpy

      public void daxpy(int n, double alpha, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
      Specified by:
      daxpy in interface BLAS
    • saxpy

      public void saxpy(int n, float alpha, float[] x, int incx, float[] y, int incy)
      Specified by:
      saxpy in interface BLAS
    • saxpy

      public void saxpy(int n, float alpha, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
      Specified by:
      saxpy in interface BLAS
    • dcopy

      public void dcopy(int n, double[] x, int incx, double[] y, int incy)
      Specified by:
      dcopy in interface BLAS
    • dcopy

      public void dcopy(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
      Specified by:
      dcopy in interface BLAS
    • scopy

      public void scopy(int n, float[] x, int incx, float[] y, int incy)
      Specified by:
      scopy in interface BLAS
    • scopy

      public void scopy(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
      Specified by:
      scopy in interface BLAS
    • ddot

      public double ddot(int n, double[] x, int incx, double[] y, int incy)
      Specified by:
      ddot in interface BLAS
    • ddot

      public double ddot(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
      Specified by:
      ddot in interface BLAS
    • sdot

      public float sdot(int n, float[] x, int incx, float[] y, int incy)
      Specified by:
      sdot in interface BLAS
    • sdot

      public float sdot(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
      Specified by:
      sdot in interface BLAS
    • sdsdot

      public float sdsdot(int n, float sb, float[] x, int incx, float[] y, int incy)
      Specified by:
      sdsdot in interface BLAS
    • sdsdot

      public float sdsdot(int n, float sb, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
      Specified by:
      sdsdot in interface BLAS
    • 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)
      Specified by:
      dgbmv in interface BLAS
    • 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)
      Specified by:
      dgbmv in interface BLAS
    • 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)
      Specified by:
      sgbmv in interface BLAS
    • 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)
      Specified by:
      sgbmv in interface BLAS
    • dgemm

      public void dgemm(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)
      Specified by:
      dgemm in interface BLAS
    • dgemm

      public void dgemm(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)
      Specified by:
      dgemm in interface BLAS
    • sgemm

      public void sgemm(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)
      Specified by:
      sgemm in interface BLAS
    • sgemm

      public void sgemm(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)
      Specified by:
      sgemm in interface BLAS
    • 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)
      Specified by:
      dgemv in interface BLAS
    • 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)
      Specified by:
      dgemv in interface BLAS
    • 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)
      Specified by:
      sgemv in interface BLAS
    • 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)
      Specified by:
      sgemv in interface BLAS
    • dger

      public void dger(int m, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a, int lda)
      Specified by:
      dger in interface BLAS
    • 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)
      Specified by:
      dger in interface BLAS
    • sger

      public void sger(int m, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a, int lda)
      Specified by:
      sger in interface BLAS
    • 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)
      Specified by:
      sger in interface BLAS
    • dnrm2

      public double dnrm2(int n, double[] x, int incx)
      Specified by:
      dnrm2 in interface BLAS
    • dnrm2

      public double dnrm2(int n, double[] x, int offsetx, int incx)
      Specified by:
      dnrm2 in interface BLAS
    • snrm2

      public float snrm2(int n, float[] x, int incx)
      Specified by:
      snrm2 in interface BLAS
    • snrm2

      public float snrm2(int n, float[] x, int offsetx, int incx)
      Specified by:
      snrm2 in interface BLAS
    • drot

      public void drot(int n, double[] x, int incx, double[] y, int incy, double c, double s)
      Specified by:
      drot in interface BLAS
    • drot

      public void drot(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double c, double s)
      Specified by:
      drot in interface BLAS
    • srot

      public void srot(int n, float[] x, int incx, float[] y, int incy, float c, float s)
      Specified by:
      srot in interface BLAS
    • srot

      public void srot(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float c, float s)
      Specified by:
      srot in interface BLAS
    • drotg

      public void drotg(org.netlib.util.doubleW da, org.netlib.util.doubleW db, org.netlib.util.doubleW c, org.netlib.util.doubleW s)
      Specified by:
      drotg in interface BLAS
    • srotg

      public void srotg(org.netlib.util.floatW sa, org.netlib.util.floatW sb, org.netlib.util.floatW c, org.netlib.util.floatW s)
      Specified by:
      srotg in interface BLAS
    • drotm

      public void drotm(int n, double[] x, int incx, double[] y, int incy, double[] param)
      Specified by:
      drotm in interface BLAS
    • drotm

      public void drotm(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy, double[] param, int offsetparam)
      Specified by:
      drotm in interface BLAS
    • srotm

      public void srotm(int n, float[] x, int incx, float[] y, int incy, float[] param)
      Specified by:
      srotm in interface BLAS
    • srotm

      public void srotm(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy, float[] param, int offsetparam)
      Specified by:
      srotm in interface BLAS
    • drotmg

      public void drotmg(org.netlib.util.doubleW dd1, org.netlib.util.doubleW dd2, org.netlib.util.doubleW dx1, double dy1, double[] param)
      Specified by:
      drotmg in interface BLAS
    • 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)
      Specified by:
      drotmg in interface BLAS
    • srotmg

      public void srotmg(org.netlib.util.floatW sd1, org.netlib.util.floatW sd2, org.netlib.util.floatW sx1, float sy1, float[] param)
      Specified by:
      srotmg in interface BLAS
    • 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)
      Specified by:
      srotmg in interface BLAS
    • 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)
      Specified by:
      dsbmv in interface BLAS
    • 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)
      Specified by:
      dsbmv in interface BLAS
    • 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)
      Specified by:
      ssbmv in interface BLAS
    • 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)
      Specified by:
      ssbmv in interface BLAS
    • dscal

      public void dscal(int n, double alpha, double[] x, int incx)
      Specified by:
      dscal in interface BLAS
    • dscal

      public void dscal(int n, double alpha, double[] x, int offsetx, int incx)
      Specified by:
      dscal in interface BLAS
    • sscal

      public void sscal(int n, float alpha, float[] x, int incx)
      Specified by:
      sscal in interface BLAS
    • sscal

      public void sscal(int n, float alpha, float[] x, int offsetx, int incx)
      Specified by:
      sscal in interface BLAS
    • dspmv

      public void dspmv(String uplo, int n, double alpha, double[] a, double[] x, int incx, double beta, double[] y, int incy)
      Specified by:
      dspmv in interface BLAS
    • 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)
      Specified by:
      dspmv in interface BLAS
    • sspmv

      public void sspmv(String uplo, int n, float alpha, float[] a, float[] x, int incx, float beta, float[] y, int incy)
      Specified by:
      sspmv in interface BLAS
    • 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)
      Specified by:
      sspmv in interface BLAS
    • dspr

      public void dspr(String uplo, int n, double alpha, double[] x, int incx, double[] a)
      Specified by:
      dspr in interface BLAS
    • dspr

      public void dspr(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta)
      Specified by:
      dspr in interface BLAS
    • sspr

      public void sspr(String uplo, int n, float alpha, float[] x, int incx, float[] a)
      Specified by:
      sspr in interface BLAS
    • sspr

      public void sspr(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta)
      Specified by:
      sspr in interface BLAS
    • dspr2

      public void dspr2(String uplo, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a)
      Specified by:
      dspr2 in interface BLAS
    • 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)
      Specified by:
      dspr2 in interface BLAS
    • sspr2

      public void sspr2(String uplo, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a)
      Specified by:
      sspr2 in interface BLAS
    • 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)
      Specified by:
      sspr2 in interface BLAS
    • dswap

      public void dswap(int n, double[] x, int incx, double[] y, int incy)
      Specified by:
      dswap in interface BLAS
    • dswap

      public void dswap(int n, double[] x, int offsetx, int incx, double[] y, int offsety, int incy)
      Specified by:
      dswap in interface BLAS
    • sswap

      public void sswap(int n, float[] x, int incx, float[] y, int incy)
      Specified by:
      sswap in interface BLAS
    • sswap

      public void sswap(int n, float[] x, int offsetx, int incx, float[] y, int offsety, int incy)
      Specified by:
      sswap in interface BLAS
    • dsymm

      public void dsymm(String side, String uplo, int m, int n, double alpha, double[] a, int lda, double[] b, int ldb, double beta, double[] c, int ldc)
      Specified by:
      dsymm in interface BLAS
    • dsymm

      public void dsymm(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)
      Specified by:
      dsymm in interface BLAS
    • ssymm

      public void ssymm(String side, String uplo, int m, int n, float alpha, float[] a, int lda, float[] b, int ldb, float beta, float[] c, int ldc)
      Specified by:
      ssymm in interface BLAS
    • ssymm

      public void ssymm(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)
      Specified by:
      ssymm in interface BLAS
    • dsymv

      public void dsymv(String uplo, int n, double alpha, double[] a, int lda, double[] x, int incx, double beta, double[] y, int incy)
      Specified by:
      dsymv in interface BLAS
    • 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)
      Specified by:
      dsymv in interface BLAS
    • ssymv

      public void ssymv(String uplo, int n, float alpha, float[] a, int lda, float[] x, int incx, float beta, float[] y, int incy)
      Specified by:
      ssymv in interface BLAS
    • 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)
      Specified by:
      ssymv in interface BLAS
    • dsyr

      public void dsyr(String uplo, int n, double alpha, double[] x, int incx, double[] a, int lda)
      Specified by:
      dsyr in interface BLAS
    • dsyr

      public void dsyr(String uplo, int n, double alpha, double[] x, int offsetx, int incx, double[] a, int offseta, int lda)
      Specified by:
      dsyr in interface BLAS
    • ssyr

      public void ssyr(String uplo, int n, float alpha, float[] x, int incx, float[] a, int lda)
      Specified by:
      ssyr in interface BLAS
    • ssyr

      public void ssyr(String uplo, int n, float alpha, float[] x, int offsetx, int incx, float[] a, int offseta, int lda)
      Specified by:
      ssyr in interface BLAS
    • dsyr2

      public void dsyr2(String uplo, int n, double alpha, double[] x, int incx, double[] y, int incy, double[] a, int lda)
      Specified by:
      dsyr2 in interface BLAS
    • 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)
      Specified by:
      dsyr2 in interface BLAS
    • ssyr2

      public void ssyr2(String uplo, int n, float alpha, float[] x, int incx, float[] y, int incy, float[] a, int lda)
      Specified by:
      ssyr2 in interface BLAS
    • 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)
      Specified by:
      ssyr2 in interface BLAS
    • dsyr2k

      public void dsyr2k(String uplo, String trans, int n, int k, double alpha, double[] a, int lda, double[] b, int ldb, double beta, double[] c, int ldc)
      Specified by:
      dsyr2k in interface BLAS
    • dsyr2k

      public void dsyr2k(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)
      Specified by:
      dsyr2k in interface BLAS
    • ssyr2k

      public void ssyr2k(String uplo, String trans, int n, int k, float alpha, float[] a, int lda, float[] b, int ldb, float beta, float[] c, int ldc)
      Specified by:
      ssyr2k in interface BLAS
    • ssyr2k

      public void ssyr2k(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)
      Specified by:
      ssyr2k in interface BLAS
    • dsyrk

      public void dsyrk(String uplo, String trans, int n, int k, double alpha, double[] a, int lda, double beta, double[] c, int ldc)
      Specified by:
      dsyrk in interface BLAS
    • dsyrk

      public void dsyrk(String uplo, String trans, int n, int k, double alpha, double[] a, int offseta, int lda, double beta, double[] c, int offsetc, int ldc)
      Specified by:
      dsyrk in interface BLAS
    • ssyrk

      public void ssyrk(String uplo, String trans, int n, int k, float alpha, float[] a, int lda, float beta, float[] c, int ldc)
      Specified by:
      ssyrk in interface BLAS
    • ssyrk

      public void ssyrk(String uplo, String trans, int n, int k, float alpha, float[] a, int offseta, int lda, float beta, float[] c, int offsetc, int ldc)
      Specified by:
      ssyrk in interface BLAS
    • dtbmv

      public void dtbmv(String uplo, String trans, String diag, int n, int k, double[] a, int lda, double[] x, int incx)
      Specified by:
      dtbmv in interface BLAS
    • dtbmv

      public void dtbmv(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
      Specified by:
      dtbmv in interface BLAS
    • stbmv

      public void stbmv(String uplo, String trans, String diag, int n, int k, float[] a, int lda, float[] x, int incx)
      Specified by:
      stbmv in interface BLAS
    • stbmv

      public void stbmv(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
      Specified by:
      stbmv in interface BLAS
    • dtbsv

      public void dtbsv(String uplo, String trans, String diag, int n, int k, double[] a, int lda, double[] x, int incx)
      Specified by:
      dtbsv in interface BLAS
    • dtbsv

      public void dtbsv(String uplo, String trans, String diag, int n, int k, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
      Specified by:
      dtbsv in interface BLAS
    • stbsv

      public void stbsv(String uplo, String trans, String diag, int n, int k, float[] a, int lda, float[] x, int incx)
      Specified by:
      stbsv in interface BLAS
    • stbsv

      public void stbsv(String uplo, String trans, String diag, int n, int k, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
      Specified by:
      stbsv in interface BLAS
    • dtpmv

      public void dtpmv(String uplo, String trans, String diag, int n, double[] a, double[] x, int incx)
      Specified by:
      dtpmv in interface BLAS
    • dtpmv

      public void dtpmv(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)
      Specified by:
      dtpmv in interface BLAS
    • stpmv

      public void stpmv(String uplo, String trans, String diag, int n, float[] a, float[] x, int incx)
      Specified by:
      stpmv in interface BLAS
    • stpmv

      public void stpmv(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)
      Specified by:
      stpmv in interface BLAS
    • dtpsv

      public void dtpsv(String uplo, String trans, String diag, int n, double[] a, double[] x, int incx)
      Specified by:
      dtpsv in interface BLAS
    • dtpsv

      public void dtpsv(String uplo, String trans, String diag, int n, double[] a, int offseta, double[] x, int offsetx, int incx)
      Specified by:
      dtpsv in interface BLAS
    • stpsv

      public void stpsv(String uplo, String trans, String diag, int n, float[] a, float[] x, int incx)
      Specified by:
      stpsv in interface BLAS
    • stpsv

      public void stpsv(String uplo, String trans, String diag, int n, float[] a, int offseta, float[] x, int offsetx, int incx)
      Specified by:
      stpsv in interface BLAS
    • dtrmm

      public void dtrmm(String side, String uplo, String transa, String diag, int m, int n, double alpha, double[] a, int lda, double[] b, int ldb)
      Specified by:
      dtrmm in interface BLAS
    • dtrmm

      public void dtrmm(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)
      Specified by:
      dtrmm in interface BLAS
    • strmm

      public void strmm(String side, String uplo, String transa, String diag, int m, int n, float alpha, float[] a, int lda, float[] b, int ldb)
      Specified by:
      strmm in interface BLAS
    • strmm

      public void strmm(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)
      Specified by:
      strmm in interface BLAS
    • dtrmv

      public void dtrmv(String uplo, String trans, String diag, int n, double[] a, int lda, double[] x, int incx)
      Specified by:
      dtrmv in interface BLAS
    • dtrmv

      public void dtrmv(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
      Specified by:
      dtrmv in interface BLAS
    • strmv

      public void strmv(String uplo, String trans, String diag, int n, float[] a, int lda, float[] x, int incx)
      Specified by:
      strmv in interface BLAS
    • strmv

      public void strmv(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
      Specified by:
      strmv in interface BLAS
    • dtrsm

      public void dtrsm(String side, String uplo, String transa, String diag, int m, int n, double alpha, double[] a, int lda, double[] b, int ldb)
      Specified by:
      dtrsm in interface BLAS
    • dtrsm

      public void dtrsm(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)
      Specified by:
      dtrsm in interface BLAS
    • strsm

      public void strsm(String side, String uplo, String transa, String diag, int m, int n, float alpha, float[] a, int lda, float[] b, int ldb)
      Specified by:
      strsm in interface BLAS
    • strsm

      public void strsm(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)
      Specified by:
      strsm in interface BLAS
    • dtrsv

      public void dtrsv(String uplo, String trans, String diag, int n, double[] a, int lda, double[] x, int incx)
      Specified by:
      dtrsv in interface BLAS
    • dtrsv

      public void dtrsv(String uplo, String trans, String diag, int n, double[] a, int offseta, int lda, double[] x, int offsetx, int incx)
      Specified by:
      dtrsv in interface BLAS
    • strsv

      public void strsv(String uplo, String trans, String diag, int n, float[] a, int lda, float[] x, int incx)
      Specified by:
      strsv in interface BLAS
    • strsv

      public void strsv(String uplo, String trans, String diag, int n, float[] a, int offseta, int lda, float[] x, int offsetx, int incx)
      Specified by:
      strsv in interface BLAS
    • idamax

      public int idamax(int n, double[] x, int incx)
      Specified by:
      idamax in interface BLAS
    • idamax

      public int idamax(int n, double[] x, int offsetx, int incx)
      Specified by:
      idamax in interface BLAS
    • isamax

      public int isamax(int n, float[] x, int incx)
      Specified by:
      isamax in interface BLAS
    • isamax

      public int isamax(int n, float[] x, int offsetx, int incx)
      Specified by:
      isamax in interface BLAS
    • lsame

      public boolean lsame(String ca, String cb)
      Specified by:
      lsame in interface BLAS