|
| integer, parameter, public | cuda_oct_m::cublas_diag_non_unit = 0 |
| |
| integer, parameter, public | cuda_oct_m::cublas_diag_unit = 1 |
| |
| integer, parameter, public | cuda_oct_m::cublas_op_n = 0 |
| |
| integer, parameter, public | cuda_oct_m::cublas_op_t = 1 |
| |
| integer, parameter, public | cuda_oct_m::cublas_op_c = 2 |
| |
| integer, parameter, public | cuda_oct_m::cublas_fill_mode_lower = 0 |
| |
| integer, parameter, public | cuda_oct_m::cublas_fill_mode_upper = 1 |
| |
| integer, parameter, public | cuda_oct_m::cublas_side_left = 0 |
| |
| integer, parameter, public | cuda_oct_m::cublas_side_right = 1 |
| |