static void |
openblas.LAPACK_zgges(byte[] jobvsl,
byte[] jobvsr,
byte[] sort,
openblas.LAPACK_Z_SELECT2 selctg,
int[] n,
double[] a,
int[] lda,
double[] b,
int[] ldb,
int[] sdim,
double[] alpha,
double[] beta,
double[] vsl,
int[] ldvsl,
double[] vsr,
int[] ldvsr,
double[] work,
int[] lwork,
double[] rwork,
int[] bwork,
int[] info) |
static void |
openblas.LAPACK_zgges(ByteBuffer jobvsl,
ByteBuffer jobvsr,
ByteBuffer sort,
openblas.LAPACK_Z_SELECT2 selctg,
IntBuffer n,
DoubleBuffer a,
IntBuffer lda,
DoubleBuffer b,
IntBuffer ldb,
IntBuffer sdim,
DoubleBuffer alpha,
DoubleBuffer beta,
DoubleBuffer vsl,
IntBuffer ldvsl,
DoubleBuffer vsr,
IntBuffer ldvsr,
DoubleBuffer work,
IntBuffer lwork,
DoubleBuffer rwork,
IntBuffer bwork,
IntBuffer info) |
static void |
openblas.LAPACK_zgges(BytePointer jobvsl,
BytePointer jobvsr,
BytePointer sort,
openblas.LAPACK_Z_SELECT2 selctg,
IntPointer n,
DoublePointer a,
IntPointer lda,
DoublePointer b,
IntPointer ldb,
IntPointer sdim,
DoublePointer alpha,
DoublePointer beta,
DoublePointer vsl,
IntPointer ldvsl,
DoublePointer vsr,
IntPointer ldvsr,
DoublePointer work,
IntPointer lwork,
DoublePointer rwork,
IntPointer bwork,
IntPointer info) |
static void |
openblas.LAPACK_zgges3(byte[] jobvsl,
byte[] jobvsr,
byte[] sort,
openblas.LAPACK_Z_SELECT2 selctg,
int[] n,
double[] a,
int[] lda,
double[] b,
int[] ldb,
int[] sdim,
double[] alpha,
double[] beta,
double[] vsl,
int[] ldvsl,
double[] vsr,
int[] ldvsr,
double[] work,
int[] lwork,
double[] rwork,
int[] bwork,
int[] info) |
static void |
openblas.LAPACK_zgges3(ByteBuffer jobvsl,
ByteBuffer jobvsr,
ByteBuffer sort,
openblas.LAPACK_Z_SELECT2 selctg,
IntBuffer n,
DoubleBuffer a,
IntBuffer lda,
DoubleBuffer b,
IntBuffer ldb,
IntBuffer sdim,
DoubleBuffer alpha,
DoubleBuffer beta,
DoubleBuffer vsl,
IntBuffer ldvsl,
DoubleBuffer vsr,
IntBuffer ldvsr,
DoubleBuffer work,
IntBuffer lwork,
DoubleBuffer rwork,
IntBuffer bwork,
IntBuffer info) |
static void |
openblas.LAPACK_zgges3(BytePointer jobvsl,
BytePointer jobvsr,
BytePointer sort,
openblas.LAPACK_Z_SELECT2 selctg,
IntPointer n,
DoublePointer a,
IntPointer lda,
DoublePointer b,
IntPointer ldb,
IntPointer sdim,
DoublePointer alpha,
DoublePointer beta,
DoublePointer vsl,
IntPointer ldvsl,
DoublePointer vsr,
IntPointer ldvsr,
DoublePointer work,
IntPointer lwork,
DoublePointer rwork,
IntPointer bwork,
IntPointer info) |
static void |
openblas.LAPACK_zggesx(byte[] jobvsl,
byte[] jobvsr,
byte[] sort,
openblas.LAPACK_Z_SELECT2 selctg,
byte[] sense,
int[] n,
double[] a,
int[] lda,
double[] b,
int[] ldb,
int[] sdim,
double[] alpha,
double[] beta,
double[] vsl,
int[] ldvsl,
double[] vsr,
int[] ldvsr,
double[] rconde,
double[] rcondv,
double[] work,
int[] lwork,
double[] rwork,
int[] iwork,
int[] liwork,
int[] bwork,
int[] info) |
static void |
openblas.LAPACK_zggesx(ByteBuffer jobvsl,
ByteBuffer jobvsr,
ByteBuffer sort,
openblas.LAPACK_Z_SELECT2 selctg,
ByteBuffer sense,
IntBuffer n,
DoubleBuffer a,
IntBuffer lda,
DoubleBuffer b,
IntBuffer ldb,
IntBuffer sdim,
DoubleBuffer alpha,
DoubleBuffer beta,
DoubleBuffer vsl,
IntBuffer ldvsl,
DoubleBuffer vsr,
IntBuffer ldvsr,
DoubleBuffer rconde,
DoubleBuffer rcondv,
DoubleBuffer work,
IntBuffer lwork,
DoubleBuffer rwork,
IntBuffer iwork,
IntBuffer liwork,
IntBuffer bwork,
IntBuffer info) |
static void |
openblas.LAPACK_zggesx(BytePointer jobvsl,
BytePointer jobvsr,
BytePointer sort,
openblas.LAPACK_Z_SELECT2 selctg,
BytePointer sense,
IntPointer n,
DoublePointer a,
IntPointer lda,
DoublePointer b,
IntPointer ldb,
IntPointer sdim,
DoublePointer alpha,
DoublePointer beta,
DoublePointer vsl,
IntPointer ldvsl,
DoublePointer vsr,
IntPointer ldvsr,
DoublePointer rconde,
DoublePointer rcondv,
DoublePointer work,
IntPointer lwork,
DoublePointer rwork,
IntPointer iwork,
IntPointer liwork,
IntPointer bwork,
IntPointer info) |
static int |
openblas.LAPACKE_zgges_work(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
double[] a,
int lda,
double[] b,
int ldb,
int[] sdim,
double[] alpha,
double[] beta,
double[] vsl,
int ldvsl,
double[] vsr,
int ldvsr,
double[] work,
int lwork,
double[] rwork,
int[] bwork) |
static int |
openblas.LAPACKE_zgges_work(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
DoubleBuffer a,
int lda,
DoubleBuffer b,
int ldb,
IntBuffer sdim,
DoubleBuffer alpha,
DoubleBuffer beta,
DoubleBuffer vsl,
int ldvsl,
DoubleBuffer vsr,
int ldvsr,
DoubleBuffer work,
int lwork,
DoubleBuffer rwork,
IntBuffer bwork) |
static int |
openblas.LAPACKE_zgges_work(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
DoublePointer a,
int lda,
DoublePointer b,
int ldb,
IntPointer sdim,
DoublePointer alpha,
DoublePointer beta,
DoublePointer vsl,
int ldvsl,
DoublePointer vsr,
int ldvsr,
DoublePointer work,
int lwork,
DoublePointer rwork,
IntPointer bwork) |
static int |
openblas.LAPACKE_zgges(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
double[] a,
int lda,
double[] b,
int ldb,
int[] sdim,
double[] alpha,
double[] beta,
double[] vsl,
int ldvsl,
double[] vsr,
int ldvsr) |
static int |
openblas.LAPACKE_zgges(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
DoubleBuffer a,
int lda,
DoubleBuffer b,
int ldb,
IntBuffer sdim,
DoubleBuffer alpha,
DoubleBuffer beta,
DoubleBuffer vsl,
int ldvsl,
DoubleBuffer vsr,
int ldvsr) |
static int |
openblas.LAPACKE_zgges(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
DoublePointer a,
int lda,
DoublePointer b,
int ldb,
IntPointer sdim,
DoublePointer alpha,
DoublePointer beta,
DoublePointer vsl,
int ldvsl,
DoublePointer vsr,
int ldvsr) |
static int |
openblas.LAPACKE_zgges3_work(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
double[] a,
int lda,
double[] b,
int ldb,
int[] sdim,
double[] alpha,
double[] beta,
double[] vsl,
int ldvsl,
double[] vsr,
int ldvsr,
double[] work,
int lwork,
double[] rwork,
int[] bwork) |
static int |
openblas.LAPACKE_zgges3_work(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
DoubleBuffer a,
int lda,
DoubleBuffer b,
int ldb,
IntBuffer sdim,
DoubleBuffer alpha,
DoubleBuffer beta,
DoubleBuffer vsl,
int ldvsl,
DoubleBuffer vsr,
int ldvsr,
DoubleBuffer work,
int lwork,
DoubleBuffer rwork,
IntBuffer bwork) |
static int |
openblas.LAPACKE_zgges3_work(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
DoublePointer a,
int lda,
DoublePointer b,
int ldb,
IntPointer sdim,
DoublePointer alpha,
DoublePointer beta,
DoublePointer vsl,
int ldvsl,
DoublePointer vsr,
int ldvsr,
DoublePointer work,
int lwork,
DoublePointer rwork,
IntPointer bwork) |
static int |
openblas.LAPACKE_zgges3(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
double[] a,
int lda,
double[] b,
int ldb,
int[] sdim,
double[] alpha,
double[] beta,
double[] vsl,
int ldvsl,
double[] vsr,
int ldvsr) |
static int |
openblas.LAPACKE_zgges3(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
DoubleBuffer a,
int lda,
DoubleBuffer b,
int ldb,
IntBuffer sdim,
DoubleBuffer alpha,
DoubleBuffer beta,
DoubleBuffer vsl,
int ldvsl,
DoubleBuffer vsr,
int ldvsr) |
static int |
openblas.LAPACKE_zgges3(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
int n,
DoublePointer a,
int lda,
DoublePointer b,
int ldb,
IntPointer sdim,
DoublePointer alpha,
DoublePointer beta,
DoublePointer vsl,
int ldvsl,
DoublePointer vsr,
int ldvsr) |
static int |
openblas.LAPACKE_zggesx_work(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
byte sense,
int n,
double[] a,
int lda,
double[] b,
int ldb,
int[] sdim,
double[] alpha,
double[] beta,
double[] vsl,
int ldvsl,
double[] vsr,
int ldvsr,
double[] rconde,
double[] rcondv,
double[] work,
int lwork,
double[] rwork,
int[] iwork,
int liwork,
int[] bwork) |
static int |
openblas.LAPACKE_zggesx_work(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
byte sense,
int n,
DoubleBuffer a,
int lda,
DoubleBuffer b,
int ldb,
IntBuffer sdim,
DoubleBuffer alpha,
DoubleBuffer beta,
DoubleBuffer vsl,
int ldvsl,
DoubleBuffer vsr,
int ldvsr,
DoubleBuffer rconde,
DoubleBuffer rcondv,
DoubleBuffer work,
int lwork,
DoubleBuffer rwork,
IntBuffer iwork,
int liwork,
IntBuffer bwork) |
static int |
openblas.LAPACKE_zggesx_work(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
byte sense,
int n,
DoublePointer a,
int lda,
DoublePointer b,
int ldb,
IntPointer sdim,
DoublePointer alpha,
DoublePointer beta,
DoublePointer vsl,
int ldvsl,
DoublePointer vsr,
int ldvsr,
DoublePointer rconde,
DoublePointer rcondv,
DoublePointer work,
int lwork,
DoublePointer rwork,
IntPointer iwork,
int liwork,
IntPointer bwork) |
static int |
openblas.LAPACKE_zggesx(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
byte sense,
int n,
double[] a,
int lda,
double[] b,
int ldb,
int[] sdim,
double[] alpha,
double[] beta,
double[] vsl,
int ldvsl,
double[] vsr,
int ldvsr,
double[] rconde,
double[] rcondv) |
static int |
openblas.LAPACKE_zggesx(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
byte sense,
int n,
DoubleBuffer a,
int lda,
DoubleBuffer b,
int ldb,
IntBuffer sdim,
DoubleBuffer alpha,
DoubleBuffer beta,
DoubleBuffer vsl,
int ldvsl,
DoubleBuffer vsr,
int ldvsr,
DoubleBuffer rconde,
DoubleBuffer rcondv) |
static int |
openblas.LAPACKE_zggesx(int matrix_layout,
byte jobvsl,
byte jobvsr,
byte sort,
openblas.LAPACK_Z_SELECT2 selctg,
byte sense,
int n,
DoublePointer a,
int lda,
DoublePointer b,
int ldb,
IntPointer sdim,
DoublePointer alpha,
DoublePointer beta,
DoublePointer vsl,
int ldvsl,
DoublePointer vsr,
int ldvsr,
DoublePointer rconde,
DoublePointer rcondv) |