Uses of Class
org.bytedeco.cuda.cusolver.cusolverRfCommon
-
Packages that use cusolverRfCommon Package Description org.bytedeco.cuda.global -
-
Uses of cusolverRfCommon in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cusolverRfCommon Modifier and Type Method Description static intcusolver. cusolverRfAccessBundledFactorsDevice(cusolverRfCommon handle, int[] nnzM, int[] Mp, int[] Mi, double[] Mx)static intcusolver. cusolverRfAccessBundledFactorsDevice(cusolverRfCommon handle, IntBuffer nnzM, IntBuffer Mp, IntBuffer Mi, DoubleBuffer Mx)static intcusolver. cusolverRfAccessBundledFactorsDevice(cusolverRfCommon handle, IntPointer nnzM, IntPointer Mp, IntPointer Mi, DoublePointer Mx)static intcusolver. cusolverRfAccessBundledFactorsDevice(cusolverRfCommon handle, IntPointer nnzM, PointerPointer Mp, PointerPointer Mi, PointerPointer Mx)static intcusolver. cusolverRfAnalyze(cusolverRfCommon handle)static intcusolver. cusolverRfBatchAnalyze(cusolverRfCommon handle)static intcusolver. cusolverRfBatchRefactor(cusolverRfCommon handle)static intcusolver. cusolverRfBatchResetValues(int batchSize, int n, int nnzA, int[] csrRowPtrA, int[] csrColIndA, double[] csrValA_array, int[] P, int[] Q, cusolverRfCommon handle)static intcusolver. cusolverRfBatchResetValues(int batchSize, int n, int nnzA, IntBuffer csrRowPtrA, IntBuffer csrColIndA, DoubleBuffer csrValA_array, IntBuffer P, IntBuffer Q, cusolverRfCommon handle)static intcusolver. cusolverRfBatchResetValues(int batchSize, int n, int nnzA, IntPointer csrRowPtrA, IntPointer csrColIndA, DoublePointer csrValA_array, IntPointer P, IntPointer Q, cusolverRfCommon handle)static intcusolver. cusolverRfBatchResetValues(int batchSize, int n, int nnzA, IntPointer csrRowPtrA, IntPointer csrColIndA, PointerPointer csrValA_array, IntPointer P, IntPointer Q, cusolverRfCommon handle)static intcusolver. cusolverRfBatchSetupHost(int batchSize, int n, int nnzA, int[] h_csrRowPtrA, int[] h_csrColIndA, double[] h_csrValA_array, int nnzL, int[] h_csrRowPtrL, int[] h_csrColIndL, double[] h_csrValL, int nnzU, int[] h_csrRowPtrU, int[] h_csrColIndU, double[] h_csrValU, int[] h_P, int[] h_Q, cusolverRfCommon handle)static intcusolver. cusolverRfBatchSetupHost(int batchSize, int n, int nnzA, IntBuffer h_csrRowPtrA, IntBuffer h_csrColIndA, DoubleBuffer h_csrValA_array, int nnzL, IntBuffer h_csrRowPtrL, IntBuffer h_csrColIndL, DoubleBuffer h_csrValL, int nnzU, IntBuffer h_csrRowPtrU, IntBuffer h_csrColIndU, DoubleBuffer h_csrValU, IntBuffer h_P, IntBuffer h_Q, cusolverRfCommon handle)static intcusolver. cusolverRfBatchSetupHost(int batchSize, int n, int nnzA, IntPointer h_csrRowPtrA, IntPointer h_csrColIndA, DoublePointer h_csrValA_array, int nnzL, IntPointer h_csrRowPtrL, IntPointer h_csrColIndL, DoublePointer h_csrValL, int nnzU, IntPointer h_csrRowPtrU, IntPointer h_csrColIndU, DoublePointer h_csrValU, IntPointer h_P, IntPointer h_Q, cusolverRfCommon handle)static intcusolver. cusolverRfBatchSetupHost(int batchSize, int n, int nnzA, IntPointer h_csrRowPtrA, IntPointer h_csrColIndA, PointerPointer h_csrValA_array, int nnzL, IntPointer h_csrRowPtrL, IntPointer h_csrColIndL, DoublePointer h_csrValL, int nnzU, IntPointer h_csrRowPtrU, IntPointer h_csrColIndU, DoublePointer h_csrValU, IntPointer h_P, IntPointer h_Q, cusolverRfCommon handle)Batched Routinesstatic intcusolver. cusolverRfBatchSolve(cusolverRfCommon handle, int[] P, int[] Q, int nrhs, double[] Temp, int ldt, double[] XF_array, int ldxf)static intcusolver. cusolverRfBatchSolve(cusolverRfCommon handle, IntBuffer P, IntBuffer Q, int nrhs, DoubleBuffer Temp, int ldt, DoubleBuffer XF_array, int ldxf)static intcusolver. cusolverRfBatchSolve(cusolverRfCommon handle, IntPointer P, IntPointer Q, int nrhs, DoublePointer Temp, int ldt, DoublePointer XF_array, int ldxf)static intcusolver. cusolverRfBatchSolve(cusolverRfCommon handle, IntPointer P, IntPointer Q, int nrhs, DoublePointer Temp, int ldt, PointerPointer XF_array, int ldxf)static intcusolver. cusolverRfBatchZeroPivot(cusolverRfCommon handle, int[] _position)static intcusolver. cusolverRfBatchZeroPivot(cusolverRfCommon handle, IntBuffer _position)static intcusolver. cusolverRfBatchZeroPivot(cusolverRfCommon handle, IntPointer _position)static intcusolver. cusolverRfCreate(cusolverRfCommon handle)static intcusolver. cusolverRfDestroy(cusolverRfCommon handle)static intcusolver. cusolverRfExtractBundledFactorsHost(cusolverRfCommon handle, int[] h_nnzM, int[] h_Mp, int[] h_Mi, double[] h_Mx)static intcusolver. cusolverRfExtractBundledFactorsHost(cusolverRfCommon handle, IntBuffer h_nnzM, IntBuffer h_Mp, IntBuffer h_Mi, DoubleBuffer h_Mx)static intcusolver. cusolverRfExtractBundledFactorsHost(cusolverRfCommon handle, IntPointer h_nnzM, IntPointer h_Mp, IntPointer h_Mi, DoublePointer h_Mx)static intcusolver. cusolverRfExtractBundledFactorsHost(cusolverRfCommon handle, IntPointer h_nnzM, PointerPointer h_Mp, PointerPointer h_Mi, PointerPointer h_Mx)static intcusolver. cusolverRfExtractSplitFactorsHost(cusolverRfCommon handle, int[] h_nnzL, int[] h_csrRowPtrL, int[] h_csrColIndL, double[] h_csrValL, int[] h_nnzU, int[] h_csrRowPtrU, int[] h_csrColIndU, double[] h_csrValU)static intcusolver. cusolverRfExtractSplitFactorsHost(cusolverRfCommon handle, IntBuffer h_nnzL, IntBuffer h_csrRowPtrL, IntBuffer h_csrColIndL, DoubleBuffer h_csrValL, IntBuffer h_nnzU, IntBuffer h_csrRowPtrU, IntBuffer h_csrColIndU, DoubleBuffer h_csrValU)static intcusolver. cusolverRfExtractSplitFactorsHost(cusolverRfCommon handle, IntPointer h_nnzL, IntPointer h_csrRowPtrL, IntPointer h_csrColIndL, DoublePointer h_csrValL, IntPointer h_nnzU, IntPointer h_csrRowPtrU, IntPointer h_csrColIndU, DoublePointer h_csrValU)static intcusolver. cusolverRfExtractSplitFactorsHost(cusolverRfCommon handle, IntPointer h_nnzL, PointerPointer h_csrRowPtrL, PointerPointer h_csrColIndL, PointerPointer h_csrValL, IntPointer h_nnzU, PointerPointer h_csrRowPtrU, PointerPointer h_csrColIndU, PointerPointer h_csrValU)static intcusolver. cusolverRfGetAlgs(cusolverRfCommon handle, int[] factAlg, int[] solveAlg)static intcusolver. cusolverRfGetAlgs(cusolverRfCommon handle, IntBuffer factAlg, IntBuffer solveAlg)static intcusolver. cusolverRfGetAlgs(cusolverRfCommon handle, IntPointer factAlg, IntPointer solveAlg)static intcusolver. cusolverRfGetMatrixFormat(cusolverRfCommon handle, int[] format, int[] diag)static intcusolver. cusolverRfGetMatrixFormat(cusolverRfCommon handle, IntBuffer format, IntBuffer diag)static intcusolver. cusolverRfGetMatrixFormat(cusolverRfCommon handle, IntPointer format, IntPointer diag)static intcusolver. cusolverRfGetNumericBoostReport(cusolverRfCommon handle, int[] report)static intcusolver. cusolverRfGetNumericBoostReport(cusolverRfCommon handle, IntBuffer report)static intcusolver. cusolverRfGetNumericBoostReport(cusolverRfCommon handle, IntPointer report)static intcusolver. cusolverRfGetNumericProperties(cusolverRfCommon handle, double[] _zero, double[] boost)static intcusolver. cusolverRfGetNumericProperties(cusolverRfCommon handle, DoubleBuffer _zero, DoubleBuffer boost)static intcusolver. cusolverRfGetNumericProperties(cusolverRfCommon handle, DoublePointer _zero, DoublePointer boost)static intcusolver. cusolverRfGetResetValuesFastMode(cusolverRfCommon handle, int[] fastMode)static intcusolver. cusolverRfGetResetValuesFastMode(cusolverRfCommon handle, IntBuffer fastMode)static intcusolver. cusolverRfGetResetValuesFastMode(cusolverRfCommon handle, IntPointer fastMode)static intcusolver. cusolverRfRefactor(cusolverRfCommon handle)static intcusolver. cusolverRfResetValues(int n, int nnzA, int[] csrRowPtrA, int[] csrColIndA, double[] csrValA, int[] P, int[] Q, cusolverRfCommon handle)static intcusolver. cusolverRfResetValues(int n, int nnzA, IntBuffer csrRowPtrA, IntBuffer csrColIndA, DoubleBuffer csrValA, IntBuffer P, IntBuffer Q, cusolverRfCommon handle)static intcusolver. cusolverRfResetValues(int n, int nnzA, IntPointer csrRowPtrA, IntPointer csrColIndA, DoublePointer csrValA, IntPointer P, IntPointer Q, cusolverRfCommon handle)static intcusolver. cusolverRfSetAlgs(cusolverRfCommon handle, int factAlg, int solveAlg)static intcusolver. cusolverRfSetMatrixFormat(cusolverRfCommon handle, int format, int diag)static intcusolver. cusolverRfSetNumericProperties(cusolverRfCommon handle, double _zero, double boost)static intcusolver. cusolverRfSetResetValuesFastMode(cusolverRfCommon handle, int fastMode)static intcusolver. cusolverRfSetupDevice(int n, int nnzA, int[] csrRowPtrA, int[] csrColIndA, double[] csrValA, int nnzL, int[] csrRowPtrL, int[] csrColIndL, double[] csrValL, int nnzU, int[] csrRowPtrU, int[] csrColIndU, double[] csrValU, int[] P, int[] Q, cusolverRfCommon handle)static intcusolver. cusolverRfSetupDevice(int n, int nnzA, IntBuffer csrRowPtrA, IntBuffer csrColIndA, DoubleBuffer csrValA, int nnzL, IntBuffer csrRowPtrL, IntBuffer csrColIndL, DoubleBuffer csrValL, int nnzU, IntBuffer csrRowPtrU, IntBuffer csrColIndU, DoubleBuffer csrValU, IntBuffer P, IntBuffer Q, cusolverRfCommon handle)static intcusolver. cusolverRfSetupDevice(int n, int nnzA, IntPointer csrRowPtrA, IntPointer csrColIndA, DoublePointer csrValA, int nnzL, IntPointer csrRowPtrL, IntPointer csrColIndL, DoublePointer csrValL, int nnzU, IntPointer csrRowPtrU, IntPointer csrColIndU, DoublePointer csrValU, IntPointer P, IntPointer Q, cusolverRfCommon handle)static intcusolver. cusolverRfSetupHost(int n, int nnzA, int[] h_csrRowPtrA, int[] h_csrColIndA, double[] h_csrValA, int nnzL, int[] h_csrRowPtrL, int[] h_csrColIndL, double[] h_csrValL, int nnzU, int[] h_csrRowPtrU, int[] h_csrColIndU, double[] h_csrValU, int[] h_P, int[] h_Q, cusolverRfCommon handle)static intcusolver. cusolverRfSetupHost(int n, int nnzA, IntBuffer h_csrRowPtrA, IntBuffer h_csrColIndA, DoubleBuffer h_csrValA, int nnzL, IntBuffer h_csrRowPtrL, IntBuffer h_csrColIndL, DoubleBuffer h_csrValL, int nnzU, IntBuffer h_csrRowPtrU, IntBuffer h_csrColIndU, DoubleBuffer h_csrValU, IntBuffer h_P, IntBuffer h_Q, cusolverRfCommon handle)static intcusolver. cusolverRfSetupHost(int n, int nnzA, IntPointer h_csrRowPtrA, IntPointer h_csrColIndA, DoublePointer h_csrValA, int nnzL, IntPointer h_csrRowPtrL, IntPointer h_csrColIndL, DoublePointer h_csrValL, int nnzU, IntPointer h_csrRowPtrU, IntPointer h_csrColIndU, DoublePointer h_csrValU, IntPointer h_P, IntPointer h_Q, cusolverRfCommon handle)Non-Batched Routinesstatic intcusolver. cusolverRfSolve(cusolverRfCommon handle, int[] P, int[] Q, int nrhs, double[] Temp, int ldt, double[] XF, int ldxf)static intcusolver. cusolverRfSolve(cusolverRfCommon handle, IntBuffer P, IntBuffer Q, int nrhs, DoubleBuffer Temp, int ldt, DoubleBuffer XF, int ldxf)static intcusolver. cusolverRfSolve(cusolverRfCommon handle, IntPointer P, IntPointer Q, int nrhs, DoublePointer Temp, int ldt, DoublePointer XF, int ldxf)
-