| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cusparse.cusparseCcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseCcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseCcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseCcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float2 alpha,
cusparseMatDescr descrA,
float2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
float2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseCreateCsrsm2Info(csrsm2Info info) |
static int |
cusparse.cusparseDcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseDcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseDcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseDcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double[] alpha,
cusparseMatDescr descrA,
double[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double[] B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoubleBuffer alpha,
cusparseMatDescr descrA,
DoubleBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
DoubleBuffer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
DoublePointer alpha,
cusparseMatDescr descrA,
DoublePointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
DoublePointer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseDestroyCsrsm2Info(csrsm2Info info) |
static int |
cusparse.cusparseScsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseScsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseScsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseScsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
float[] alpha,
cusparseMatDescr descrA,
float[] csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
float[] B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatBuffer alpha,
cusparseMatDescr descrA,
FloatBuffer csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
FloatBuffer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseScsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
FloatPointer alpha,
cusparseMatDescr descrA,
FloatPointer csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
FloatPointer B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseXcsrsm2_zeroPivot(cusparseContext handle,
csrsm2Info info,
int[] position) |
static int |
cusparse.cusparseXcsrsm2_zeroPivot(cusparseContext handle,
csrsm2Info info,
IntBuffer position) |
static int |
cusparse.cusparseXcsrsm2_zeroPivot(cusparseContext handle,
csrsm2Info info,
IntPointer position) |
static int |
cusparse.cusparseZcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_analysis(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseZcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseZcsrsm2_bufferSizeExt(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
SizeTPointer pBufferSize) |
static int |
cusparse.cusparseZcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
int[] csrSortedRowPtrA,
int[] csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntBuffer csrSortedRowPtrA,
IntBuffer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
static int |
cusparse.cusparseZcsrsm2_solve(cusparseContext handle,
int algo,
int transA,
int transB,
int m,
int nrhs,
int nnz,
double2 alpha,
cusparseMatDescr descrA,
double2 csrSortedValA,
IntPointer csrSortedRowPtrA,
IntPointer csrSortedColIndA,
double2 B,
int ldb,
csrsm2Info info,
int policy,
Pointer pBuffer) |
Copyright © 2019. All rights reserved.