Enum FillMode
The FillMode type indicates which part (lower or upper) of the dense matrix was filled and consequently should be used by the function. Its values correspond to Fortran characters ‘L’ or ‘l’ (lower) and ‘U’ or ‘u’ (upper) that are often used as parameters to legacy BLAS implementations.
Namespace: ManagedCuda.CudaBlas
Assembly: CudaBlas.dll
Syntax
public enum FillMode
Fields
| Name | Description |
|---|---|
| Lower | the lower part of the matrix is filled |
| Upper | the upper part of the matrix is filled |