Uses of Class
org.bytedeco.cuda.cusparse.cusparseHybMat
-
Packages that use cusparseHybMat Package Description org.bytedeco.cuda.global -
-
Uses of cusparseHybMat in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cusparseHybMat Modifier and Type Method Description static intcusparse. cusparseCcsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float2 cscSortedValA, int[] cscSortedRowIndA, int[] cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseCcsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float2 cscSortedValA, IntBuffer cscSortedRowIndA, IntBuffer cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseCcsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float2 cscSortedValA, IntPointer cscSortedRowIndA, IntPointer cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseCcsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float2 csrSortedValA, int[] csrSortedRowPtrA, int[] csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseCcsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float2 csrSortedValA, IntBuffer csrSortedRowPtrA, IntBuffer csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseCcsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float2 csrSortedValA, IntPointer csrSortedRowPtrA, IntPointer csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseCdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float2 A, int lda, int[] nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseCdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float2 A, int lda, IntBuffer nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseCdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float2 A, int lda, IntPointer nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseChyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float2 cscSortedVal, int[] cscSortedRowInd, int[] cscSortedColPtr)Deprecated.static intcusparse. cusparseChyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float2 cscSortedVal, IntBuffer cscSortedRowInd, IntBuffer cscSortedColPtr)Deprecated.static intcusparse. cusparseChyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float2 cscSortedVal, IntPointer cscSortedRowInd, IntPointer cscSortedColPtr)Deprecated.static intcusparse. cusparseChyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float2 csrSortedValA, int[] csrSortedRowPtrA, int[] csrSortedColIndA)Deprecated.static intcusparse. cusparseChyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float2 csrSortedValA, IntBuffer csrSortedRowPtrA, IntBuffer csrSortedColIndA)Deprecated.static intcusparse. cusparseChyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float2 csrSortedValA, IntPointer csrSortedRowPtrA, IntPointer csrSortedColIndA)Deprecated.static intcusparse. cusparseChyb2dense(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float2 A, int lda)Deprecated.static intcusparse. cusparseChybmv(cusparseContext handle, int transA, float2 alpha, cusparseMatDescr descrA, cusparseHybMat hybA, float2 x, float2 beta, float2 y)Deprecated.static intcusparse. cusparseChybsv_analysis(cusparseContext handle, int transA, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info)Deprecated.static intcusparse. cusparseChybsv_solve(cusparseContext handle, int trans, float2 alpha, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, float2 f, float2 x)Deprecated.static intcusparse. cusparseCreateHybMat(cusparseHybMat hybA)Deprecated.static intcusparse. cusparseDcsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double[] cscSortedValA, int[] cscSortedRowIndA, int[] cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseDcsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, DoubleBuffer cscSortedValA, IntBuffer cscSortedRowIndA, IntBuffer cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseDcsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, DoublePointer cscSortedValA, IntPointer cscSortedRowIndA, IntPointer cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseDcsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double[] csrSortedValA, int[] csrSortedRowPtrA, int[] csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseDcsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, DoubleBuffer csrSortedValA, IntBuffer csrSortedRowPtrA, IntBuffer csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseDcsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, DoublePointer csrSortedValA, IntPointer csrSortedRowPtrA, IntPointer csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseDdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double[] A, int lda, int[] nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseDdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, DoubleBuffer A, int lda, IntBuffer nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseDdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, DoublePointer A, int lda, IntPointer nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseDestroyHybMat(cusparseHybMat hybA)Deprecated.static intcusparse. cusparseDhyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double[] cscSortedVal, int[] cscSortedRowInd, int[] cscSortedColPtr)Deprecated.static intcusparse. cusparseDhyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, DoubleBuffer cscSortedVal, IntBuffer cscSortedRowInd, IntBuffer cscSortedColPtr)Deprecated.static intcusparse. cusparseDhyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, DoublePointer cscSortedVal, IntPointer cscSortedRowInd, IntPointer cscSortedColPtr)Deprecated.static intcusparse. cusparseDhyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double[] csrSortedValA, int[] csrSortedRowPtrA, int[] csrSortedColIndA)Deprecated.static intcusparse. cusparseDhyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, DoubleBuffer csrSortedValA, IntBuffer csrSortedRowPtrA, IntBuffer csrSortedColIndA)Deprecated.static intcusparse. cusparseDhyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, DoublePointer csrSortedValA, IntPointer csrSortedRowPtrA, IntPointer csrSortedColIndA)Deprecated.static intcusparse. cusparseDhyb2dense(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double[] A, int lda)Deprecated.static intcusparse. cusparseDhyb2dense(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, DoubleBuffer A, int lda)Deprecated.static intcusparse. cusparseDhyb2dense(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, DoublePointer A, int lda)Deprecated.static intcusparse. cusparseDhybmv(cusparseContext handle, int transA, double[] alpha, cusparseMatDescr descrA, cusparseHybMat hybA, double[] x, double[] beta, double[] y)Deprecated.static intcusparse. cusparseDhybmv(cusparseContext handle, int transA, DoubleBuffer alpha, cusparseMatDescr descrA, cusparseHybMat hybA, DoubleBuffer x, DoubleBuffer beta, DoubleBuffer y)Deprecated.static intcusparse. cusparseDhybmv(cusparseContext handle, int transA, DoublePointer alpha, cusparseMatDescr descrA, cusparseHybMat hybA, DoublePointer x, DoublePointer beta, DoublePointer y)Deprecated.static intcusparse. cusparseDhybsv_analysis(cusparseContext handle, int transA, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info)Deprecated.static intcusparse. cusparseDhybsv_solve(cusparseContext handle, int trans, double[] alpha, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, double[] f, double[] x)Deprecated.static intcusparse. cusparseDhybsv_solve(cusparseContext handle, int trans, DoubleBuffer alpha, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, DoubleBuffer f, DoubleBuffer x)Deprecated.static intcusparse. cusparseDhybsv_solve(cusparseContext handle, int trans, DoublePointer alpha, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, DoublePointer f, DoublePointer x)Deprecated.static intcusparse. cusparseScsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float[] cscSortedValA, int[] cscSortedRowIndA, int[] cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseScsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, FloatBuffer cscSortedValA, IntBuffer cscSortedRowIndA, IntBuffer cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseScsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, FloatPointer cscSortedValA, IntPointer cscSortedRowIndA, IntPointer cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseScsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float[] csrSortedValA, int[] csrSortedRowPtrA, int[] csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseScsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, FloatBuffer csrSortedValA, IntBuffer csrSortedRowPtrA, IntBuffer csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseScsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, FloatPointer csrSortedValA, IntPointer csrSortedRowPtrA, IntPointer csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseSdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, float[] A, int lda, int[] nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseSdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, FloatBuffer A, int lda, IntBuffer nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseSdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, FloatPointer A, int lda, IntPointer nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseShyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float[] cscSortedVal, int[] cscSortedRowInd, int[] cscSortedColPtr)Deprecated.static intcusparse. cusparseShyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, FloatBuffer cscSortedVal, IntBuffer cscSortedRowInd, IntBuffer cscSortedColPtr)Deprecated.static intcusparse. cusparseShyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, FloatPointer cscSortedVal, IntPointer cscSortedRowInd, IntPointer cscSortedColPtr)Deprecated.static intcusparse. cusparseShyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float[] csrSortedValA, int[] csrSortedRowPtrA, int[] csrSortedColIndA)Deprecated.static intcusparse. cusparseShyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, FloatBuffer csrSortedValA, IntBuffer csrSortedRowPtrA, IntBuffer csrSortedColIndA)Deprecated.static intcusparse. cusparseShyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, FloatPointer csrSortedValA, IntPointer csrSortedRowPtrA, IntPointer csrSortedColIndA)Deprecated.static intcusparse. cusparseShyb2dense(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, float[] A, int lda)Deprecated.static intcusparse. cusparseShyb2dense(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, FloatBuffer A, int lda)Deprecated.static intcusparse. cusparseShyb2dense(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, FloatPointer A, int lda)Deprecated.static intcusparse. cusparseShybmv(cusparseContext handle, int transA, float[] alpha, cusparseMatDescr descrA, cusparseHybMat hybA, float[] x, float[] beta, float[] y)Deprecated.static intcusparse. cusparseShybmv(cusparseContext handle, int transA, FloatBuffer alpha, cusparseMatDescr descrA, cusparseHybMat hybA, FloatBuffer x, FloatBuffer beta, FloatBuffer y)Deprecated.static intcusparse. cusparseShybmv(cusparseContext handle, int transA, FloatPointer alpha, cusparseMatDescr descrA, cusparseHybMat hybA, FloatPointer x, FloatPointer beta, FloatPointer y)Deprecated.static intcusparse. cusparseShybsv_analysis(cusparseContext handle, int transA, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info)Deprecated.static intcusparse. cusparseShybsv_solve(cusparseContext handle, int trans, float[] alpha, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, float[] f, float[] x)Deprecated.static intcusparse. cusparseShybsv_solve(cusparseContext handle, int trans, FloatBuffer alpha, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, FloatBuffer f, FloatBuffer x)Deprecated.static intcusparse. cusparseShybsv_solve(cusparseContext handle, int trans, FloatPointer alpha, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, FloatPointer f, FloatPointer x)Deprecated.static intcusparse. cusparseZcsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double2 cscSortedValA, int[] cscSortedRowIndA, int[] cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseZcsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double2 cscSortedValA, IntBuffer cscSortedRowIndA, IntBuffer cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseZcsc2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double2 cscSortedValA, IntPointer cscSortedRowIndA, IntPointer cscSortedColPtrA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseZcsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double2 csrSortedValA, int[] csrSortedRowPtrA, int[] csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseZcsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double2 csrSortedValA, IntBuffer csrSortedRowPtrA, IntBuffer csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseZcsr2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double2 csrSortedValA, IntPointer csrSortedRowPtrA, IntPointer csrSortedColIndA, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseZdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double2 A, int lda, int[] nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseZdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double2 A, int lda, IntBuffer nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseZdense2hyb(cusparseContext handle, int m, int n, cusparseMatDescr descrA, double2 A, int lda, IntPointer nnzPerRow, cusparseHybMat hybA, int userEllWidth, int partitionType)Deprecated.static intcusparse. cusparseZhyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double2 cscSortedVal, int[] cscSortedRowInd, int[] cscSortedColPtr)Deprecated.static intcusparse. cusparseZhyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double2 cscSortedVal, IntBuffer cscSortedRowInd, IntBuffer cscSortedColPtr)Deprecated.static intcusparse. cusparseZhyb2csc(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double2 cscSortedVal, IntPointer cscSortedRowInd, IntPointer cscSortedColPtr)Deprecated.static intcusparse. cusparseZhyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double2 csrSortedValA, int[] csrSortedRowPtrA, int[] csrSortedColIndA)Deprecated.static intcusparse. cusparseZhyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double2 csrSortedValA, IntBuffer csrSortedRowPtrA, IntBuffer csrSortedColIndA)Deprecated.static intcusparse. cusparseZhyb2csr(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double2 csrSortedValA, IntPointer csrSortedRowPtrA, IntPointer csrSortedColIndA)Deprecated.static intcusparse. cusparseZhyb2dense(cusparseContext handle, cusparseMatDescr descrA, cusparseHybMat hybA, double2 A, int lda)Deprecated.static intcusparse. cusparseZhybmv(cusparseContext handle, int transA, double2 alpha, cusparseMatDescr descrA, cusparseHybMat hybA, double2 x, double2 beta, double2 y)Deprecated.static intcusparse. cusparseZhybsv_analysis(cusparseContext handle, int transA, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info)Deprecated.static intcusparse. cusparseZhybsv_solve(cusparseContext handle, int trans, double2 alpha, cusparseMatDescr descrA, cusparseHybMat hybA, cusparseSolveAnalysisInfo info, double2 f, double2 x)Deprecated.
-