Package org.bytedeco.cuda.global
Class nvblas
- java.lang.Object
-
- org.bytedeco.cuda.presets.nvblas
-
- org.bytedeco.cuda.global.nvblas
-
- All Implemented Interfaces:
InfoMapper
public class nvblas extends nvblas
-
-
Constructor Summary
Constructors Constructor Description nvblas()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcgemm(String transa, String transb, int[] m, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcgemm(String transa, String transb, IntBuffer m, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcgemm(String transa, String transb, IntPointer m, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcgemm(BytePointer transa, BytePointer transb, int[] m, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcgemm(BytePointer transa, BytePointer transb, IntBuffer m, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcgemm(BytePointer transa, BytePointer transb, IntPointer m, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcgemm_(String transa, String transb, int[] m, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcgemm_(String transa, String transb, IntBuffer m, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcgemm_(String transa, String transb, IntPointer m, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcgemm_(BytePointer transa, BytePointer transb, int[] m, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcgemm_(BytePointer transa, BytePointer transb, IntBuffer m, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcgemm_(BytePointer transa, BytePointer transb, IntPointer m, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidchemm(String side, String uplo, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidchemm(String side, String uplo, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidchemm(String side, String uplo, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidchemm(BytePointer side, BytePointer uplo, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidchemm(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidchemm(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidchemm_(String side, String uplo, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidchemm_(String side, String uplo, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidchemm_(String side, String uplo, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidchemm_(BytePointer side, BytePointer uplo, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidchemm_(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidchemm_(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcher2k(String uplo, String trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float[] beta, float2 c, int[] ldc)static voidcher2k(String uplo, String trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, FloatBuffer beta, float2 c, IntBuffer ldc)static voidcher2k(String uplo, String trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, FloatPointer beta, float2 c, IntPointer ldc)static voidcher2k(BytePointer uplo, BytePointer trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float[] beta, float2 c, int[] ldc)static voidcher2k(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, FloatBuffer beta, float2 c, IntBuffer ldc)static voidcher2k(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, FloatPointer beta, float2 c, IntPointer ldc)static voidcher2k_(String uplo, String trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float[] beta, float2 c, int[] ldc)static voidcher2k_(String uplo, String trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, FloatBuffer beta, float2 c, IntBuffer ldc)static voidcher2k_(String uplo, String trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, FloatPointer beta, float2 c, IntPointer ldc)static voidcher2k_(BytePointer uplo, BytePointer trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float[] beta, float2 c, int[] ldc)static voidcher2k_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, FloatBuffer beta, float2 c, IntBuffer ldc)static voidcher2k_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, FloatPointer beta, float2 c, IntPointer ldc)static voidcherk(String uplo, String trans, int[] n, int[] k, float[] alpha, float2 a, int[] lda, float[] beta, float2 c, int[] ldc)static voidcherk(String uplo, String trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, float2 a, IntBuffer lda, FloatBuffer beta, float2 c, IntBuffer ldc)static voidcherk(String uplo, String trans, IntPointer n, IntPointer k, FloatPointer alpha, float2 a, IntPointer lda, FloatPointer beta, float2 c, IntPointer ldc)static voidcherk(BytePointer uplo, BytePointer trans, int[] n, int[] k, float[] alpha, float2 a, int[] lda, float[] beta, float2 c, int[] ldc)static voidcherk(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, float2 a, IntBuffer lda, FloatBuffer beta, float2 c, IntBuffer ldc)static voidcherk(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, FloatPointer alpha, float2 a, IntPointer lda, FloatPointer beta, float2 c, IntPointer ldc)static voidcherk_(String uplo, String trans, int[] n, int[] k, float[] alpha, float2 a, int[] lda, float[] beta, float2 c, int[] ldc)static voidcherk_(String uplo, String trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, float2 a, IntBuffer lda, FloatBuffer beta, float2 c, IntBuffer ldc)static voidcherk_(String uplo, String trans, IntPointer n, IntPointer k, FloatPointer alpha, float2 a, IntPointer lda, FloatPointer beta, float2 c, IntPointer ldc)static voidcherk_(BytePointer uplo, BytePointer trans, int[] n, int[] k, float[] alpha, float2 a, int[] lda, float[] beta, float2 c, int[] ldc)static voidcherk_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, float2 a, IntBuffer lda, FloatBuffer beta, float2 c, IntBuffer ldc)static voidcherk_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, FloatPointer alpha, float2 a, IntPointer lda, FloatPointer beta, float2 c, IntPointer ldc)static voidcsymm(String side, String uplo, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcsymm(String side, String uplo, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcsymm(String side, String uplo, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcsymm(BytePointer side, BytePointer uplo, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcsymm(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcsymm(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcsymm_(String side, String uplo, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcsymm_(String side, String uplo, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcsymm_(String side, String uplo, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcsymm_(BytePointer side, BytePointer uplo, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcsymm_(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcsymm_(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcsyr2k(String uplo, String trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcsyr2k(String uplo, String trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcsyr2k(String uplo, String trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcsyr2k(BytePointer uplo, BytePointer trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcsyr2k(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcsyr2k(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcsyr2k_(String uplo, String trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcsyr2k_(String uplo, String trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcsyr2k_(String uplo, String trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcsyr2k_(BytePointer uplo, BytePointer trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb, float2 beta, float2 c, int[] ldc)static voidcsyr2k_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb, float2 beta, float2 c, IntBuffer ldc)static voidcsyr2k_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb, float2 beta, float2 c, IntPointer ldc)static voidcsyrk(String uplo, String trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 beta, float2 c, int[] ldc)static voidcsyrk(String uplo, String trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 beta, float2 c, IntBuffer ldc)static voidcsyrk(String uplo, String trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 beta, float2 c, IntPointer ldc)static voidcsyrk(BytePointer uplo, BytePointer trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 beta, float2 c, int[] ldc)static voidcsyrk(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 beta, float2 c, IntBuffer ldc)static voidcsyrk(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 beta, float2 c, IntPointer ldc)static voidcsyrk_(String uplo, String trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 beta, float2 c, int[] ldc)static voidcsyrk_(String uplo, String trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 beta, float2 c, IntBuffer ldc)static voidcsyrk_(String uplo, String trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 beta, float2 c, IntPointer ldc)static voidcsyrk_(BytePointer uplo, BytePointer trans, int[] n, int[] k, float2 alpha, float2 a, int[] lda, float2 beta, float2 c, int[] ldc)static voidcsyrk_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, float2 alpha, float2 a, IntBuffer lda, float2 beta, float2 c, IntBuffer ldc)static voidcsyrk_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, float2 alpha, float2 a, IntPointer lda, float2 beta, float2 c, IntPointer ldc)static voidctrmm(String side, String uplo, String transa, String diag, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb)static voidctrmm(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb)static voidctrmm(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb)static voidctrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb)static voidctrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb)static voidctrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb)static voidctrmm_(String side, String uplo, String transa, String diag, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb)static voidctrmm_(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb)static voidctrmm_(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb)static voidctrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb)static voidctrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb)static voidctrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb)static voidctrsm(String side, String uplo, String transa, String diag, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb)static voidctrsm(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb)static voidctrsm(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb)static voidctrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb)static voidctrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb)static voidctrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb)static voidctrsm_(String side, String uplo, String transa, String diag, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb)static voidctrsm_(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb)static voidctrsm_(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb)static voidctrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, float2 alpha, float2 a, int[] lda, float2 b, int[] ldb)static voidctrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, float2 alpha, float2 a, IntBuffer lda, float2 b, IntBuffer ldb)static voidctrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, float2 alpha, float2 a, IntPointer lda, float2 b, IntPointer ldb)static 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)static voiddgemm(String transa, String transb, IntBuffer m, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddgemm(String transa, String transb, IntPointer m, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddgemm(BytePointer transa, BytePointer transb, int[] m, int[] n, int[] k, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb, double[] beta, double[] c, int[] ldc)static voiddgemm(BytePointer transa, BytePointer transb, IntBuffer m, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddgemm(BytePointer transa, BytePointer transb, IntPointer m, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static 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)static voiddgemm_(String transa, String transb, IntBuffer m, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddgemm_(String transa, String transb, IntPointer m, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddgemm_(BytePointer transa, BytePointer transb, int[] m, int[] n, int[] k, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb, double[] beta, double[] c, int[] ldc)static voiddgemm_(BytePointer transa, BytePointer transb, IntBuffer m, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddgemm_(BytePointer transa, BytePointer transb, IntPointer m, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static 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)static voiddsymm(String side, String uplo, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsymm(String side, String uplo, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddsymm(BytePointer side, BytePointer uplo, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb, double[] beta, double[] c, int[] ldc)static voiddsymm(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsymm(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static 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)static voiddsymm_(String side, String uplo, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsymm_(String side, String uplo, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddsymm_(BytePointer side, BytePointer uplo, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb, double[] beta, double[] c, int[] ldc)static voiddsymm_(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsymm_(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static 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)static voiddsyr2k(String uplo, String trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsyr2k(String uplo, String trans, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddsyr2k(BytePointer uplo, BytePointer trans, int[] n, int[] k, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb, double[] beta, double[] c, int[] ldc)static voiddsyr2k(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsyr2k(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static 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)static voiddsyr2k_(String uplo, String trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsyr2k_(String uplo, String trans, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddsyr2k_(BytePointer uplo, BytePointer trans, int[] n, int[] k, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb, double[] beta, double[] c, int[] ldc)static voiddsyr2k_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsyr2k_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddsyrk(String uplo, String trans, int[] n, int[] k, double[] alpha, double[] a, int[] lda, double[] beta, double[] c, int[] ldc)static voiddsyrk(String uplo, String trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsyrk(String uplo, String trans, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddsyrk(BytePointer uplo, BytePointer trans, int[] n, int[] k, double[] alpha, double[] a, int[] lda, double[] beta, double[] c, int[] ldc)static voiddsyrk(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsyrk(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddsyrk_(String uplo, String trans, int[] n, int[] k, double[] alpha, double[] a, int[] lda, double[] beta, double[] c, int[] ldc)static voiddsyrk_(String uplo, String trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsyrk_(String uplo, String trans, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddsyrk_(BytePointer uplo, BytePointer trans, int[] n, int[] k, double[] alpha, double[] a, int[] lda, double[] beta, double[] c, int[] ldc)static voiddsyrk_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer beta, DoubleBuffer c, IntBuffer ldc)static voiddsyrk_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer beta, DoublePointer c, IntPointer ldc)static voiddtrmm(String side, String uplo, String transa, String diag, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb)static voiddtrmm(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb)static voiddtrmm(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb)static voiddtrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb)static voiddtrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb)static voiddtrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb)static voiddtrmm_(String side, String uplo, String transa, String diag, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb)static voiddtrmm_(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb)static voiddtrmm_(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb)static voiddtrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb)static voiddtrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb)static voiddtrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb)static voiddtrsm(String side, String uplo, String transa, String diag, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb)static voiddtrsm(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb)static voiddtrsm(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb)static voiddtrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb)static voiddtrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb)static voiddtrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb)static voiddtrsm_(String side, String uplo, String transa, String diag, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb)static voiddtrsm_(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb)static voiddtrsm_(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb)static voiddtrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, double[] alpha, double[] a, int[] lda, double[] b, int[] ldb)static voiddtrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, DoubleBuffer alpha, DoubleBuffer a, IntBuffer lda, DoubleBuffer b, IntBuffer ldb)static voiddtrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, DoublePointer alpha, DoublePointer a, IntPointer lda, DoublePointer b, IntPointer ldb)static 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)static voidsgemm(String transa, String transb, IntBuffer m, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidsgemm(String transa, String transb, IntPointer m, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidsgemm(BytePointer transa, BytePointer transb, int[] m, int[] n, int[] k, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb, float[] beta, float[] c, int[] ldc)static voidsgemm(BytePointer transa, BytePointer transb, IntBuffer m, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidsgemm(BytePointer transa, BytePointer transb, IntPointer m, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static 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)static voidsgemm_(String transa, String transb, IntBuffer m, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidsgemm_(String transa, String transb, IntPointer m, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidsgemm_(BytePointer transa, BytePointer transb, int[] m, int[] n, int[] k, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb, float[] beta, float[] c, int[] ldc)static voidsgemm_(BytePointer transa, BytePointer transb, IntBuffer m, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidsgemm_(BytePointer transa, BytePointer transb, IntPointer m, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static 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)static voidssymm(String side, String uplo, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssymm(String side, String uplo, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidssymm(BytePointer side, BytePointer uplo, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb, float[] beta, float[] c, int[] ldc)static voidssymm(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssymm(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static 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)static voidssymm_(String side, String uplo, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssymm_(String side, String uplo, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidssymm_(BytePointer side, BytePointer uplo, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb, float[] beta, float[] c, int[] ldc)static voidssymm_(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssymm_(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static 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)static voidssyr2k(String uplo, String trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssyr2k(String uplo, String trans, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidssyr2k(BytePointer uplo, BytePointer trans, int[] n, int[] k, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb, float[] beta, float[] c, int[] ldc)static voidssyr2k(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssyr2k(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static 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)static voidssyr2k_(String uplo, String trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssyr2k_(String uplo, String trans, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidssyr2k_(BytePointer uplo, BytePointer trans, int[] n, int[] k, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb, float[] beta, float[] c, int[] ldc)static voidssyr2k_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssyr2k_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidssyrk(String uplo, String trans, int[] n, int[] k, float[] alpha, float[] a, int[] lda, float[] beta, float[] c, int[] ldc)static voidssyrk(String uplo, String trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssyrk(String uplo, String trans, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidssyrk(BytePointer uplo, BytePointer trans, int[] n, int[] k, float[] alpha, float[] a, int[] lda, float[] beta, float[] c, int[] ldc)static voidssyrk(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssyrk(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidssyrk_(String uplo, String trans, int[] n, int[] k, float[] alpha, float[] a, int[] lda, float[] beta, float[] c, int[] ldc)static voidssyrk_(String uplo, String trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssyrk_(String uplo, String trans, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidssyrk_(BytePointer uplo, BytePointer trans, int[] n, int[] k, float[] alpha, float[] a, int[] lda, float[] beta, float[] c, int[] ldc)static voidssyrk_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer beta, FloatBuffer c, IntBuffer ldc)static voidssyrk_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer beta, FloatPointer c, IntPointer ldc)static voidstrmm(String side, String uplo, String transa, String diag, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb)static voidstrmm(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb)static voidstrmm(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb)static voidstrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb)static voidstrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb)static voidstrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb)static voidstrmm_(String side, String uplo, String transa, String diag, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb)static voidstrmm_(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb)static voidstrmm_(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb)static voidstrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb)static voidstrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb)static voidstrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb)static voidstrsm(String side, String uplo, String transa, String diag, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb)static voidstrsm(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb)static voidstrsm(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb)static voidstrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb)static voidstrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb)static voidstrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb)static voidstrsm_(String side, String uplo, String transa, String diag, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb)static voidstrsm_(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb)static voidstrsm_(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb)static voidstrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, float[] alpha, float[] a, int[] lda, float[] b, int[] ldb)static voidstrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, FloatBuffer alpha, FloatBuffer a, IntBuffer lda, FloatBuffer b, IntBuffer ldb)static voidstrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, FloatPointer alpha, FloatPointer a, IntPointer lda, FloatPointer b, IntPointer ldb)static voidzgemm(String transa, String transb, int[] m, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzgemm(String transa, String transb, IntBuffer m, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzgemm(String transa, String transb, IntPointer m, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzgemm(BytePointer transa, BytePointer transb, int[] m, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzgemm(BytePointer transa, BytePointer transb, IntBuffer m, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzgemm(BytePointer transa, BytePointer transb, IntPointer m, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzgemm_(String transa, String transb, int[] m, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzgemm_(String transa, String transb, IntBuffer m, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzgemm_(String transa, String transb, IntPointer m, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzgemm_(BytePointer transa, BytePointer transb, int[] m, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzgemm_(BytePointer transa, BytePointer transb, IntBuffer m, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzgemm_(BytePointer transa, BytePointer transb, IntPointer m, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzhemm(String side, String uplo, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzhemm(String side, String uplo, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzhemm(String side, String uplo, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzhemm(BytePointer side, BytePointer uplo, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzhemm(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzhemm(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzhemm_(String side, String uplo, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzhemm_(String side, String uplo, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzhemm_(String side, String uplo, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzhemm_(BytePointer side, BytePointer uplo, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzhemm_(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzhemm_(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzher2k(String uplo, String trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double[] beta, double2 c, int[] ldc)static voidzher2k(String uplo, String trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, DoubleBuffer beta, double2 c, IntBuffer ldc)static voidzher2k(String uplo, String trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, DoublePointer beta, double2 c, IntPointer ldc)static voidzher2k(BytePointer uplo, BytePointer trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double[] beta, double2 c, int[] ldc)static voidzher2k(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, DoubleBuffer beta, double2 c, IntBuffer ldc)static voidzher2k(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, DoublePointer beta, double2 c, IntPointer ldc)static voidzher2k_(String uplo, String trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double[] beta, double2 c, int[] ldc)static voidzher2k_(String uplo, String trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, DoubleBuffer beta, double2 c, IntBuffer ldc)static voidzher2k_(String uplo, String trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, DoublePointer beta, double2 c, IntPointer ldc)static voidzher2k_(BytePointer uplo, BytePointer trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double[] beta, double2 c, int[] ldc)static voidzher2k_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, DoubleBuffer beta, double2 c, IntBuffer ldc)static voidzher2k_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, DoublePointer beta, double2 c, IntPointer ldc)static voidzherk(String uplo, String trans, int[] n, int[] k, double[] alpha, double2 a, int[] lda, double[] beta, double2 c, int[] ldc)static voidzherk(String uplo, String trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, double2 a, IntBuffer lda, DoubleBuffer beta, double2 c, IntBuffer ldc)static voidzherk(String uplo, String trans, IntPointer n, IntPointer k, DoublePointer alpha, double2 a, IntPointer lda, DoublePointer beta, double2 c, IntPointer ldc)static voidzherk(BytePointer uplo, BytePointer trans, int[] n, int[] k, double[] alpha, double2 a, int[] lda, double[] beta, double2 c, int[] ldc)static voidzherk(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, double2 a, IntBuffer lda, DoubleBuffer beta, double2 c, IntBuffer ldc)static voidzherk(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, DoublePointer alpha, double2 a, IntPointer lda, DoublePointer beta, double2 c, IntPointer ldc)static voidzherk_(String uplo, String trans, int[] n, int[] k, double[] alpha, double2 a, int[] lda, double[] beta, double2 c, int[] ldc)static voidzherk_(String uplo, String trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, double2 a, IntBuffer lda, DoubleBuffer beta, double2 c, IntBuffer ldc)static voidzherk_(String uplo, String trans, IntPointer n, IntPointer k, DoublePointer alpha, double2 a, IntPointer lda, DoublePointer beta, double2 c, IntPointer ldc)static voidzherk_(BytePointer uplo, BytePointer trans, int[] n, int[] k, double[] alpha, double2 a, int[] lda, double[] beta, double2 c, int[] ldc)static voidzherk_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, DoubleBuffer alpha, double2 a, IntBuffer lda, DoubleBuffer beta, double2 c, IntBuffer ldc)static voidzherk_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, DoublePointer alpha, double2 a, IntPointer lda, DoublePointer beta, double2 c, IntPointer ldc)static voidzsymm(String side, String uplo, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzsymm(String side, String uplo, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzsymm(String side, String uplo, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzsymm(BytePointer side, BytePointer uplo, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzsymm(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzsymm(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzsymm_(String side, String uplo, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzsymm_(String side, String uplo, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzsymm_(String side, String uplo, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzsymm_(BytePointer side, BytePointer uplo, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzsymm_(BytePointer side, BytePointer uplo, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzsymm_(BytePointer side, BytePointer uplo, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzsyr2k(String uplo, String trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzsyr2k(String uplo, String trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzsyr2k(String uplo, String trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzsyr2k(BytePointer uplo, BytePointer trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzsyr2k(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzsyr2k(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzsyr2k_(String uplo, String trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzsyr2k_(String uplo, String trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzsyr2k_(String uplo, String trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzsyr2k_(BytePointer uplo, BytePointer trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb, double2 beta, double2 c, int[] ldc)static voidzsyr2k_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb, double2 beta, double2 c, IntBuffer ldc)static voidzsyr2k_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb, double2 beta, double2 c, IntPointer ldc)static voidzsyrk(String uplo, String trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 beta, double2 c, int[] ldc)static voidzsyrk(String uplo, String trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 beta, double2 c, IntBuffer ldc)static voidzsyrk(String uplo, String trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 beta, double2 c, IntPointer ldc)static voidzsyrk(BytePointer uplo, BytePointer trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 beta, double2 c, int[] ldc)static voidzsyrk(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 beta, double2 c, IntBuffer ldc)static voidzsyrk(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 beta, double2 c, IntPointer ldc)static voidzsyrk_(String uplo, String trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 beta, double2 c, int[] ldc)static voidzsyrk_(String uplo, String trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 beta, double2 c, IntBuffer ldc)static voidzsyrk_(String uplo, String trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 beta, double2 c, IntPointer ldc)static voidzsyrk_(BytePointer uplo, BytePointer trans, int[] n, int[] k, double2 alpha, double2 a, int[] lda, double2 beta, double2 c, int[] ldc)static voidzsyrk_(BytePointer uplo, BytePointer trans, IntBuffer n, IntBuffer k, double2 alpha, double2 a, IntBuffer lda, double2 beta, double2 c, IntBuffer ldc)static voidzsyrk_(BytePointer uplo, BytePointer trans, IntPointer n, IntPointer k, double2 alpha, double2 a, IntPointer lda, double2 beta, double2 c, IntPointer ldc)static voidztrmm(String side, String uplo, String transa, String diag, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb)static voidztrmm(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb)static voidztrmm(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb)static voidztrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb)static voidztrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb)static voidztrmm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb)static voidztrmm_(String side, String uplo, String transa, String diag, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb)static voidztrmm_(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb)static voidztrmm_(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb)static voidztrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb)static voidztrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb)static voidztrmm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb)static voidztrsm(String side, String uplo, String transa, String diag, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb)static voidztrsm(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb)static voidztrsm(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb)static voidztrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb)static voidztrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb)static voidztrsm(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb)static voidztrsm_(String side, String uplo, String transa, String diag, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb)static voidztrsm_(String side, String uplo, String transa, String diag, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb)static voidztrsm_(String side, String uplo, String transa, String diag, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb)static voidztrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, int[] m, int[] n, double2 alpha, double2 a, int[] lda, double2 b, int[] ldb)static voidztrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntBuffer m, IntBuffer n, double2 alpha, double2 a, IntBuffer lda, double2 b, IntBuffer ldb)static voidztrsm_(BytePointer side, BytePointer uplo, BytePointer transa, BytePointer diag, IntPointer m, IntPointer n, double2 alpha, double2 a, IntPointer lda, double2 b, IntPointer ldb)
-
-
-
Method Detail
-
sgemm_
public static void sgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
sgemm_
public static void sgemm_(String transa, String transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
sgemm_
public static void sgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const int[] m, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
sgemm_
public static void sgemm_(String transa, String transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
sgemm_
public static void sgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
sgemm_
public static void sgemm_(String transa, String transb, @Const int[] m, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
dgemm_
public static void dgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dgemm_
public static void dgemm_(String transa, String transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dgemm_
public static void dgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const int[] m, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
dgemm_
public static void dgemm_(String transa, String transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dgemm_
public static void dgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dgemm_
public static void dgemm_(String transa, String transb, @Const int[] m, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
cgemm_
public static void cgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cgemm_
public static void cgemm_(String transa, String transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cgemm_
public static void cgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const int[] m, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
cgemm_
public static void cgemm_(String transa, String transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cgemm_
public static void cgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cgemm_
public static void cgemm_(String transa, String transb, @Const int[] m, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zgemm_
public static void zgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zgemm_
public static void zgemm_(String transa, String transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zgemm_
public static void zgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const int[] m, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zgemm_
public static void zgemm_(String transa, String transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zgemm_
public static void zgemm_(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zgemm_
public static void zgemm_(String transa, String transb, @Const int[] m, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
sgemm
public static void sgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
sgemm
public static void sgemm(String transa, String transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
sgemm
public static void sgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const int[] m, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
sgemm
public static void sgemm(String transa, String transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
sgemm
public static void sgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
sgemm
public static void sgemm(String transa, String transb, @Const int[] m, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
dgemm
public static void dgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dgemm
public static void dgemm(String transa, String transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dgemm
public static void dgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const int[] m, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
dgemm
public static void dgemm(String transa, String transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dgemm
public static void dgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dgemm
public static void dgemm(String transa, String transb, @Const int[] m, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
cgemm
public static void cgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cgemm
public static void cgemm(String transa, String transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cgemm
public static void cgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const int[] m, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
cgemm
public static void cgemm(String transa, String transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cgemm
public static void cgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cgemm
public static void cgemm(String transa, String transb, @Const int[] m, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zgemm
public static void zgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zgemm
public static void zgemm(String transa, String transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zgemm
public static void zgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const int[] m, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zgemm
public static void zgemm(String transa, String transb, @Const IntPointer m, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zgemm
public static void zgemm(@Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer transb, @Const IntBuffer m, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zgemm
public static void zgemm(String transa, String transb, @Const int[] m, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
ssyrk_
public static void ssyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssyrk_
public static void ssyrk_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssyrk_
public static void ssyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] beta, float[] c, @Const int[] ldc)
-
ssyrk_
public static void ssyrk_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssyrk_
public static void ssyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssyrk_
public static void ssyrk_(String uplo, String trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] beta, float[] c, @Const int[] ldc)
-
dsyrk_
public static void dsyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsyrk_
public static void dsyrk_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsyrk_
public static void dsyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] beta, double[] c, @Const int[] ldc)
-
dsyrk_
public static void dsyrk_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsyrk_
public static void dsyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsyrk_
public static void dsyrk_(String uplo, String trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] beta, double[] c, @Const int[] ldc)
-
csyrk_
public static void csyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csyrk_
public static void csyrk_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csyrk_
public static void csyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
csyrk_
public static void csyrk_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csyrk_
public static void csyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csyrk_
public static void csyrk_(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zsyrk_
public static void zsyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsyrk_
public static void zsyrk_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsyrk_
public static void zsyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zsyrk_
public static void zsyrk_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsyrk_
public static void zsyrk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsyrk_
public static void zsyrk_(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
ssyrk
public static void ssyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssyrk
public static void ssyrk(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssyrk
public static void ssyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] beta, float[] c, @Const int[] ldc)
-
ssyrk
public static void ssyrk(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssyrk
public static void ssyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssyrk
public static void ssyrk(String uplo, String trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] beta, float[] c, @Const int[] ldc)
-
dsyrk
public static void dsyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsyrk
public static void dsyrk(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsyrk
public static void dsyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] beta, double[] c, @Const int[] ldc)
-
dsyrk
public static void dsyrk(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsyrk
public static void dsyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsyrk
public static void dsyrk(String uplo, String trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] beta, double[] c, @Const int[] ldc)
-
csyrk
public static void csyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csyrk
public static void csyrk(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csyrk
public static void csyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
csyrk
public static void csyrk(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csyrk
public static void csyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csyrk
public static void csyrk(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zsyrk
public static void zsyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsyrk
public static void zsyrk(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsyrk
public static void zsyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zsyrk
public static void zsyrk(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsyrk
public static void zsyrk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsyrk
public static void zsyrk(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
cherk_
public static void cherk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Const FloatPointer beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cherk_
public static void cherk_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Const FloatBuffer beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cherk_
public static void cherk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Const float[] beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
cherk_
public static void cherk_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Const FloatPointer beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cherk_
public static void cherk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Const FloatBuffer beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cherk_
public static void cherk_(String uplo, String trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Const float[] beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zherk_
public static void zherk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Const DoublePointer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zherk_
public static void zherk_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Const DoubleBuffer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zherk_
public static void zherk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Const double[] beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zherk_
public static void zherk_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Const DoublePointer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zherk_
public static void zherk_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Const DoubleBuffer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zherk_
public static void zherk_(String uplo, String trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Const double[] beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
cherk
public static void cherk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Const FloatPointer beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cherk
public static void cherk(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Const FloatBuffer beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cherk
public static void cherk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Const float[] beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
cherk
public static void cherk(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Const FloatPointer beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cherk
public static void cherk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Const FloatBuffer beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cherk
public static void cherk(String uplo, String trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Const float[] beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zherk
public static void zherk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Const DoublePointer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zherk
public static void zherk(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Const DoubleBuffer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zherk
public static void zherk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Const double[] beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zherk
public static void zherk(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Const DoublePointer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zherk
public static void zherk(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Const DoubleBuffer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zherk
public static void zherk(String uplo, String trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Const double[] beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
strsm_
public static void strsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, FloatPointer b, @Const IntPointer ldb)
-
strsm_
public static void strsm_(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, FloatBuffer b, @Const IntBuffer ldb)
-
strsm_
public static void strsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, float[] b, @Const int[] ldb)
-
strsm_
public static void strsm_(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, FloatPointer b, @Const IntPointer ldb)
-
strsm_
public static void strsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, FloatBuffer b, @Const IntBuffer ldb)
-
strsm_
public static void strsm_(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, float[] b, @Const int[] ldb)
-
dtrsm_
public static void dtrsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, DoublePointer b, @Const IntPointer ldb)
-
dtrsm_
public static void dtrsm_(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, DoubleBuffer b, @Const IntBuffer ldb)
-
dtrsm_
public static void dtrsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, double[] b, @Const int[] ldb)
-
dtrsm_
public static void dtrsm_(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, DoublePointer b, @Const IntPointer ldb)
-
dtrsm_
public static void dtrsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, DoubleBuffer b, @Const IntBuffer ldb)
-
dtrsm_
public static void dtrsm_(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, double[] b, @Const int[] ldb)
-
ctrsm_
public static void ctrsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("cuComplex*") float2 b, @Const IntPointer ldb)
-
ctrsm_
public static void ctrsm_(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("cuComplex*") float2 b, @Const IntBuffer ldb)
-
ctrsm_
public static void ctrsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("cuComplex*") float2 b, @Const int[] ldb)
-
ctrsm_
public static void ctrsm_(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("cuComplex*") float2 b, @Const IntPointer ldb)
-
ctrsm_
public static void ctrsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("cuComplex*") float2 b, @Const IntBuffer ldb)
-
ctrsm_
public static void ctrsm_(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("cuComplex*") float2 b, @Const int[] ldb)
-
ztrsm_
public static void ztrsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntPointer ldb)
-
ztrsm_
public static void ztrsm_(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntBuffer ldb)
-
ztrsm_
public static void ztrsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("cuDoubleComplex*") double2 b, @Const int[] ldb)
-
ztrsm_
public static void ztrsm_(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntPointer ldb)
-
ztrsm_
public static void ztrsm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntBuffer ldb)
-
ztrsm_
public static void ztrsm_(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("cuDoubleComplex*") double2 b, @Const int[] ldb)
-
strsm
public static void strsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, FloatPointer b, @Const IntPointer ldb)
-
strsm
public static void strsm(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, FloatBuffer b, @Const IntBuffer ldb)
-
strsm
public static void strsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, float[] b, @Const int[] ldb)
-
strsm
public static void strsm(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, FloatPointer b, @Const IntPointer ldb)
-
strsm
public static void strsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, FloatBuffer b, @Const IntBuffer ldb)
-
strsm
public static void strsm(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, float[] b, @Const int[] ldb)
-
dtrsm
public static void dtrsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, DoublePointer b, @Const IntPointer ldb)
-
dtrsm
public static void dtrsm(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, DoubleBuffer b, @Const IntBuffer ldb)
-
dtrsm
public static void dtrsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, double[] b, @Const int[] ldb)
-
dtrsm
public static void dtrsm(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, DoublePointer b, @Const IntPointer ldb)
-
dtrsm
public static void dtrsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, DoubleBuffer b, @Const IntBuffer ldb)
-
dtrsm
public static void dtrsm(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, double[] b, @Const int[] ldb)
-
ctrsm
public static void ctrsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("cuComplex*") float2 b, @Const IntPointer ldb)
-
ctrsm
public static void ctrsm(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("cuComplex*") float2 b, @Const IntBuffer ldb)
-
ctrsm
public static void ctrsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("cuComplex*") float2 b, @Const int[] ldb)
-
ctrsm
public static void ctrsm(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("cuComplex*") float2 b, @Const IntPointer ldb)
-
ctrsm
public static void ctrsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("cuComplex*") float2 b, @Const IntBuffer ldb)
-
ctrsm
public static void ctrsm(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("cuComplex*") float2 b, @Const int[] ldb)
-
ztrsm
public static void ztrsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntPointer ldb)
-
ztrsm
public static void ztrsm(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntBuffer ldb)
-
ztrsm
public static void ztrsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("cuDoubleComplex*") double2 b, @Const int[] ldb)
-
ztrsm
public static void ztrsm(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntPointer ldb)
-
ztrsm
public static void ztrsm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntBuffer ldb)
-
ztrsm
public static void ztrsm(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("cuDoubleComplex*") double2 b, @Const int[] ldb)
-
ssymm_
public static void ssymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssymm_
public static void ssymm_(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssymm_
public static void ssymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
ssymm_
public static void ssymm_(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssymm_
public static void ssymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssymm_
public static void ssymm_(String side, String uplo, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
dsymm_
public static void dsymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsymm_
public static void dsymm_(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsymm_
public static void dsymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
dsymm_
public static void dsymm_(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsymm_
public static void dsymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsymm_
public static void dsymm_(String side, String uplo, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
csymm_
public static void csymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csymm_
public static void csymm_(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csymm_
public static void csymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
csymm_
public static void csymm_(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csymm_
public static void csymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csymm_
public static void csymm_(String side, String uplo, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zsymm_
public static void zsymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsymm_
public static void zsymm_(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsymm_
public static void zsymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zsymm_
public static void zsymm_(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsymm_
public static void zsymm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsymm_
public static void zsymm_(String side, String uplo, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
ssymm
public static void ssymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssymm
public static void ssymm(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssymm
public static void ssymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
ssymm
public static void ssymm(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssymm
public static void ssymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssymm
public static void ssymm(String side, String uplo, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
dsymm
public static void dsymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsymm
public static void dsymm(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsymm
public static void dsymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
dsymm
public static void dsymm(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsymm
public static void dsymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsymm
public static void dsymm(String side, String uplo, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
csymm
public static void csymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csymm
public static void csymm(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csymm
public static void csymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
csymm
public static void csymm(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csymm
public static void csymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csymm
public static void csymm(String side, String uplo, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zsymm
public static void zsymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsymm
public static void zsymm(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsymm
public static void zsymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zsymm
public static void zsymm(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsymm
public static void zsymm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsymm
public static void zsymm(String side, String uplo, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
chemm_
public static void chemm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
chemm_
public static void chemm_(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
chemm_
public static void chemm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
chemm_
public static void chemm_(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
chemm_
public static void chemm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
chemm_
public static void chemm_(String side, String uplo, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zhemm_
public static void zhemm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zhemm_
public static void zhemm_(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zhemm_
public static void zhemm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zhemm_
public static void zhemm_(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zhemm_
public static void zhemm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zhemm_
public static void zhemm_(String side, String uplo, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
chemm
public static void chemm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
chemm
public static void chemm(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
chemm
public static void chemm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
chemm
public static void chemm(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
chemm
public static void chemm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
chemm
public static void chemm(String side, String uplo, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zhemm
public static void zhemm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zhemm
public static void zhemm(String side, String uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zhemm
public static void zhemm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zhemm
public static void zhemm(String side, String uplo, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zhemm
public static void zhemm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zhemm
public static void zhemm(String side, String uplo, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
ssyr2k_
public static void ssyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssyr2k_
public static void ssyr2k_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssyr2k_
public static void ssyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
ssyr2k_
public static void ssyr2k_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssyr2k_
public static void ssyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssyr2k_
public static void ssyr2k_(String uplo, String trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
dsyr2k_
public static void dsyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsyr2k_
public static void dsyr2k_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsyr2k_
public static void dsyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
dsyr2k_
public static void dsyr2k_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsyr2k_
public static void dsyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsyr2k_
public static void dsyr2k_(String uplo, String trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
csyr2k_
public static void csyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csyr2k_
public static void csyr2k_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csyr2k_
public static void csyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
csyr2k_
public static void csyr2k_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csyr2k_
public static void csyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csyr2k_
public static void csyr2k_(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zsyr2k_
public static void zsyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsyr2k_
public static void zsyr2k_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsyr2k_
public static void zsyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zsyr2k_
public static void zsyr2k_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsyr2k_
public static void zsyr2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsyr2k_
public static void zsyr2k_(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
ssyr2k
public static void ssyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssyr2k
public static void ssyr2k(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssyr2k
public static void ssyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
ssyr2k
public static void ssyr2k(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, @Const FloatPointer b, @Const IntPointer ldb, @Const FloatPointer beta, FloatPointer c, @Const IntPointer ldc)
-
ssyr2k
public static void ssyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, @Const FloatBuffer b, @Const IntBuffer ldb, @Const FloatBuffer beta, FloatBuffer c, @Const IntBuffer ldc)
-
ssyr2k
public static void ssyr2k(String uplo, String trans, @Const int[] n, @Const int[] k, @Const float[] alpha, @Const float[] a, @Const int[] lda, @Const float[] b, @Const int[] ldb, @Const float[] beta, float[] c, @Const int[] ldc)
-
dsyr2k
public static void dsyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsyr2k
public static void dsyr2k(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsyr2k
public static void dsyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
dsyr2k
public static void dsyr2k(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, @Const DoublePointer b, @Const IntPointer ldb, @Const DoublePointer beta, DoublePointer c, @Const IntPointer ldc)
-
dsyr2k
public static void dsyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, @Const DoubleBuffer b, @Const IntBuffer ldb, @Const DoubleBuffer beta, DoubleBuffer c, @Const IntBuffer ldc)
-
dsyr2k
public static void dsyr2k(String uplo, String trans, @Const int[] n, @Const int[] k, @Const double[] alpha, @Const double[] a, @Const int[] lda, @Const double[] b, @Const int[] ldb, @Const double[] beta, double[] c, @Const int[] ldc)
-
csyr2k
public static void csyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csyr2k
public static void csyr2k(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csyr2k
public static void csyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
csyr2k
public static void csyr2k(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
csyr2k
public static void csyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
csyr2k
public static void csyr2k(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Cast("const cuComplex*") float2 beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zsyr2k
public static void zsyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsyr2k
public static void zsyr2k(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsyr2k
public static void zsyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zsyr2k
public static void zsyr2k(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zsyr2k
public static void zsyr2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zsyr2k
public static void zsyr2k(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Cast("const cuDoubleComplex*") double2 beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
cher2k_
public static void cher2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Const FloatPointer beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cher2k_
public static void cher2k_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Const FloatBuffer beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cher2k_
public static void cher2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Const float[] beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
cher2k_
public static void cher2k_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Const FloatPointer beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cher2k_
public static void cher2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Const FloatBuffer beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cher2k_
public static void cher2k_(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Const float[] beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zher2k_
public static void zher2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Const DoublePointer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zher2k_
public static void zher2k_(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Const DoubleBuffer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zher2k_
public static void zher2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Const double[] beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zher2k_
public static void zher2k_(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Const DoublePointer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zher2k_
public static void zher2k_(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Const DoubleBuffer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zher2k_
public static void zher2k_(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Const double[] beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
cher2k
public static void cher2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Const FloatPointer beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cher2k
public static void cher2k(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Const FloatBuffer beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cher2k
public static void cher2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Const float[] beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
cher2k
public static void cher2k(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("const cuComplex*") float2 b, @Const IntPointer ldb, @Const FloatPointer beta, @Cast("cuComplex*") float2 c, @Const IntPointer ldc)
-
cher2k
public static void cher2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("const cuComplex*") float2 b, @Const IntBuffer ldb, @Const FloatBuffer beta, @Cast("cuComplex*") float2 c, @Const IntBuffer ldc)
-
cher2k
public static void cher2k(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("const cuComplex*") float2 b, @Const int[] ldb, @Const float[] beta, @Cast("cuComplex*") float2 c, @Const int[] ldc)
-
zher2k
public static void zher2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Const DoublePointer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zher2k
public static void zher2k(String uplo, String trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Const DoubleBuffer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zher2k
public static void zher2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Const double[] beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
zher2k
public static void zher2k(String uplo, String trans, @Const IntPointer n, @Const IntPointer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntPointer ldb, @Const DoublePointer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntPointer ldc)
-
zher2k
public static void zher2k(@Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer trans, @Const IntBuffer n, @Const IntBuffer k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("const cuDoubleComplex*") double2 b, @Const IntBuffer ldb, @Const DoubleBuffer beta, @Cast("cuDoubleComplex*") double2 c, @Const IntBuffer ldc)
-
zher2k
public static void zher2k(String uplo, String trans, @Const int[] n, @Const int[] k, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("const cuDoubleComplex*") double2 b, @Const int[] ldb, @Const double[] beta, @Cast("cuDoubleComplex*") double2 c, @Const int[] ldc)
-
strmm_
public static void strmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, FloatPointer b, @Const IntPointer ldb)
-
strmm_
public static void strmm_(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, FloatBuffer b, @Const IntBuffer ldb)
-
strmm_
public static void strmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, float[] b, @Const int[] ldb)
-
strmm_
public static void strmm_(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, FloatPointer b, @Const IntPointer ldb)
-
strmm_
public static void strmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, FloatBuffer b, @Const IntBuffer ldb)
-
strmm_
public static void strmm_(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, float[] b, @Const int[] ldb)
-
dtrmm_
public static void dtrmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, DoublePointer b, @Const IntPointer ldb)
-
dtrmm_
public static void dtrmm_(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, DoubleBuffer b, @Const IntBuffer ldb)
-
dtrmm_
public static void dtrmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, double[] b, @Const int[] ldb)
-
dtrmm_
public static void dtrmm_(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, DoublePointer b, @Const IntPointer ldb)
-
dtrmm_
public static void dtrmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, DoubleBuffer b, @Const IntBuffer ldb)
-
dtrmm_
public static void dtrmm_(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, double[] b, @Const int[] ldb)
-
ctrmm_
public static void ctrmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("cuComplex*") float2 b, @Const IntPointer ldb)
-
ctrmm_
public static void ctrmm_(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("cuComplex*") float2 b, @Const IntBuffer ldb)
-
ctrmm_
public static void ctrmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("cuComplex*") float2 b, @Const int[] ldb)
-
ctrmm_
public static void ctrmm_(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("cuComplex*") float2 b, @Const IntPointer ldb)
-
ctrmm_
public static void ctrmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("cuComplex*") float2 b, @Const IntBuffer ldb)
-
ctrmm_
public static void ctrmm_(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("cuComplex*") float2 b, @Const int[] ldb)
-
ztrmm_
public static void ztrmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntPointer ldb)
-
ztrmm_
public static void ztrmm_(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntBuffer ldb)
-
ztrmm_
public static void ztrmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("cuDoubleComplex*") double2 b, @Const int[] ldb)
-
ztrmm_
public static void ztrmm_(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntPointer ldb)
-
ztrmm_
public static void ztrmm_(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntBuffer ldb)
-
ztrmm_
public static void ztrmm_(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("cuDoubleComplex*") double2 b, @Const int[] ldb)
-
strmm
public static void strmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, FloatPointer b, @Const IntPointer ldb)
-
strmm
public static void strmm(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, FloatBuffer b, @Const IntBuffer ldb)
-
strmm
public static void strmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, float[] b, @Const int[] ldb)
-
strmm
public static void strmm(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Const FloatPointer alpha, @Const FloatPointer a, @Const IntPointer lda, FloatPointer b, @Const IntPointer ldb)
-
strmm
public static void strmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Const FloatBuffer alpha, @Const FloatBuffer a, @Const IntBuffer lda, FloatBuffer b, @Const IntBuffer ldb)
-
strmm
public static void strmm(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Const float[] alpha, @Const float[] a, @Const int[] lda, float[] b, @Const int[] ldb)
-
dtrmm
public static void dtrmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, DoublePointer b, @Const IntPointer ldb)
-
dtrmm
public static void dtrmm(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, DoubleBuffer b, @Const IntBuffer ldb)
-
dtrmm
public static void dtrmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, double[] b, @Const int[] ldb)
-
dtrmm
public static void dtrmm(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Const DoublePointer alpha, @Const DoublePointer a, @Const IntPointer lda, DoublePointer b, @Const IntPointer ldb)
-
dtrmm
public static void dtrmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Const DoubleBuffer alpha, @Const DoubleBuffer a, @Const IntBuffer lda, DoubleBuffer b, @Const IntBuffer ldb)
-
dtrmm
public static void dtrmm(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Const double[] alpha, @Const double[] a, @Const int[] lda, double[] b, @Const int[] ldb)
-
ctrmm
public static void ctrmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("cuComplex*") float2 b, @Const IntPointer ldb)
-
ctrmm
public static void ctrmm(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("cuComplex*") float2 b, @Const IntBuffer ldb)
-
ctrmm
public static void ctrmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("cuComplex*") float2 b, @Const int[] ldb)
-
ctrmm
public static void ctrmm(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntPointer lda, @Cast("cuComplex*") float2 b, @Const IntPointer ldb)
-
ctrmm
public static void ctrmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const IntBuffer lda, @Cast("cuComplex*") float2 b, @Const IntBuffer ldb)
-
ctrmm
public static void ctrmm(String side, String uplo, String transa, String diag, @Const int[] m, @Const int[] n, @Cast("const cuComplex*") float2 alpha, @Cast("const cuComplex*") float2 a, @Const int[] lda, @Cast("cuComplex*") float2 b, @Const int[] ldb)
-
ztrmm
public static void ztrmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntPointer ldb)
-
ztrmm
public static void ztrmm(String side, String uplo, String transa, String diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntBuffer ldb)
-
ztrmm
public static void ztrmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const int[] m, @Const int[] n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const int[] lda, @Cast("cuDoubleComplex*") double2 b, @Const int[] ldb)
-
ztrmm
public static void ztrmm(String side, String uplo, String transa, String diag, @Const IntPointer m, @Const IntPointer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntPointer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntPointer ldb)
-
ztrmm
public static void ztrmm(@Cast("const char*") BytePointer side, @Cast("const char*") BytePointer uplo, @Cast("const char*") BytePointer transa, @Cast("const char*") BytePointer diag, @Const IntBuffer m, @Const IntBuffer n, @Cast("const cuDoubleComplex*") double2 alpha, @Cast("const cuDoubleComplex*") double2 a, @Const IntBuffer lda, @Cast("cuDoubleComplex*") double2 b, @Const IntBuffer ldb)
-
-