Enum SideMode
The SideMode type indicates whether the dense matrix is on the left or right side in the matrix equation solved by a particular function. Its values correspond to Fortran characters ‘L’ or ‘l’ (left) and ‘R’ or ‘r’ (right) that are often used as parameters to legacy BLAS implementations.
Namespace: ManagedCuda.CudaBlas
Assembly: CudaBlas.dll
Syntax
public enum SideMode
Fields
| Name | Description |
|---|---|
| Left | the matrix is on the left side in the equation |
| Right | the matrix is on the right side in the equation |