element by element multiplication scalar alpha and CRS matrix A.
More...
element by element multiplication scalar alpha and CRS matrix A.
element by element multiplication scalar alpha and tensor_CRS matrix A.
◆ mul() [1/4]
element by element multiplication scalar alpha and CRS matrix A.
- Parameters
-
| A | monolish CRS Matrix (size M x N) |
| alpha | scalar value |
| 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
◆ mul() [2/4]
◆ mul() [3/4]
element by element multiplication scalar alpha and tensor_CRS matrix A.
- Parameters
-
| A | monolish tensor_CRS Matrix (size M x N) |
| alpha | scalar value |
| 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
◆ mul() [4/4]