Function:MatMul
From CUVI Wiki
Function
|
Parameters
| Name | Type | Description |
|---|---|---|
| A | CuviImage& | First Input Image |
| B | CuviImage& | Second Input Image |
| C | CuviImage& | Resultant Image |
| stream | CuviStream& | GPU stream ID for execution |
Image Type Support
| Input 1 | Input 2 | Output |
|---|---|---|
| 32f single channel | 32f single channel | 32f single channel |
Example
|