reciprocal to CRS matrix elements (C[0:nnz] = 1 / A[0:nnz])
More...
reciprocal to CRS matrix elements (C[0:nnz] = 1 / A[0:nnz])
reciprocal to tensor_CRS matrix elements (C[0:nnz] = 1 / A[0:nnz])
◆ reciprocal() [1/4]
reciprocal to CRS matrix elements (C[0:nnz] = 1 / A[0:nnz])
- Parameters
-
A | monolish CRS matrix (size M x N) |
C | monolish CRS matrix (size M x N) |
- Note
- # of computation: nnz
- Multi-threading: true
- GPU acceleration: true
- Warning
- A, B, and C must be same non-zero structure
◆ reciprocal() [2/4]
◆ reciprocal() [3/4]
reciprocal to tensor_CRS matrix elements (C[0:nnz] = 1 / A[0:nnz])
- Parameters
-
A | monolish tensor_CRS matrix (size M x N) |
C | monolish tensor_CRS matrix (size M x N) |
- Note
- # of computation: nnz
- Multi-threading: true
- GPU acceleration: true
- Warning
- A, B, and C must be same non-zero structure
◆ reciprocal() [4/4]