nvmath-python 1.0.0__cp314-cp314t-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nvmath/__init__.pxd +0 -0
- nvmath/__init__.py +45 -0
- nvmath/_internal/__init__.py +0 -0
- nvmath/_internal/attribute_ifc_factory.py +330 -0
- nvmath/_internal/layout.py +70 -0
- nvmath/_internal/templates.py +130 -0
- nvmath/_internal/threadsafe.py +106 -0
- nvmath/_internal/utils.py +43 -0
- nvmath/_internal/workspace.py +490 -0
- nvmath/_utils.py +147 -0
- nvmath/bindings/__init__.py +60 -0
- nvmath/bindings/_internal/__init__.pxd +0 -0
- nvmath/bindings/_internal/__init__.py +0 -0
- nvmath/bindings/_internal/common_types.pxd +31 -0
- nvmath/bindings/_internal/cublas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cublas.pxd +530 -0
- nvmath/bindings/_internal/cublasLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cublasLt.pxd +59 -0
- nvmath/bindings/_internal/cublasMp.pxd +52 -0
- nvmath/bindings/_internal/cudss.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cudss.pxd +54 -0
- nvmath/bindings/_internal/cufft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cufft.pxd +70 -0
- nvmath/bindings/_internal/cufftMp.pxd +77 -0
- nvmath/bindings/_internal/curand.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/curand.pxd +42 -0
- nvmath/bindings/_internal/cusolver.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusolver.pxd +15 -0
- nvmath/bindings/_internal/cusolverDn.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusolverDn.pxd +406 -0
- nvmath/bindings/_internal/cusolverMp.pxd +71 -0
- nvmath/bindings/_internal/cusolverSp.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusolverSp.pxd +75 -0
- nvmath/bindings/_internal/cusparse.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusparse.pxd +471 -0
- nvmath/bindings/_internal/cusparseLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cusparseLt.pxd +48 -0
- nvmath/bindings/_internal/cutensor.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/cutensor.pxd +58 -0
- nvmath/bindings/_internal/mathdx.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/mathdx.pxd +116 -0
- nvmath/bindings/_internal/nvshmem.pxd +29 -0
- nvmath/bindings/_internal/utils.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/_internal/utils.pxd +174 -0
- nvmath/bindings/_internal/utils.pyi +10 -0
- nvmath/bindings/cublas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cublas.pxd +558 -0
- nvmath/bindings/cublas.pyi +812 -0
- nvmath/bindings/cublasLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cublasLt.pxd +109 -0
- nvmath/bindings/cublasLt.pyi +1461 -0
- nvmath/bindings/cublasMp.pxd +85 -0
- nvmath/bindings/cublasMp.pyi +267 -0
- nvmath/bindings/cudss.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cudss.pxd +98 -0
- nvmath/bindings/cudss.pyi +443 -0
- nvmath/bindings/cufft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cufft.pxd +118 -0
- nvmath/bindings/cufft.pyi +301 -0
- nvmath/bindings/cufftMp.pxd +124 -0
- nvmath/bindings/cufftMp.pyi +326 -0
- nvmath/bindings/curand.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/curand.pxd +71 -0
- nvmath/bindings/curand.pyi +189 -0
- nvmath/bindings/cusolver.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusolver.pxd +62 -0
- nvmath/bindings/cusolver.pyi +320 -0
- nvmath/bindings/cusolverDn.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusolverDn.pxd +430 -0
- nvmath/bindings/cusolverDn.pyi +422 -0
- nvmath/bindings/cusolverMp.pxd +98 -0
- nvmath/bindings/cusolverMp.pyi +114 -0
- nvmath/bindings/cusolverSp.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusolverSp.pxd +95 -0
- nvmath/bindings/cusolverSp.pyi +70 -0
- nvmath/bindings/cusparse.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusparse.pxd +546 -0
- nvmath/bindings/cusparse.pyi +1017 -0
- nvmath/bindings/cusparseLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cusparseLt.pxd +99 -0
- nvmath/bindings/cusparseLt.pyi +252 -0
- nvmath/bindings/cutensor.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cutensor.pxd +98 -0
- nvmath/bindings/cutensor.pyi +324 -0
- nvmath/bindings/cycublas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycublas.pxd +664 -0
- nvmath/bindings/cycublasLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycublasLt.pxd +1045 -0
- nvmath/bindings/cycublasMp.pxd +171 -0
- nvmath/bindings/cycudss.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycudss.pxd +277 -0
- nvmath/bindings/cycufft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycufft.pxd +333 -0
- nvmath/bindings/cycufftMp.pxd +342 -0
- nvmath/bindings/cycurand.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycurand.pxd +141 -0
- nvmath/bindings/cycusolver.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusolver.pxd +137 -0
- nvmath/bindings/cycusolverDn.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusolverDn.pxd +443 -0
- nvmath/bindings/cycusolverMp.pxd +107 -0
- nvmath/bindings/cycusolverSp.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusolverSp.pxd +93 -0
- nvmath/bindings/cycusparse.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusparse.pxd +679 -0
- nvmath/bindings/cycusparseLt.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycusparseLt.pxd +135 -0
- nvmath/bindings/cycutensor.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cycutensor.pxd +189 -0
- nvmath/bindings/cymathdx.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/cymathdx.pxd +552 -0
- nvmath/bindings/cynvshmem.pxd +118 -0
- nvmath/bindings/mathdx.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/mathdx.pxd +182 -0
- nvmath/bindings/mathdx.pyi +1562 -0
- nvmath/bindings/nvpl/__init__.pxd +0 -0
- nvmath/bindings/nvpl/__init__.py +13 -0
- nvmath/bindings/nvpl/_internal/__init__.pxd +0 -0
- nvmath/bindings/nvpl/_internal/__init__.py +0 -0
- nvmath/bindings/nvpl/_internal/blas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/_internal/blas.pxd +237 -0
- nvmath/bindings/nvpl/_internal/fft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/_internal/fft.pxd +36 -0
- nvmath/bindings/nvpl/blas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/blas.pxd +131 -0
- nvmath/bindings/nvpl/blas.pyi +168 -0
- nvmath/bindings/nvpl/cyblas.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/cyblas.pxd +280 -0
- nvmath/bindings/nvpl/cyfft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/cyfft.pxd +93 -0
- nvmath/bindings/nvpl/fft.cp314t-win_amd64.pyd +0 -0
- nvmath/bindings/nvpl/fft.pxd +100 -0
- nvmath/bindings/nvpl/fft.pyi +168 -0
- nvmath/bindings/nvshmem.pxd +54 -0
- nvmath/bindings/nvshmem.pyi +191 -0
- nvmath/device/__init__.py +38 -0
- nvmath/device/_deprecated.py +33 -0
- nvmath/device/common.py +315 -0
- nvmath/device/common_backend.py +131 -0
- nvmath/device/common_cuda.py +201 -0
- nvmath/device/common_numba.py +300 -0
- nvmath/device/common_numba_cuda_mlir.py +202 -0
- nvmath/device/common_opaque_tensor.py +201 -0
- nvmath/device/cublasdx.py +1606 -0
- nvmath/device/cublasdx_backend.py +860 -0
- nvmath/device/cublasdx_numba.py +1534 -0
- nvmath/device/cublasdx_numba_cuda_mlir.py +208 -0
- nvmath/device/cufftdx.py +373 -0
- nvmath/device/cufftdx_backend.py +220 -0
- nvmath/device/cufftdx_numba.py +140 -0
- nvmath/device/cufftdx_numba_cuda_mlir.py +79 -0
- nvmath/device/curand_kernel.py +9147 -0
- nvmath/device/cusolverdx.py +2708 -0
- nvmath/device/cusolverdx_backend.py +440 -0
- nvmath/device/cusolverdx_numba.py +567 -0
- nvmath/device/cusolverdx_numba_cuda_mlir.py +604 -0
- nvmath/device/cusolverdx_overload_backend.py +1029 -0
- nvmath/device/llvm_array.py +29 -0
- nvmath/device/random.py +441 -0
- nvmath/device/random_helpers.py +23 -0
- nvmath/device/random_states.py +187 -0
- nvmath/device/types.py +138 -0
- nvmath/device/vector_types_numba.py +259 -0
- nvmath/distributed/__init__.py +200 -0
- nvmath/distributed/_internal/__init__.py +0 -0
- nvmath/distributed/_internal/nccl.py +86 -0
- nvmath/distributed/_internal/nvshmem.py +307 -0
- nvmath/distributed/_internal/symmetric_memory.py +35 -0
- nvmath/distributed/_internal/tensor_ifc.py +70 -0
- nvmath/distributed/_internal/tensor_ifc_cupy.py +68 -0
- nvmath/distributed/_internal/tensor_ifc_host_device.py +172 -0
- nvmath/distributed/_internal/tensor_ifc_numpy.py +46 -0
- nvmath/distributed/_internal/tensor_ifc_torch.py +162 -0
- nvmath/distributed/_internal/tensor_wrapper.py +81 -0
- nvmath/distributed/_utils.py +167 -0
- nvmath/distributed/distribution/__init__.py +30 -0
- nvmath/distributed/distribution/_configuration.py +39 -0
- nvmath/distributed/distribution/distributions.py +1024 -0
- nvmath/distributed/distribution/redistribute.py +1284 -0
- nvmath/distributed/fft/__init__.py +7 -0
- nvmath/distributed/fft/_configuration.py +82 -0
- nvmath/distributed/fft/fft.py +2742 -0
- nvmath/distributed/linalg/__init__.py +22 -0
- nvmath/distributed/linalg/_internal/__init__.py +3 -0
- nvmath/distributed/linalg/_internal/epilog_protocol.py +586 -0
- nvmath/distributed/linalg/_internal/matmul_desc_ifc.py +28 -0
- nvmath/distributed/linalg/advanced/__init__.py +8 -0
- nvmath/distributed/linalg/advanced/_configuration.py +171 -0
- nvmath/distributed/linalg/advanced/matmulmod.py +3573 -0
- nvmath/distributed/linalg/generic/__init__.py +8 -0
- nvmath/distributed/linalg/generic/_caching.py +66 -0
- nvmath/distributed/linalg/generic/_configuration.py +61 -0
- nvmath/distributed/linalg/generic/_factorization.py +172 -0
- nvmath/distributed/linalg/generic/_initialization.py +966 -0
- nvmath/distributed/linalg/generic/_problem_spec.py +511 -0
- nvmath/distributed/linalg/generic/solvermod.py +1368 -0
- nvmath/distributed/process_group.py +408 -0
- nvmath/fft/__init__.py +7 -0
- nvmath/fft/_configuration.py +189 -0
- nvmath/fft/_exec_utils.py +82 -0
- nvmath/fft/_helpers.py +237 -0
- nvmath/fft/fft.py +3122 -0
- nvmath/internal/__init__.pxd +3 -0
- nvmath/internal/__init__.py +10 -0
- nvmath/internal/_bindings.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/_bindings.pxd +18 -0
- nvmath/internal/_device_utils.py +45 -0
- nvmath/internal/_layout/__init__.pxd +3 -0
- nvmath/internal/_layout/__init__.py +7 -0
- nvmath/internal/_layout/_layout.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/_layout/_layout.pxd +1303 -0
- nvmath/internal/_layout/_layout.pyi +1145 -0
- nvmath/internal/enum_utils.py +142 -0
- nvmath/internal/formatters.py +87 -0
- nvmath/internal/mem_limit.py +51 -0
- nvmath/internal/memory.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/memory.pxd +13 -0
- nvmath/internal/memory.pyi +50 -0
- nvmath/internal/ndbuffer/__init__.pxd +3 -0
- nvmath/internal/ndbuffer/__init__.py +9 -0
- nvmath/internal/ndbuffer/_copy_kernel.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/_copy_kernel.pxd +10 -0
- nvmath/internal/ndbuffer/_jit.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/_jit.pxd +7 -0
- nvmath/internal/ndbuffer/_ndbuffer.cp314t-win_amd64.pyd +0 -0
- nvmath/internal/ndbuffer/_ndbuffer.pxd +40 -0
- nvmath/internal/ndbuffer/_ndbuffer.pyi +463 -0
- nvmath/internal/ndbuffer/copy_kernel/args.h +34 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/array_view.h +52 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/elementwise.h +68 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/grid_indexer.h +69 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/transposed.h +242 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/type_utils.h +39 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/utils.h +132 -0
- nvmath/internal/ndbuffer/copy_kernel/copy_kernel_impl/vec.h +159 -0
- nvmath/internal/ndbuffer/copy_kernel/elementwise.h +53 -0
- nvmath/internal/ndbuffer/copy_kernel/transposed.h +58 -0
- nvmath/internal/package_ifc.py +168 -0
- nvmath/internal/package_ifc_cuda.py +57 -0
- nvmath/internal/package_ifc_cupy.py +67 -0
- nvmath/internal/package_ifc_torch.py +69 -0
- nvmath/internal/package_wrapper.py +14 -0
- nvmath/internal/tensor_ifc.py +179 -0
- nvmath/internal/tensor_ifc_cupy.py +234 -0
- nvmath/internal/tensor_ifc_ndbuffer.py +147 -0
- nvmath/internal/tensor_ifc_numpy.py +184 -0
- nvmath/internal/tensor_ifc_torch.py +178 -0
- nvmath/internal/tensor_wrapper.py +160 -0
- nvmath/internal/typemaps.py +113 -0
- nvmath/internal/utils.py +805 -0
- nvmath/linalg/__init__.py +56 -0
- nvmath/linalg/_internal/__init__.py +3 -0
- nvmath/linalg/_internal/algo_cap_ifc.py +82 -0
- nvmath/linalg/_internal/algo_config_ifc.py +43 -0
- nvmath/linalg/_internal/batch.py +234 -0
- nvmath/linalg/_internal/enum_to_tuples.py +64 -0
- nvmath/linalg/_internal/epilog_protocol.py +766 -0
- nvmath/linalg/_internal/layout.py +624 -0
- nvmath/linalg/_internal/matmul_desc_ifc.py +28 -0
- nvmath/linalg/_internal/matmul_pref_ifc.py +27 -0
- nvmath/linalg/_internal/matrix_layout_ifc.py +26 -0
- nvmath/linalg/_internal/solver_utils.py +432 -0
- nvmath/linalg/_internal/typemaps.py +144 -0
- nvmath/linalg/_internal/utils.py +157 -0
- nvmath/linalg/advanced/__init__.py +8 -0
- nvmath/linalg/advanced/_algorithmmod.py +170 -0
- nvmath/linalg/advanced/_configuration.py +351 -0
- nvmath/linalg/advanced/helpers/__init__.py +5 -0
- nvmath/linalg/advanced/helpers/matmul.py +1316 -0
- nvmath/linalg/advanced/matmulmod.py +3734 -0
- nvmath/linalg/generic/__init__.py +53 -0
- nvmath/linalg/generic/_configuration/__init__.py +39 -0
- nvmath/linalg/generic/_configuration/layout.py +263 -0
- nvmath/linalg/generic/_configuration/match.py +734 -0
- nvmath/linalg/generic/_configuration/qualifiers.py +493 -0
- nvmath/linalg/generic/_configuration/solver_configuration.py +59 -0
- nvmath/linalg/generic/_configuration/wrap.py +217 -0
- nvmath/linalg/generic/_dtype.py +15 -0
- nvmath/linalg/generic/matmulmod.py +2094 -0
- nvmath/linalg/generic/solvermod.py +1301 -0
- nvmath/memory.py +279 -0
- nvmath/sparse/__init__.py +38 -0
- nvmath/sparse/_internal/__init__.py +21 -0
- nvmath/sparse/_internal/common_utils.py +147 -0
- nvmath/sparse/_internal/cudss_config_ifc.py +702 -0
- nvmath/sparse/_internal/cudss_data_ifc.py +399 -0
- nvmath/sparse/_internal/cudss_utils.py +506 -0
- nvmath/sparse/_internal/cusparse_utils.py +382 -0
- nvmath/sparse/_internal/sparse_bsc_ifc.py +303 -0
- nvmath/sparse/_internal/sparse_bsr_ifc.py +305 -0
- nvmath/sparse/_internal/sparse_coo_ifc.py +256 -0
- nvmath/sparse/_internal/sparse_csc_ifc.py +268 -0
- nvmath/sparse/_internal/sparse_csr_ifc.py +288 -0
- nvmath/sparse/_internal/sparse_dia_ifc.py +242 -0
- nvmath/sparse/_internal/sparse_format_helpers.py +601 -0
- nvmath/sparse/_internal/sparse_tensor_ifc.py +133 -0
- nvmath/sparse/_internal/sparse_ust_ifc.py +141 -0
- nvmath/sparse/_internal/utils.py +56 -0
- nvmath/sparse/advanced/__init__.py +7 -0
- nvmath/sparse/advanced/_configuration.py +227 -0
- nvmath/sparse/advanced/direct_solver.py +2069 -0
- nvmath/sparse/generic/__init__.py +7 -0
- nvmath/sparse/generic/_configuration.py +129 -0
- nvmath/sparse/generic/_helpers.py +137 -0
- nvmath/sparse/generic/_thunks.py +21 -0
- nvmath/sparse/generic/matmulmod.py +2353 -0
- nvmath/sparse/ust/__init__.py +7 -0
- nvmath/sparse/ust/_converters.py +422 -0
- nvmath/sparse/ust/_cpp.py +28 -0
- nvmath/sparse/ust/_drawer.py +565 -0
- nvmath/sparse/ust/_emitter.py +1033 -0
- nvmath/sparse/ust/_jit.py +188 -0
- nvmath/sparse/ust/_kernel.py +282 -0
- nvmath/sparse/ust/_utils.py +149 -0
- nvmath/sparse/ust/interfaces/__init__.py +0 -0
- nvmath/sparse/ust/interfaces/torch_interface.py +476 -0
- nvmath/sparse/ust/tensor.py +1016 -0
- nvmath/sparse/ust/tensor_format.py +957 -0
- nvmath/tensor/__init__.py +6 -0
- nvmath/tensor/_configuration.py +120 -0
- nvmath/tensor/_internal/__init__.py +3 -0
- nvmath/tensor/_internal/cutensor_config_ifc.py +279 -0
- nvmath/tensor/_internal/cutensor_utils.py +230 -0
- nvmath/tensor/_internal/data.py +43 -0
- nvmath/tensor/_internal/einsum_parser.py +444 -0
- nvmath/tensor/_internal/typemaps.py +96 -0
- nvmath/tensor/contract.py +1900 -0
- nvmath_python-1.0.0.dist-info/METADATA +134 -0
- nvmath_python-1.0.0.dist-info/RECORD +332 -0
- nvmath_python-1.0.0.dist-info/WHEEL +5 -0
- nvmath_python-1.0.0.dist-info/licenses/LICENSE +177 -0
- nvmath_python-1.0.0.dist-info/top_level.txt +2 -0
|
@@ -0,0 +1,1017 @@
|
|
|
1
|
+
# Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
|
|
2
|
+
#
|
|
3
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
|
|
5
|
+
import _cython_3_2_5
|
|
6
|
+
import enum
|
|
7
|
+
from typing import Any, Callable, ClassVar
|
|
8
|
+
|
|
9
|
+
__pyx_capi__: dict
|
|
10
|
+
__test__: dict
|
|
11
|
+
axpby: _cython_3_2_5.cython_function_or_method
|
|
12
|
+
blocked_ell_get: _cython_3_2_5.cython_function_or_method
|
|
13
|
+
bsr_set_strided_batch: _cython_3_2_5.cython_function_or_method
|
|
14
|
+
cbsr2csr: _cython_3_2_5.cython_function_or_method
|
|
15
|
+
cbsric02: _cython_3_2_5.cython_function_or_method
|
|
16
|
+
cbsric02_analysis: _cython_3_2_5.cython_function_or_method
|
|
17
|
+
cbsric02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
18
|
+
cbsric02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
19
|
+
cbsrilu02: _cython_3_2_5.cython_function_or_method
|
|
20
|
+
cbsrilu02_analysis: _cython_3_2_5.cython_function_or_method
|
|
21
|
+
cbsrilu02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
22
|
+
cbsrilu02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
23
|
+
cbsrilu02_numeric_boost: _cython_3_2_5.cython_function_or_method
|
|
24
|
+
cbsrmm: _cython_3_2_5.cython_function_or_method
|
|
25
|
+
cbsrmv: _cython_3_2_5.cython_function_or_method
|
|
26
|
+
cbsrsm2_analysis: _cython_3_2_5.cython_function_or_method
|
|
27
|
+
cbsrsm2_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
28
|
+
cbsrsm2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
29
|
+
cbsrsm2_solve: _cython_3_2_5.cython_function_or_method
|
|
30
|
+
cbsrsv2_analysis: _cython_3_2_5.cython_function_or_method
|
|
31
|
+
cbsrsv2_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
32
|
+
cbsrsv2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
33
|
+
cbsrsv2_solve: _cython_3_2_5.cython_function_or_method
|
|
34
|
+
cbsrxmv: _cython_3_2_5.cython_function_or_method
|
|
35
|
+
ccsr2bsr: _cython_3_2_5.cython_function_or_method
|
|
36
|
+
ccsr2csr_compress: _cython_3_2_5.cython_function_or_method
|
|
37
|
+
ccsr2csru: _cython_3_2_5.cython_function_or_method
|
|
38
|
+
ccsr2gebsr: _cython_3_2_5.cython_function_or_method
|
|
39
|
+
ccsr2gebsr_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
40
|
+
ccsr2gebsr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
41
|
+
ccsrcolor: _cython_3_2_5.cython_function_or_method
|
|
42
|
+
ccsrgeam2: _cython_3_2_5.cython_function_or_method
|
|
43
|
+
ccsrgeam2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
44
|
+
ccsric02: _cython_3_2_5.cython_function_or_method
|
|
45
|
+
ccsric02_analysis: _cython_3_2_5.cython_function_or_method
|
|
46
|
+
ccsric02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
47
|
+
ccsric02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
48
|
+
ccsrilu02: _cython_3_2_5.cython_function_or_method
|
|
49
|
+
ccsrilu02_analysis: _cython_3_2_5.cython_function_or_method
|
|
50
|
+
ccsrilu02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
51
|
+
ccsrilu02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
52
|
+
ccsrilu02_numeric_boost: _cython_3_2_5.cython_function_or_method
|
|
53
|
+
ccsru2csr: _cython_3_2_5.cython_function_or_method
|
|
54
|
+
ccsru2csr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
55
|
+
cgebsr2csr: _cython_3_2_5.cython_function_or_method
|
|
56
|
+
cgebsr2gebsc: _cython_3_2_5.cython_function_or_method
|
|
57
|
+
cgebsr2gebsc_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
58
|
+
cgebsr2gebsc_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
59
|
+
cgebsr2gebsr: _cython_3_2_5.cython_function_or_method
|
|
60
|
+
cgebsr2gebsr_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
61
|
+
cgebsr2gebsr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
62
|
+
cgemvi: _cython_3_2_5.cython_function_or_method
|
|
63
|
+
cgemvi_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
64
|
+
cgpsv_interleaved_batch: _cython_3_2_5.cython_function_or_method
|
|
65
|
+
cgpsv_interleaved_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
66
|
+
cgtsv2: _cython_3_2_5.cython_function_or_method
|
|
67
|
+
cgtsv2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
68
|
+
cgtsv2_nopivot: _cython_3_2_5.cython_function_or_method
|
|
69
|
+
cgtsv2_nopivot_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
70
|
+
cgtsv2strided_batch: _cython_3_2_5.cython_function_or_method
|
|
71
|
+
cgtsv2strided_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
72
|
+
cgtsv_interleaved_batch: _cython_3_2_5.cython_function_or_method
|
|
73
|
+
cgtsv_interleaved_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
74
|
+
check_status: _cython_3_2_5.cython_function_or_method
|
|
75
|
+
cnnz: _cython_3_2_5.cython_function_or_method
|
|
76
|
+
cnnz_compress: _cython_3_2_5.cython_function_or_method
|
|
77
|
+
const_blocked_ell_get: _cython_3_2_5.cython_function_or_method
|
|
78
|
+
const_coo_get: _cython_3_2_5.cython_function_or_method
|
|
79
|
+
const_csc_get: _cython_3_2_5.cython_function_or_method
|
|
80
|
+
const_csr_get: _cython_3_2_5.cython_function_or_method
|
|
81
|
+
const_dn_mat_get: _cython_3_2_5.cython_function_or_method
|
|
82
|
+
const_dn_mat_get_values: _cython_3_2_5.cython_function_or_method
|
|
83
|
+
const_dn_vec_get: _cython_3_2_5.cython_function_or_method
|
|
84
|
+
const_dn_vec_get_values: _cython_3_2_5.cython_function_or_method
|
|
85
|
+
const_sp_mat_get_values: _cython_3_2_5.cython_function_or_method
|
|
86
|
+
const_sp_vec_get: _cython_3_2_5.cython_function_or_method
|
|
87
|
+
const_sp_vec_get_values: _cython_3_2_5.cython_function_or_method
|
|
88
|
+
coo_get: _cython_3_2_5.cython_function_or_method
|
|
89
|
+
coo_set_pointers: _cython_3_2_5.cython_function_or_method
|
|
90
|
+
coo_set_strided_batch: _cython_3_2_5.cython_function_or_method
|
|
91
|
+
create: _cython_3_2_5.cython_function_or_method
|
|
92
|
+
create_blocked_ell: _cython_3_2_5.cython_function_or_method
|
|
93
|
+
create_bsr: _cython_3_2_5.cython_function_or_method
|
|
94
|
+
create_bsric02_info: _cython_3_2_5.cython_function_or_method
|
|
95
|
+
create_bsrilu02_info: _cython_3_2_5.cython_function_or_method
|
|
96
|
+
create_bsrsm2_info: _cython_3_2_5.cython_function_or_method
|
|
97
|
+
create_bsrsv2_info: _cython_3_2_5.cython_function_or_method
|
|
98
|
+
create_color_info: _cython_3_2_5.cython_function_or_method
|
|
99
|
+
create_const_blocked_ell: _cython_3_2_5.cython_function_or_method
|
|
100
|
+
create_const_bsr: _cython_3_2_5.cython_function_or_method
|
|
101
|
+
create_const_coo: _cython_3_2_5.cython_function_or_method
|
|
102
|
+
create_const_csc: _cython_3_2_5.cython_function_or_method
|
|
103
|
+
create_const_csr: _cython_3_2_5.cython_function_or_method
|
|
104
|
+
create_const_dn_mat: _cython_3_2_5.cython_function_or_method
|
|
105
|
+
create_const_dn_vec: _cython_3_2_5.cython_function_or_method
|
|
106
|
+
create_const_sliced_ell: _cython_3_2_5.cython_function_or_method
|
|
107
|
+
create_const_sp_vec: _cython_3_2_5.cython_function_or_method
|
|
108
|
+
create_coo: _cython_3_2_5.cython_function_or_method
|
|
109
|
+
create_csc: _cython_3_2_5.cython_function_or_method
|
|
110
|
+
create_csr: _cython_3_2_5.cython_function_or_method
|
|
111
|
+
create_csric02_info: _cython_3_2_5.cython_function_or_method
|
|
112
|
+
create_csrilu02_info: _cython_3_2_5.cython_function_or_method
|
|
113
|
+
create_csru2csr_info: _cython_3_2_5.cython_function_or_method
|
|
114
|
+
create_dn_mat: _cython_3_2_5.cython_function_or_method
|
|
115
|
+
create_dn_vec: _cython_3_2_5.cython_function_or_method
|
|
116
|
+
create_identity_permutation: _cython_3_2_5.cython_function_or_method
|
|
117
|
+
create_mat_descr: _cython_3_2_5.cython_function_or_method
|
|
118
|
+
create_prune_info: _cython_3_2_5.cython_function_or_method
|
|
119
|
+
create_sliced_ell: _cython_3_2_5.cython_function_or_method
|
|
120
|
+
create_sp_vec: _cython_3_2_5.cython_function_or_method
|
|
121
|
+
csc_get: _cython_3_2_5.cython_function_or_method
|
|
122
|
+
csc_set_pointers: _cython_3_2_5.cython_function_or_method
|
|
123
|
+
csr2csc_ex2: _cython_3_2_5.cython_function_or_method
|
|
124
|
+
csr2csc_ex2_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
125
|
+
csr_get: _cython_3_2_5.cython_function_or_method
|
|
126
|
+
csr_set_pointers: _cython_3_2_5.cython_function_or_method
|
|
127
|
+
csr_set_strided_batch: _cython_3_2_5.cython_function_or_method
|
|
128
|
+
dbsr2csr: _cython_3_2_5.cython_function_or_method
|
|
129
|
+
dbsric02: _cython_3_2_5.cython_function_or_method
|
|
130
|
+
dbsric02_analysis: _cython_3_2_5.cython_function_or_method
|
|
131
|
+
dbsric02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
132
|
+
dbsric02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
133
|
+
dbsrilu02: _cython_3_2_5.cython_function_or_method
|
|
134
|
+
dbsrilu02_analysis: _cython_3_2_5.cython_function_or_method
|
|
135
|
+
dbsrilu02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
136
|
+
dbsrilu02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
137
|
+
dbsrilu02_numeric_boost: _cython_3_2_5.cython_function_or_method
|
|
138
|
+
dbsrmm: _cython_3_2_5.cython_function_or_method
|
|
139
|
+
dbsrmv: _cython_3_2_5.cython_function_or_method
|
|
140
|
+
dbsrsm2_analysis: _cython_3_2_5.cython_function_or_method
|
|
141
|
+
dbsrsm2_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
142
|
+
dbsrsm2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
143
|
+
dbsrsm2_solve: _cython_3_2_5.cython_function_or_method
|
|
144
|
+
dbsrsv2_analysis: _cython_3_2_5.cython_function_or_method
|
|
145
|
+
dbsrsv2_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
146
|
+
dbsrsv2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
147
|
+
dbsrsv2_solve: _cython_3_2_5.cython_function_or_method
|
|
148
|
+
dbsrxmv: _cython_3_2_5.cython_function_or_method
|
|
149
|
+
dcsr2bsr: _cython_3_2_5.cython_function_or_method
|
|
150
|
+
dcsr2csr_compress: _cython_3_2_5.cython_function_or_method
|
|
151
|
+
dcsr2csru: _cython_3_2_5.cython_function_or_method
|
|
152
|
+
dcsr2gebsr: _cython_3_2_5.cython_function_or_method
|
|
153
|
+
dcsr2gebsr_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
154
|
+
dcsr2gebsr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
155
|
+
dcsrcolor: _cython_3_2_5.cython_function_or_method
|
|
156
|
+
dcsrgeam2: _cython_3_2_5.cython_function_or_method
|
|
157
|
+
dcsrgeam2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
158
|
+
dcsric02: _cython_3_2_5.cython_function_or_method
|
|
159
|
+
dcsric02_analysis: _cython_3_2_5.cython_function_or_method
|
|
160
|
+
dcsric02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
161
|
+
dcsric02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
162
|
+
dcsrilu02: _cython_3_2_5.cython_function_or_method
|
|
163
|
+
dcsrilu02_analysis: _cython_3_2_5.cython_function_or_method
|
|
164
|
+
dcsrilu02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
165
|
+
dcsrilu02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
166
|
+
dcsrilu02_numeric_boost: _cython_3_2_5.cython_function_or_method
|
|
167
|
+
dcsru2csr: _cython_3_2_5.cython_function_or_method
|
|
168
|
+
dcsru2csr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
169
|
+
dense_to_sparse_analysis: _cython_3_2_5.cython_function_or_method
|
|
170
|
+
dense_to_sparse_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
171
|
+
dense_to_sparse_convert: _cython_3_2_5.cython_function_or_method
|
|
172
|
+
destroy: _cython_3_2_5.cython_function_or_method
|
|
173
|
+
destroy_bsric02_info: _cython_3_2_5.cython_function_or_method
|
|
174
|
+
destroy_bsrilu02_info: _cython_3_2_5.cython_function_or_method
|
|
175
|
+
destroy_bsrsm2_info: _cython_3_2_5.cython_function_or_method
|
|
176
|
+
destroy_bsrsv2_info: _cython_3_2_5.cython_function_or_method
|
|
177
|
+
destroy_color_info: _cython_3_2_5.cython_function_or_method
|
|
178
|
+
destroy_csric02_info: _cython_3_2_5.cython_function_or_method
|
|
179
|
+
destroy_csrilu02_info: _cython_3_2_5.cython_function_or_method
|
|
180
|
+
destroy_csru2csr_info: _cython_3_2_5.cython_function_or_method
|
|
181
|
+
destroy_dn_mat: _cython_3_2_5.cython_function_or_method
|
|
182
|
+
destroy_dn_vec: _cython_3_2_5.cython_function_or_method
|
|
183
|
+
destroy_mat_descr: _cython_3_2_5.cython_function_or_method
|
|
184
|
+
destroy_prune_info: _cython_3_2_5.cython_function_or_method
|
|
185
|
+
destroy_sp_mat: _cython_3_2_5.cython_function_or_method
|
|
186
|
+
destroy_sp_vec: _cython_3_2_5.cython_function_or_method
|
|
187
|
+
dgebsr2csr: _cython_3_2_5.cython_function_or_method
|
|
188
|
+
dgebsr2gebsc: _cython_3_2_5.cython_function_or_method
|
|
189
|
+
dgebsr2gebsc_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
190
|
+
dgebsr2gebsc_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
191
|
+
dgebsr2gebsr: _cython_3_2_5.cython_function_or_method
|
|
192
|
+
dgebsr2gebsr_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
193
|
+
dgebsr2gebsr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
194
|
+
dgemvi: _cython_3_2_5.cython_function_or_method
|
|
195
|
+
dgemvi_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
196
|
+
dgpsv_interleaved_batch: _cython_3_2_5.cython_function_or_method
|
|
197
|
+
dgpsv_interleaved_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
198
|
+
dgtsv2: _cython_3_2_5.cython_function_or_method
|
|
199
|
+
dgtsv2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
200
|
+
dgtsv2_nopivot: _cython_3_2_5.cython_function_or_method
|
|
201
|
+
dgtsv2_nopivot_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
202
|
+
dgtsv2strided_batch: _cython_3_2_5.cython_function_or_method
|
|
203
|
+
dgtsv2strided_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
204
|
+
dgtsv_interleaved_batch: _cython_3_2_5.cython_function_or_method
|
|
205
|
+
dgtsv_interleaved_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
206
|
+
dn_mat_get: _cython_3_2_5.cython_function_or_method
|
|
207
|
+
dn_mat_get_strided_batch: _cython_3_2_5.cython_function_or_method
|
|
208
|
+
dn_mat_get_values: _cython_3_2_5.cython_function_or_method
|
|
209
|
+
dn_mat_set_strided_batch: _cython_3_2_5.cython_function_or_method
|
|
210
|
+
dn_mat_set_values: _cython_3_2_5.cython_function_or_method
|
|
211
|
+
dn_vec_get: _cython_3_2_5.cython_function_or_method
|
|
212
|
+
dn_vec_get_values: _cython_3_2_5.cython_function_or_method
|
|
213
|
+
dn_vec_set_values: _cython_3_2_5.cython_function_or_method
|
|
214
|
+
dnnz: _cython_3_2_5.cython_function_or_method
|
|
215
|
+
dnnz_compress: _cython_3_2_5.cython_function_or_method
|
|
216
|
+
dprune_csr2csr: _cython_3_2_5.cython_function_or_method
|
|
217
|
+
dprune_csr2csr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
218
|
+
dprune_csr2csr_by_percentage: _cython_3_2_5.cython_function_or_method
|
|
219
|
+
dprune_csr2csr_by_percentage_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
220
|
+
dprune_csr2csr_nnz: _cython_3_2_5.cython_function_or_method
|
|
221
|
+
dprune_csr2csr_nnz_by_percentage: _cython_3_2_5.cython_function_or_method
|
|
222
|
+
dprune_dense2csr: _cython_3_2_5.cython_function_or_method
|
|
223
|
+
dprune_dense2csr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
224
|
+
dprune_dense2csr_by_percentage: _cython_3_2_5.cython_function_or_method
|
|
225
|
+
dprune_dense2csr_by_percentage_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
226
|
+
dprune_dense2csr_nnz: _cython_3_2_5.cython_function_or_method
|
|
227
|
+
dprune_dense2csr_nnz_by_percentage: _cython_3_2_5.cython_function_or_method
|
|
228
|
+
gather: _cython_3_2_5.cython_function_or_method
|
|
229
|
+
get_color_algs: _cython_3_2_5.cython_function_or_method
|
|
230
|
+
get_error_name: _cython_3_2_5.cython_function_or_method
|
|
231
|
+
get_error_string: _cython_3_2_5.cython_function_or_method
|
|
232
|
+
get_mat_diag_type: _cython_3_2_5.cython_function_or_method
|
|
233
|
+
get_mat_fill_mode: _cython_3_2_5.cython_function_or_method
|
|
234
|
+
get_mat_index_base: _cython_3_2_5.cython_function_or_method
|
|
235
|
+
get_mat_type: _cython_3_2_5.cython_function_or_method
|
|
236
|
+
get_pointer_mode: _cython_3_2_5.cython_function_or_method
|
|
237
|
+
get_property: _cython_3_2_5.cython_function_or_method
|
|
238
|
+
get_sp_mat_attribute_dtype: _cython_3_2_5.cython_function_or_method
|
|
239
|
+
get_stream: _cython_3_2_5.cython_function_or_method
|
|
240
|
+
get_version: _cython_3_2_5.cython_function_or_method
|
|
241
|
+
logger_force_disable: _cython_3_2_5.cython_function_or_method
|
|
242
|
+
logger_open_file: _cython_3_2_5.cython_function_or_method
|
|
243
|
+
logger_set_level: _cython_3_2_5.cython_function_or_method
|
|
244
|
+
logger_set_mask: _cython_3_2_5.cython_function_or_method
|
|
245
|
+
rot: _cython_3_2_5.cython_function_or_method
|
|
246
|
+
sbsr2csr: _cython_3_2_5.cython_function_or_method
|
|
247
|
+
sbsric02: _cython_3_2_5.cython_function_or_method
|
|
248
|
+
sbsric02_analysis: _cython_3_2_5.cython_function_or_method
|
|
249
|
+
sbsric02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
250
|
+
sbsric02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
251
|
+
sbsrilu02: _cython_3_2_5.cython_function_or_method
|
|
252
|
+
sbsrilu02_analysis: _cython_3_2_5.cython_function_or_method
|
|
253
|
+
sbsrilu02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
254
|
+
sbsrilu02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
255
|
+
sbsrilu02_numeric_boost: _cython_3_2_5.cython_function_or_method
|
|
256
|
+
sbsrmm: _cython_3_2_5.cython_function_or_method
|
|
257
|
+
sbsrmv: _cython_3_2_5.cython_function_or_method
|
|
258
|
+
sbsrsm2_analysis: _cython_3_2_5.cython_function_or_method
|
|
259
|
+
sbsrsm2_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
260
|
+
sbsrsm2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
261
|
+
sbsrsm2_solve: _cython_3_2_5.cython_function_or_method
|
|
262
|
+
sbsrsv2_analysis: _cython_3_2_5.cython_function_or_method
|
|
263
|
+
sbsrsv2_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
264
|
+
sbsrsv2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
265
|
+
sbsrsv2_solve: _cython_3_2_5.cython_function_or_method
|
|
266
|
+
sbsrxmv: _cython_3_2_5.cython_function_or_method
|
|
267
|
+
scatter: _cython_3_2_5.cython_function_or_method
|
|
268
|
+
scsr2bsr: _cython_3_2_5.cython_function_or_method
|
|
269
|
+
scsr2csr_compress: _cython_3_2_5.cython_function_or_method
|
|
270
|
+
scsr2csru: _cython_3_2_5.cython_function_or_method
|
|
271
|
+
scsr2gebsr: _cython_3_2_5.cython_function_or_method
|
|
272
|
+
scsr2gebsr_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
273
|
+
scsr2gebsr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
274
|
+
scsrcolor: _cython_3_2_5.cython_function_or_method
|
|
275
|
+
scsrgeam2: _cython_3_2_5.cython_function_or_method
|
|
276
|
+
scsrgeam2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
277
|
+
scsric02: _cython_3_2_5.cython_function_or_method
|
|
278
|
+
scsric02_analysis: _cython_3_2_5.cython_function_or_method
|
|
279
|
+
scsric02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
280
|
+
scsric02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
281
|
+
scsrilu02: _cython_3_2_5.cython_function_or_method
|
|
282
|
+
scsrilu02_analysis: _cython_3_2_5.cython_function_or_method
|
|
283
|
+
scsrilu02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
284
|
+
scsrilu02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
285
|
+
scsrilu02_numeric_boost: _cython_3_2_5.cython_function_or_method
|
|
286
|
+
scsru2csr: _cython_3_2_5.cython_function_or_method
|
|
287
|
+
scsru2csr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
288
|
+
sddmm: _cython_3_2_5.cython_function_or_method
|
|
289
|
+
sddmm_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
290
|
+
sddmm_preprocess: _cython_3_2_5.cython_function_or_method
|
|
291
|
+
set_color_algs: _cython_3_2_5.cython_function_or_method
|
|
292
|
+
set_mat_diag_type: _cython_3_2_5.cython_function_or_method
|
|
293
|
+
set_mat_fill_mode: _cython_3_2_5.cython_function_or_method
|
|
294
|
+
set_mat_index_base: _cython_3_2_5.cython_function_or_method
|
|
295
|
+
set_mat_type: _cython_3_2_5.cython_function_or_method
|
|
296
|
+
set_pointer_mode: _cython_3_2_5.cython_function_or_method
|
|
297
|
+
set_stream: _cython_3_2_5.cython_function_or_method
|
|
298
|
+
sgebsr2csr: _cython_3_2_5.cython_function_or_method
|
|
299
|
+
sgebsr2gebsc: _cython_3_2_5.cython_function_or_method
|
|
300
|
+
sgebsr2gebsc_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
301
|
+
sgebsr2gebsc_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
302
|
+
sgebsr2gebsr: _cython_3_2_5.cython_function_or_method
|
|
303
|
+
sgebsr2gebsr_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
304
|
+
sgebsr2gebsr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
305
|
+
sgemvi: _cython_3_2_5.cython_function_or_method
|
|
306
|
+
sgemvi_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
307
|
+
sgpsv_interleaved_batch: _cython_3_2_5.cython_function_or_method
|
|
308
|
+
sgpsv_interleaved_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
309
|
+
sgtsv2: _cython_3_2_5.cython_function_or_method
|
|
310
|
+
sgtsv2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
311
|
+
sgtsv2_nopivot: _cython_3_2_5.cython_function_or_method
|
|
312
|
+
sgtsv2_nopivot_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
313
|
+
sgtsv2strided_batch: _cython_3_2_5.cython_function_or_method
|
|
314
|
+
sgtsv2strided_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
315
|
+
sgtsv_interleaved_batch: _cython_3_2_5.cython_function_or_method
|
|
316
|
+
sgtsv_interleaved_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
317
|
+
snnz: _cython_3_2_5.cython_function_or_method
|
|
318
|
+
snnz_compress: _cython_3_2_5.cython_function_or_method
|
|
319
|
+
sp_gemm_compute: _cython_3_2_5.cython_function_or_method
|
|
320
|
+
sp_gemm_copy: _cython_3_2_5.cython_function_or_method
|
|
321
|
+
sp_gemm_create_descr: _cython_3_2_5.cython_function_or_method
|
|
322
|
+
sp_gemm_destroy_descr: _cython_3_2_5.cython_function_or_method
|
|
323
|
+
sp_gemm_estimate_memory_buffersize2: _cython_3_2_5.cython_function_or_method
|
|
324
|
+
sp_gemm_estimate_memory_buffersize3: _cython_3_2_5.cython_function_or_method
|
|
325
|
+
sp_gemm_get_num_products: _cython_3_2_5.cython_function_or_method
|
|
326
|
+
sp_gemm_reuse_compute: _cython_3_2_5.cython_function_or_method
|
|
327
|
+
sp_gemm_reuse_copy: _cython_3_2_5.cython_function_or_method
|
|
328
|
+
sp_gemm_reuse_nnz: _cython_3_2_5.cython_function_or_method
|
|
329
|
+
sp_gemm_reuse_work_estimation: _cython_3_2_5.cython_function_or_method
|
|
330
|
+
sp_gemm_work_estimation: _cython_3_2_5.cython_function_or_method
|
|
331
|
+
sp_mat_get_attribute: _cython_3_2_5.cython_function_or_method
|
|
332
|
+
sp_mat_get_format: _cython_3_2_5.cython_function_or_method
|
|
333
|
+
sp_mat_get_index_base: _cython_3_2_5.cython_function_or_method
|
|
334
|
+
sp_mat_get_size: _cython_3_2_5.cython_function_or_method
|
|
335
|
+
sp_mat_get_strided_batch: _cython_3_2_5.cython_function_or_method
|
|
336
|
+
sp_mat_get_values: _cython_3_2_5.cython_function_or_method
|
|
337
|
+
sp_mat_set_attribute: _cython_3_2_5.cython_function_or_method
|
|
338
|
+
sp_mat_set_values: _cython_3_2_5.cython_function_or_method
|
|
339
|
+
sp_mm: _cython_3_2_5.cython_function_or_method
|
|
340
|
+
sp_mm_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
341
|
+
sp_mm_op: _cython_3_2_5.cython_function_or_method
|
|
342
|
+
sp_mm_op_create_plan: _cython_3_2_5.cython_function_or_method
|
|
343
|
+
sp_mm_op_destroy_plan: _cython_3_2_5.cython_function_or_method
|
|
344
|
+
sp_mm_preprocess: _cython_3_2_5.cython_function_or_method
|
|
345
|
+
sp_mv: _cython_3_2_5.cython_function_or_method
|
|
346
|
+
sp_mv_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
347
|
+
sp_mv_op: _cython_3_2_5.cython_function_or_method
|
|
348
|
+
sp_mv_op_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
349
|
+
sp_mv_op_create_descr: _cython_3_2_5.cython_function_or_method
|
|
350
|
+
sp_mv_op_create_plan: _cython_3_2_5.cython_function_or_method
|
|
351
|
+
sp_mv_op_destroy_descr: _cython_3_2_5.cython_function_or_method
|
|
352
|
+
sp_mv_op_destroy_plan: _cython_3_2_5.cython_function_or_method
|
|
353
|
+
sp_mv_op_set_global_user_data: _cython_3_2_5.cython_function_or_method
|
|
354
|
+
sp_mv_preprocess: _cython_3_2_5.cython_function_or_method
|
|
355
|
+
sp_sm_analysis: _cython_3_2_5.cython_function_or_method
|
|
356
|
+
sp_sm_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
357
|
+
sp_sm_create_descr: _cython_3_2_5.cython_function_or_method
|
|
358
|
+
sp_sm_destroy_descr: _cython_3_2_5.cython_function_or_method
|
|
359
|
+
sp_sm_solve: _cython_3_2_5.cython_function_or_method
|
|
360
|
+
sp_sm_update_matrix: _cython_3_2_5.cython_function_or_method
|
|
361
|
+
sp_sv_analysis: _cython_3_2_5.cython_function_or_method
|
|
362
|
+
sp_sv_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
363
|
+
sp_sv_create_descr: _cython_3_2_5.cython_function_or_method
|
|
364
|
+
sp_sv_destroy_descr: _cython_3_2_5.cython_function_or_method
|
|
365
|
+
sp_sv_solve: _cython_3_2_5.cython_function_or_method
|
|
366
|
+
sp_sv_update_matrix: _cython_3_2_5.cython_function_or_method
|
|
367
|
+
sp_vec_get: _cython_3_2_5.cython_function_or_method
|
|
368
|
+
sp_vec_get_index_base: _cython_3_2_5.cython_function_or_method
|
|
369
|
+
sp_vec_get_values: _cython_3_2_5.cython_function_or_method
|
|
370
|
+
sp_vec_set_values: _cython_3_2_5.cython_function_or_method
|
|
371
|
+
sp_vv: _cython_3_2_5.cython_function_or_method
|
|
372
|
+
sp_vv_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
373
|
+
sparse_to_dense: _cython_3_2_5.cython_function_or_method
|
|
374
|
+
sparse_to_dense_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
375
|
+
sprune_csr2csr: _cython_3_2_5.cython_function_or_method
|
|
376
|
+
sprune_csr2csr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
377
|
+
sprune_csr2csr_by_percentage: _cython_3_2_5.cython_function_or_method
|
|
378
|
+
sprune_csr2csr_by_percentage_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
379
|
+
sprune_csr2csr_nnz: _cython_3_2_5.cython_function_or_method
|
|
380
|
+
sprune_csr2csr_nnz_by_percentage: _cython_3_2_5.cython_function_or_method
|
|
381
|
+
sprune_dense2csr: _cython_3_2_5.cython_function_or_method
|
|
382
|
+
sprune_dense2csr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
383
|
+
sprune_dense2csr_by_percentage: _cython_3_2_5.cython_function_or_method
|
|
384
|
+
sprune_dense2csr_by_percentage_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
385
|
+
sprune_dense2csr_nnz: _cython_3_2_5.cython_function_or_method
|
|
386
|
+
sprune_dense2csr_nnz_by_percentage: _cython_3_2_5.cython_function_or_method
|
|
387
|
+
xbsric02_zero_pivot: _cython_3_2_5.cython_function_or_method
|
|
388
|
+
xbsrilu02_zero_pivot: _cython_3_2_5.cython_function_or_method
|
|
389
|
+
xbsrsm2_zero_pivot: _cython_3_2_5.cython_function_or_method
|
|
390
|
+
xbsrsv2_zero_pivot: _cython_3_2_5.cython_function_or_method
|
|
391
|
+
xcoo2csr: _cython_3_2_5.cython_function_or_method
|
|
392
|
+
xcoosort_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
393
|
+
xcoosort_by_column: _cython_3_2_5.cython_function_or_method
|
|
394
|
+
xcoosort_by_row: _cython_3_2_5.cython_function_or_method
|
|
395
|
+
xcscsort: _cython_3_2_5.cython_function_or_method
|
|
396
|
+
xcscsort_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
397
|
+
xcsr2bsr_nnz: _cython_3_2_5.cython_function_or_method
|
|
398
|
+
xcsr2coo: _cython_3_2_5.cython_function_or_method
|
|
399
|
+
xcsr2gebsr_nnz: _cython_3_2_5.cython_function_or_method
|
|
400
|
+
xcsrgeam2nnz: _cython_3_2_5.cython_function_or_method
|
|
401
|
+
xcsric02_zero_pivot: _cython_3_2_5.cython_function_or_method
|
|
402
|
+
xcsrilu02_zero_pivot: _cython_3_2_5.cython_function_or_method
|
|
403
|
+
xcsrsort: _cython_3_2_5.cython_function_or_method
|
|
404
|
+
xcsrsort_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
405
|
+
xgebsr2csr: _cython_3_2_5.cython_function_or_method
|
|
406
|
+
xgebsr2gebsr_nnz: _cython_3_2_5.cython_function_or_method
|
|
407
|
+
zbsr2csr: _cython_3_2_5.cython_function_or_method
|
|
408
|
+
zbsric02: _cython_3_2_5.cython_function_or_method
|
|
409
|
+
zbsric02_analysis: _cython_3_2_5.cython_function_or_method
|
|
410
|
+
zbsric02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
411
|
+
zbsric02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
412
|
+
zbsrilu02: _cython_3_2_5.cython_function_or_method
|
|
413
|
+
zbsrilu02_analysis: _cython_3_2_5.cython_function_or_method
|
|
414
|
+
zbsrilu02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
415
|
+
zbsrilu02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
416
|
+
zbsrilu02_numeric_boost: _cython_3_2_5.cython_function_or_method
|
|
417
|
+
zbsrmm: _cython_3_2_5.cython_function_or_method
|
|
418
|
+
zbsrmv: _cython_3_2_5.cython_function_or_method
|
|
419
|
+
zbsrsm2_analysis: _cython_3_2_5.cython_function_or_method
|
|
420
|
+
zbsrsm2_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
421
|
+
zbsrsm2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
422
|
+
zbsrsm2_solve: _cython_3_2_5.cython_function_or_method
|
|
423
|
+
zbsrsv2_analysis: _cython_3_2_5.cython_function_or_method
|
|
424
|
+
zbsrsv2_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
425
|
+
zbsrsv2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
426
|
+
zbsrsv2_solve: _cython_3_2_5.cython_function_or_method
|
|
427
|
+
zbsrxmv: _cython_3_2_5.cython_function_or_method
|
|
428
|
+
zcsr2bsr: _cython_3_2_5.cython_function_or_method
|
|
429
|
+
zcsr2csr_compress: _cython_3_2_5.cython_function_or_method
|
|
430
|
+
zcsr2csru: _cython_3_2_5.cython_function_or_method
|
|
431
|
+
zcsr2gebsr: _cython_3_2_5.cython_function_or_method
|
|
432
|
+
zcsr2gebsr_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
433
|
+
zcsr2gebsr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
434
|
+
zcsrcolor: _cython_3_2_5.cython_function_or_method
|
|
435
|
+
zcsrgeam2: _cython_3_2_5.cython_function_or_method
|
|
436
|
+
zcsrgeam2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
437
|
+
zcsric02: _cython_3_2_5.cython_function_or_method
|
|
438
|
+
zcsric02_analysis: _cython_3_2_5.cython_function_or_method
|
|
439
|
+
zcsric02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
440
|
+
zcsric02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
441
|
+
zcsrilu02: _cython_3_2_5.cython_function_or_method
|
|
442
|
+
zcsrilu02_analysis: _cython_3_2_5.cython_function_or_method
|
|
443
|
+
zcsrilu02_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
444
|
+
zcsrilu02_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
445
|
+
zcsrilu02_numeric_boost: _cython_3_2_5.cython_function_or_method
|
|
446
|
+
zcsru2csr: _cython_3_2_5.cython_function_or_method
|
|
447
|
+
zcsru2csr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
448
|
+
zgebsr2csr: _cython_3_2_5.cython_function_or_method
|
|
449
|
+
zgebsr2gebsc: _cython_3_2_5.cython_function_or_method
|
|
450
|
+
zgebsr2gebsc_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
451
|
+
zgebsr2gebsc_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
452
|
+
zgebsr2gebsr: _cython_3_2_5.cython_function_or_method
|
|
453
|
+
zgebsr2gebsr_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
454
|
+
zgebsr2gebsr_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
455
|
+
zgemvi: _cython_3_2_5.cython_function_or_method
|
|
456
|
+
zgemvi_buffer_size: _cython_3_2_5.cython_function_or_method
|
|
457
|
+
zgpsv_interleaved_batch: _cython_3_2_5.cython_function_or_method
|
|
458
|
+
zgpsv_interleaved_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
459
|
+
zgtsv2: _cython_3_2_5.cython_function_or_method
|
|
460
|
+
zgtsv2_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
461
|
+
zgtsv2_nopivot: _cython_3_2_5.cython_function_or_method
|
|
462
|
+
zgtsv2_nopivot_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
463
|
+
zgtsv2strided_batch: _cython_3_2_5.cython_function_or_method
|
|
464
|
+
zgtsv2strided_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
465
|
+
zgtsv_interleaved_batch: _cython_3_2_5.cython_function_or_method
|
|
466
|
+
zgtsv_interleaved_batch_buffer_size_ext: _cython_3_2_5.cython_function_or_method
|
|
467
|
+
znnz: _cython_3_2_5.cython_function_or_method
|
|
468
|
+
znnz_compress: _cython_3_2_5.cython_function_or_method
|
|
469
|
+
|
|
470
|
+
class Action(enum.IntEnum):
|
|
471
|
+
"""
|
|
472
|
+
See `cusparseAction_t`.
|
|
473
|
+
"""
|
|
474
|
+
__new__: ClassVar[Callable] = ...
|
|
475
|
+
NUMERIC: ClassVar[Action] = ...
|
|
476
|
+
SYMBOLIC: ClassVar[Action] = ...
|
|
477
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
478
|
+
_hashable_values_: ClassVar[list] = ...
|
|
479
|
+
_member_map_: ClassVar[dict] = ...
|
|
480
|
+
_member_names_: ClassVar[list] = ...
|
|
481
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
482
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
483
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
484
|
+
_use_args_: ClassVar[bool] = ...
|
|
485
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
486
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
487
|
+
"""Convert to a string according to format_spec."""
|
|
488
|
+
|
|
489
|
+
class ColorAlg(enum.IntEnum):
|
|
490
|
+
"""
|
|
491
|
+
See `cusparseColorAlg_t`.
|
|
492
|
+
"""
|
|
493
|
+
__new__: ClassVar[Callable] = ...
|
|
494
|
+
COLOR_ALG0: ClassVar[ColorAlg] = ...
|
|
495
|
+
COLOR_ALG1: ClassVar[ColorAlg] = ...
|
|
496
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
497
|
+
_hashable_values_: ClassVar[list] = ...
|
|
498
|
+
_member_map_: ClassVar[dict] = ...
|
|
499
|
+
_member_names_: ClassVar[list] = ...
|
|
500
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
501
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
502
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
503
|
+
_use_args_: ClassVar[bool] = ...
|
|
504
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
505
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
506
|
+
"""Convert to a string according to format_spec."""
|
|
507
|
+
|
|
508
|
+
class Csr2CscAlg(enum.IntEnum):
|
|
509
|
+
"""
|
|
510
|
+
See `cusparseCsr2CscAlg_t`.
|
|
511
|
+
"""
|
|
512
|
+
__new__: ClassVar[Callable] = ...
|
|
513
|
+
ALG1: ClassVar[Csr2CscAlg] = ...
|
|
514
|
+
DEFAULT: ClassVar[Csr2CscAlg] = ...
|
|
515
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
516
|
+
_hashable_values_: ClassVar[list] = ...
|
|
517
|
+
_member_map_: ClassVar[dict] = ...
|
|
518
|
+
_member_names_: ClassVar[list] = ...
|
|
519
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
520
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
521
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
522
|
+
_use_args_: ClassVar[bool] = ...
|
|
523
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
524
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
525
|
+
"""Convert to a string according to format_spec."""
|
|
526
|
+
|
|
527
|
+
class DenseToSparseAlg(enum.IntEnum):
|
|
528
|
+
"""
|
|
529
|
+
See `cusparseDenseToSparseAlg_t`.
|
|
530
|
+
"""
|
|
531
|
+
__new__: ClassVar[Callable] = ...
|
|
532
|
+
DEFAULT: ClassVar[DenseToSparseAlg] = ...
|
|
533
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
534
|
+
_hashable_values_: ClassVar[list] = ...
|
|
535
|
+
_member_map_: ClassVar[dict] = ...
|
|
536
|
+
_member_names_: ClassVar[list] = ...
|
|
537
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
538
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
539
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
540
|
+
_use_args_: ClassVar[bool] = ...
|
|
541
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
542
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
543
|
+
"""Convert to a string according to format_spec."""
|
|
544
|
+
|
|
545
|
+
class DiagType(enum.IntEnum):
|
|
546
|
+
"""
|
|
547
|
+
See `cusparseDiagType_t`.
|
|
548
|
+
"""
|
|
549
|
+
__new__: ClassVar[Callable] = ...
|
|
550
|
+
NON_UNIT: ClassVar[DiagType] = ...
|
|
551
|
+
UNIT: ClassVar[DiagType] = ...
|
|
552
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
553
|
+
_hashable_values_: ClassVar[list] = ...
|
|
554
|
+
_member_map_: ClassVar[dict] = ...
|
|
555
|
+
_member_names_: ClassVar[list] = ...
|
|
556
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
557
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
558
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
559
|
+
_use_args_: ClassVar[bool] = ...
|
|
560
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
561
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
562
|
+
"""Convert to a string according to format_spec."""
|
|
563
|
+
|
|
564
|
+
class Direction(enum.IntEnum):
|
|
565
|
+
"""
|
|
566
|
+
See `cusparseDirection_t`.
|
|
567
|
+
"""
|
|
568
|
+
__new__: ClassVar[Callable] = ...
|
|
569
|
+
COLUMN: ClassVar[Direction] = ...
|
|
570
|
+
ROW: ClassVar[Direction] = ...
|
|
571
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
572
|
+
_hashable_values_: ClassVar[list] = ...
|
|
573
|
+
_member_map_: ClassVar[dict] = ...
|
|
574
|
+
_member_names_: ClassVar[list] = ...
|
|
575
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
576
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
577
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
578
|
+
_use_args_: ClassVar[bool] = ...
|
|
579
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
580
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
581
|
+
"""Convert to a string according to format_spec."""
|
|
582
|
+
|
|
583
|
+
class FillMode(enum.IntEnum):
|
|
584
|
+
"""
|
|
585
|
+
See `cusparseFillMode_t`.
|
|
586
|
+
"""
|
|
587
|
+
__new__: ClassVar[Callable] = ...
|
|
588
|
+
LOWER: ClassVar[FillMode] = ...
|
|
589
|
+
UPPER: ClassVar[FillMode] = ...
|
|
590
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
591
|
+
_hashable_values_: ClassVar[list] = ...
|
|
592
|
+
_member_map_: ClassVar[dict] = ...
|
|
593
|
+
_member_names_: ClassVar[list] = ...
|
|
594
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
595
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
596
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
597
|
+
_use_args_: ClassVar[bool] = ...
|
|
598
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
599
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
600
|
+
"""Convert to a string according to format_spec."""
|
|
601
|
+
|
|
602
|
+
class Format(enum.IntEnum):
|
|
603
|
+
"""
|
|
604
|
+
See `cusparseFormat_t`.
|
|
605
|
+
"""
|
|
606
|
+
__new__: ClassVar[Callable] = ...
|
|
607
|
+
BLOCKED_ELL: ClassVar[Format] = ...
|
|
608
|
+
BSR: ClassVar[Format] = ...
|
|
609
|
+
COO: ClassVar[Format] = ...
|
|
610
|
+
CSC: ClassVar[Format] = ...
|
|
611
|
+
CSR: ClassVar[Format] = ...
|
|
612
|
+
SLICED_ELLPACK: ClassVar[Format] = ...
|
|
613
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
614
|
+
_hashable_values_: ClassVar[list] = ...
|
|
615
|
+
_member_map_: ClassVar[dict] = ...
|
|
616
|
+
_member_names_: ClassVar[list] = ...
|
|
617
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
618
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
619
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
620
|
+
_use_args_: ClassVar[bool] = ...
|
|
621
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
622
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
623
|
+
"""Convert to a string according to format_spec."""
|
|
624
|
+
|
|
625
|
+
class IndexBase(enum.IntEnum):
|
|
626
|
+
"""
|
|
627
|
+
See `cusparseIndexBase_t`.
|
|
628
|
+
"""
|
|
629
|
+
__new__: ClassVar[Callable] = ...
|
|
630
|
+
ONE: ClassVar[IndexBase] = ...
|
|
631
|
+
ZERO: ClassVar[IndexBase] = ...
|
|
632
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
633
|
+
_hashable_values_: ClassVar[list] = ...
|
|
634
|
+
_member_map_: ClassVar[dict] = ...
|
|
635
|
+
_member_names_: ClassVar[list] = ...
|
|
636
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
637
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
638
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
639
|
+
_use_args_: ClassVar[bool] = ...
|
|
640
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
641
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
642
|
+
"""Convert to a string according to format_spec."""
|
|
643
|
+
|
|
644
|
+
class IndexType(enum.IntEnum):
|
|
645
|
+
"""
|
|
646
|
+
See `cusparseIndexType_t`.
|
|
647
|
+
"""
|
|
648
|
+
__new__: ClassVar[Callable] = ...
|
|
649
|
+
INDEX_16U: ClassVar[IndexType] = ...
|
|
650
|
+
INDEX_32I: ClassVar[IndexType] = ...
|
|
651
|
+
INDEX_64I: ClassVar[IndexType] = ...
|
|
652
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
653
|
+
_hashable_values_: ClassVar[list] = ...
|
|
654
|
+
_member_map_: ClassVar[dict] = ...
|
|
655
|
+
_member_names_: ClassVar[list] = ...
|
|
656
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
657
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
658
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
659
|
+
_use_args_: ClassVar[bool] = ...
|
|
660
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
661
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
662
|
+
"""Convert to a string according to format_spec."""
|
|
663
|
+
|
|
664
|
+
class MatrixType(enum.IntEnum):
|
|
665
|
+
"""
|
|
666
|
+
See `cusparseMatrixType_t`.
|
|
667
|
+
"""
|
|
668
|
+
__new__: ClassVar[Callable] = ...
|
|
669
|
+
GENERAL: ClassVar[MatrixType] = ...
|
|
670
|
+
HERMITIAN: ClassVar[MatrixType] = ...
|
|
671
|
+
SYMMETRIC: ClassVar[MatrixType] = ...
|
|
672
|
+
TRIANGULAR: ClassVar[MatrixType] = ...
|
|
673
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
674
|
+
_hashable_values_: ClassVar[list] = ...
|
|
675
|
+
_member_map_: ClassVar[dict] = ...
|
|
676
|
+
_member_names_: ClassVar[list] = ...
|
|
677
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
678
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
679
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
680
|
+
_use_args_: ClassVar[bool] = ...
|
|
681
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
682
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
683
|
+
"""Convert to a string according to format_spec."""
|
|
684
|
+
|
|
685
|
+
class Operation(enum.IntEnum):
|
|
686
|
+
"""
|
|
687
|
+
See `cusparseOperation_t`.
|
|
688
|
+
"""
|
|
689
|
+
__new__: ClassVar[Callable] = ...
|
|
690
|
+
CONJUGATE_TRANSPOSE: ClassVar[Operation] = ...
|
|
691
|
+
NON_TRANSPOSE: ClassVar[Operation] = ...
|
|
692
|
+
TRANSPOSE: ClassVar[Operation] = ...
|
|
693
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
694
|
+
_hashable_values_: ClassVar[list] = ...
|
|
695
|
+
_member_map_: ClassVar[dict] = ...
|
|
696
|
+
_member_names_: ClassVar[list] = ...
|
|
697
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
698
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
699
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
700
|
+
_use_args_: ClassVar[bool] = ...
|
|
701
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
702
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
703
|
+
"""Convert to a string according to format_spec."""
|
|
704
|
+
|
|
705
|
+
class Order(enum.IntEnum):
|
|
706
|
+
"""
|
|
707
|
+
See `cusparseOrder_t`.
|
|
708
|
+
"""
|
|
709
|
+
__new__: ClassVar[Callable] = ...
|
|
710
|
+
COL: ClassVar[Order] = ...
|
|
711
|
+
ROW: ClassVar[Order] = ...
|
|
712
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
713
|
+
_hashable_values_: ClassVar[list] = ...
|
|
714
|
+
_member_map_: ClassVar[dict] = ...
|
|
715
|
+
_member_names_: ClassVar[list] = ...
|
|
716
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
717
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
718
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
719
|
+
_use_args_: ClassVar[bool] = ...
|
|
720
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
721
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
722
|
+
"""Convert to a string according to format_spec."""
|
|
723
|
+
|
|
724
|
+
class PointerMode(enum.IntEnum):
|
|
725
|
+
"""
|
|
726
|
+
See `cusparsePointerMode_t`.
|
|
727
|
+
"""
|
|
728
|
+
__new__: ClassVar[Callable] = ...
|
|
729
|
+
DEVICE: ClassVar[PointerMode] = ...
|
|
730
|
+
HOST: ClassVar[PointerMode] = ...
|
|
731
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
732
|
+
_hashable_values_: ClassVar[list] = ...
|
|
733
|
+
_member_map_: ClassVar[dict] = ...
|
|
734
|
+
_member_names_: ClassVar[list] = ...
|
|
735
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
736
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
737
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
738
|
+
_use_args_: ClassVar[bool] = ...
|
|
739
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
740
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
741
|
+
"""Convert to a string according to format_spec."""
|
|
742
|
+
|
|
743
|
+
class SDDMMAlg(enum.IntEnum):
|
|
744
|
+
"""
|
|
745
|
+
See `cusparseSDDMMAlg_t`.
|
|
746
|
+
"""
|
|
747
|
+
__new__: ClassVar[Callable] = ...
|
|
748
|
+
DEFAULT: ClassVar[SDDMMAlg] = ...
|
|
749
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
750
|
+
_hashable_values_: ClassVar[list] = ...
|
|
751
|
+
_member_map_: ClassVar[dict] = ...
|
|
752
|
+
_member_names_: ClassVar[list] = ...
|
|
753
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
754
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
755
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
756
|
+
_use_args_: ClassVar[bool] = ...
|
|
757
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
758
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
759
|
+
"""Convert to a string according to format_spec."""
|
|
760
|
+
|
|
761
|
+
class SolvePolicy(enum.IntEnum):
|
|
762
|
+
"""
|
|
763
|
+
See `cusparseSolvePolicy_t`.
|
|
764
|
+
"""
|
|
765
|
+
__new__: ClassVar[Callable] = ...
|
|
766
|
+
NO_LEVEL: ClassVar[SolvePolicy] = ...
|
|
767
|
+
USE_LEVEL: ClassVar[SolvePolicy] = ...
|
|
768
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
769
|
+
_hashable_values_: ClassVar[list] = ...
|
|
770
|
+
_member_map_: ClassVar[dict] = ...
|
|
771
|
+
_member_names_: ClassVar[list] = ...
|
|
772
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
773
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
774
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
775
|
+
_use_args_: ClassVar[bool] = ...
|
|
776
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
777
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
778
|
+
"""Convert to a string according to format_spec."""
|
|
779
|
+
|
|
780
|
+
class SpGEMMAlg(enum.IntEnum):
|
|
781
|
+
"""
|
|
782
|
+
See `cusparseSpGEMMAlg_t`.
|
|
783
|
+
"""
|
|
784
|
+
__new__: ClassVar[Callable] = ...
|
|
785
|
+
ALG1: ClassVar[SpGEMMAlg] = ...
|
|
786
|
+
ALG2: ClassVar[SpGEMMAlg] = ...
|
|
787
|
+
ALG3: ClassVar[SpGEMMAlg] = ...
|
|
788
|
+
CSR_ALG_DETERMINITIC: ClassVar[SpGEMMAlg] = ...
|
|
789
|
+
CSR_ALG_NONDETERMINITIC: ClassVar[SpGEMMAlg] = ...
|
|
790
|
+
DEFAULT: ClassVar[SpGEMMAlg] = ...
|
|
791
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
792
|
+
_hashable_values_: ClassVar[list] = ...
|
|
793
|
+
_member_map_: ClassVar[dict] = ...
|
|
794
|
+
_member_names_: ClassVar[list] = ...
|
|
795
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
796
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
797
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
798
|
+
_use_args_: ClassVar[bool] = ...
|
|
799
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
800
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
801
|
+
"""Convert to a string according to format_spec."""
|
|
802
|
+
|
|
803
|
+
class SpMMAlg(enum.IntEnum):
|
|
804
|
+
"""
|
|
805
|
+
See `cusparseSpMMAlg_t`.
|
|
806
|
+
"""
|
|
807
|
+
__new__: ClassVar[Callable] = ...
|
|
808
|
+
BLOCKED_ELL_ALG1: ClassVar[SpMMAlg] = ...
|
|
809
|
+
BSR_ALG1: ClassVar[SpMMAlg] = ...
|
|
810
|
+
COO_ALG1: ClassVar[SpMMAlg] = ...
|
|
811
|
+
COO_ALG2: ClassVar[SpMMAlg] = ...
|
|
812
|
+
COO_ALG3: ClassVar[SpMMAlg] = ...
|
|
813
|
+
COO_ALG4: ClassVar[SpMMAlg] = ...
|
|
814
|
+
CSR_ALG1: ClassVar[SpMMAlg] = ...
|
|
815
|
+
CSR_ALG2: ClassVar[SpMMAlg] = ...
|
|
816
|
+
CSR_ALG3: ClassVar[SpMMAlg] = ...
|
|
817
|
+
DEFAULT: ClassVar[SpMMAlg] = ...
|
|
818
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
819
|
+
_hashable_values_: ClassVar[list] = ...
|
|
820
|
+
_member_map_: ClassVar[dict] = ...
|
|
821
|
+
_member_names_: ClassVar[list] = ...
|
|
822
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
823
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
824
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
825
|
+
_use_args_: ClassVar[bool] = ...
|
|
826
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
827
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
828
|
+
"""Convert to a string according to format_spec."""
|
|
829
|
+
|
|
830
|
+
class SpMMOpAlg(enum.IntEnum):
|
|
831
|
+
"""
|
|
832
|
+
See `cusparseSpMMOpAlg_t`.
|
|
833
|
+
"""
|
|
834
|
+
__new__: ClassVar[Callable] = ...
|
|
835
|
+
DEFAULT: ClassVar[SpMMOpAlg] = ...
|
|
836
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
837
|
+
_hashable_values_: ClassVar[list] = ...
|
|
838
|
+
_member_map_: ClassVar[dict] = ...
|
|
839
|
+
_member_names_: ClassVar[list] = ...
|
|
840
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
841
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
842
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
843
|
+
_use_args_: ClassVar[bool] = ...
|
|
844
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
845
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
846
|
+
"""Convert to a string according to format_spec."""
|
|
847
|
+
|
|
848
|
+
class SpMVAlg(enum.IntEnum):
|
|
849
|
+
"""
|
|
850
|
+
See `cusparseSpMVAlg_t`.
|
|
851
|
+
"""
|
|
852
|
+
__new__: ClassVar[Callable] = ...
|
|
853
|
+
BSR_ALG1: ClassVar[SpMVAlg] = ...
|
|
854
|
+
COO_ALG1: ClassVar[SpMVAlg] = ...
|
|
855
|
+
COO_ALG2: ClassVar[SpMVAlg] = ...
|
|
856
|
+
CSR_ALG1: ClassVar[SpMVAlg] = ...
|
|
857
|
+
CSR_ALG2: ClassVar[SpMVAlg] = ...
|
|
858
|
+
DEFAULT: ClassVar[SpMVAlg] = ...
|
|
859
|
+
SELL_ALG1: ClassVar[SpMVAlg] = ...
|
|
860
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
861
|
+
_hashable_values_: ClassVar[list] = ...
|
|
862
|
+
_member_map_: ClassVar[dict] = ...
|
|
863
|
+
_member_names_: ClassVar[list] = ...
|
|
864
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
865
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
866
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
867
|
+
_use_args_: ClassVar[bool] = ...
|
|
868
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
869
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
870
|
+
"""Convert to a string according to format_spec."""
|
|
871
|
+
|
|
872
|
+
class SpMatAttribute(enum.IntEnum):
|
|
873
|
+
"""
|
|
874
|
+
See `cusparseSpMatAttribute_t`.
|
|
875
|
+
"""
|
|
876
|
+
__new__: ClassVar[Callable] = ...
|
|
877
|
+
DIAG_TYPE: ClassVar[SpMatAttribute] = ...
|
|
878
|
+
FILL_MODE: ClassVar[SpMatAttribute] = ...
|
|
879
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
880
|
+
_hashable_values_: ClassVar[list] = ...
|
|
881
|
+
_member_map_: ClassVar[dict] = ...
|
|
882
|
+
_member_names_: ClassVar[list] = ...
|
|
883
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
884
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
885
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
886
|
+
_use_args_: ClassVar[bool] = ...
|
|
887
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
888
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
889
|
+
"""Convert to a string according to format_spec."""
|
|
890
|
+
|
|
891
|
+
class SpSMAlg(enum.IntEnum):
|
|
892
|
+
"""
|
|
893
|
+
See `cusparseSpSMAlg_t`.
|
|
894
|
+
"""
|
|
895
|
+
__new__: ClassVar[Callable] = ...
|
|
896
|
+
DEFAULT: ClassVar[SpSMAlg] = ...
|
|
897
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
898
|
+
_hashable_values_: ClassVar[list] = ...
|
|
899
|
+
_member_map_: ClassVar[dict] = ...
|
|
900
|
+
_member_names_: ClassVar[list] = ...
|
|
901
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
902
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
903
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
904
|
+
_use_args_: ClassVar[bool] = ...
|
|
905
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
906
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
907
|
+
"""Convert to a string according to format_spec."""
|
|
908
|
+
|
|
909
|
+
class SpSMUpdate(enum.IntEnum):
|
|
910
|
+
"""
|
|
911
|
+
See `cusparseSpSMUpdate_t`.
|
|
912
|
+
"""
|
|
913
|
+
__new__: ClassVar[Callable] = ...
|
|
914
|
+
UPDATE_DIAGONAL: ClassVar[SpSMUpdate] = ...
|
|
915
|
+
UPDATE_GENERAL: ClassVar[SpSMUpdate] = ...
|
|
916
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
917
|
+
_hashable_values_: ClassVar[list] = ...
|
|
918
|
+
_member_map_: ClassVar[dict] = ...
|
|
919
|
+
_member_names_: ClassVar[list] = ...
|
|
920
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
921
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
922
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
923
|
+
_use_args_: ClassVar[bool] = ...
|
|
924
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
925
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
926
|
+
"""Convert to a string according to format_spec."""
|
|
927
|
+
|
|
928
|
+
class SpSVAlg(enum.IntEnum):
|
|
929
|
+
"""
|
|
930
|
+
See `cusparseSpSVAlg_t`.
|
|
931
|
+
"""
|
|
932
|
+
__new__: ClassVar[Callable] = ...
|
|
933
|
+
DEFAULT: ClassVar[SpSVAlg] = ...
|
|
934
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
935
|
+
_hashable_values_: ClassVar[list] = ...
|
|
936
|
+
_member_map_: ClassVar[dict] = ...
|
|
937
|
+
_member_names_: ClassVar[list] = ...
|
|
938
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
939
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
940
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
941
|
+
_use_args_: ClassVar[bool] = ...
|
|
942
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
943
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
944
|
+
"""Convert to a string according to format_spec."""
|
|
945
|
+
|
|
946
|
+
class SpSVUpdate(enum.IntEnum):
|
|
947
|
+
"""
|
|
948
|
+
See `cusparseSpSVUpdate_t`.
|
|
949
|
+
"""
|
|
950
|
+
__new__: ClassVar[Callable] = ...
|
|
951
|
+
DIAGONAL: ClassVar[SpSVUpdate] = ...
|
|
952
|
+
GENERAL: ClassVar[SpSVUpdate] = ...
|
|
953
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
954
|
+
_hashable_values_: ClassVar[list] = ...
|
|
955
|
+
_member_map_: ClassVar[dict] = ...
|
|
956
|
+
_member_names_: ClassVar[list] = ...
|
|
957
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
958
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
959
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
960
|
+
_use_args_: ClassVar[bool] = ...
|
|
961
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
962
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
963
|
+
"""Convert to a string according to format_spec."""
|
|
964
|
+
|
|
965
|
+
class SparseToDenseAlg(enum.IntEnum):
|
|
966
|
+
"""
|
|
967
|
+
See `cusparseSparseToDenseAlg_t`.
|
|
968
|
+
"""
|
|
969
|
+
__new__: ClassVar[Callable] = ...
|
|
970
|
+
DEFAULT: ClassVar[SparseToDenseAlg] = ...
|
|
971
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
972
|
+
_hashable_values_: ClassVar[list] = ...
|
|
973
|
+
_member_map_: ClassVar[dict] = ...
|
|
974
|
+
_member_names_: ClassVar[list] = ...
|
|
975
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
976
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
977
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
978
|
+
_use_args_: ClassVar[bool] = ...
|
|
979
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
980
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
981
|
+
"""Convert to a string according to format_spec."""
|
|
982
|
+
|
|
983
|
+
class Status(enum.IntEnum):
|
|
984
|
+
"""
|
|
985
|
+
See `cusparseStatus_t`.
|
|
986
|
+
"""
|
|
987
|
+
__new__: ClassVar[Callable] = ...
|
|
988
|
+
ALLOC_FAILED: ClassVar[Status] = ...
|
|
989
|
+
ARCH_MISMATCH: ClassVar[Status] = ...
|
|
990
|
+
EXECUTION_FAILED: ClassVar[Status] = ...
|
|
991
|
+
INSUFFICIENT_RESOURCES: ClassVar[Status] = ...
|
|
992
|
+
INTERNAL_ERROR: ClassVar[Status] = ...
|
|
993
|
+
INVALID_VALUE: ClassVar[Status] = ...
|
|
994
|
+
MAPPING_ERROR: ClassVar[Status] = ...
|
|
995
|
+
MATRIX_TYPE_NOT_SUPPORTED: ClassVar[Status] = ...
|
|
996
|
+
NOT_INITIALIZED: ClassVar[Status] = ...
|
|
997
|
+
NOT_SUPPORTED: ClassVar[Status] = ...
|
|
998
|
+
SUCCESS: ClassVar[Status] = ...
|
|
999
|
+
ZERO_PIVOT: ClassVar[Status] = ...
|
|
1000
|
+
_generate_next_value_: ClassVar[Callable] = ...
|
|
1001
|
+
_hashable_values_: ClassVar[list] = ...
|
|
1002
|
+
_member_map_: ClassVar[dict] = ...
|
|
1003
|
+
_member_names_: ClassVar[list] = ...
|
|
1004
|
+
_member_type_: ClassVar[type[int]] = ...
|
|
1005
|
+
_unhashable_values_: ClassVar[list] = ...
|
|
1006
|
+
_unhashable_values_map_: ClassVar[dict] = ...
|
|
1007
|
+
_use_args_: ClassVar[bool] = ...
|
|
1008
|
+
_value2member_map_: ClassVar[dict] = ...
|
|
1009
|
+
def __format__(self, *args, **kwargs) -> str:
|
|
1010
|
+
"""Convert to a string according to format_spec."""
|
|
1011
|
+
|
|
1012
|
+
class cuSPARSEError(Exception):
|
|
1013
|
+
"""cuSPARSEError(status)"""
|
|
1014
|
+
def __init__(self, status) -> Any:
|
|
1015
|
+
"""Initialize self. See help(type(self)) for accurate signature."""
|
|
1016
|
+
def __reduce__(self) -> Any:
|
|
1017
|
+
"""cuSPARSEError.__reduce__(self)"""
|