| 
    MoochoPack: Miscellaneous Utilities for MOOCHO
    Version of the Day
    
   | 
 
 
 | 
Enumerations | |
| enum | BLAS_Cpp::Side | 
| SIDE.  More... | |
| enum | BLAS_Cpp::Transp { BLAS_Cpp::no_trans, BLAS_Cpp::trans, BLAS_Cpp::conj_trans } | 
| TRANS.  More... | |
| enum | BLAS_Cpp::Uplo | 
| UPLO.  More... | |
| enum | BLAS_Cpp::Diag | 
| DIAG.  More... | |
Functions | |
| Uplo | BLAS_Cpp::operator! (Uplo uplo) | 
| Return the opposite of Uplo argument.  More... | |
| enum BLAS_Cpp::Side | 
SIDE.
Definition at line 68 of file BLAS_Cpp_Types.hpp.
| enum BLAS_Cpp::Transp | 
TRANS.
| Enumerator | |
|---|---|
| no_trans | 
 Not transposed.  | 
| trans | 
 Transposed.  | 
| conj_trans | 
 Conjugate transpose.  | 
Definition at line 73 of file BLAS_Cpp_Types.hpp.
| enum BLAS_Cpp::Uplo | 
UPLO.
Definition at line 79 of file BLAS_Cpp_Types.hpp.
| enum BLAS_Cpp::Diag | 
DIAG.
Definition at line 84 of file BLAS_Cpp_Types.hpp.
      
  | 
  inline | 
Return the opposite of Uplo argument.
Definition at line 81 of file BLAS_Cpp_Types.hpp.
 1.8.6