sqrt to CRS matrix elements (C[0:nnz] = sqrt(A[0:nnz]))
More...
sqrt to CRS matrix elements (C[0:nnz] = sqrt(A[0:nnz]))
sqrt to tensor_CRS matrix elements (C[0:nnz] = sqrt(A[0:nnz]))
◆ sqrt() [1/4]
sqrt to CRS matrix elements (C[0:nnz] = sqrt(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
◆ sqrt() [2/4]
◆ sqrt() [3/4]
sqrt to tensor_CRS matrix elements (C[0:nnz] = sqrt(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
◆ sqrt() [4/4]