MoochoPack: Miscellaneous Utilities for MOOCHO  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Functions
Collaboration diagram for Helper functions:

Functions

Transp BLAS_Cpp::bool_to_trans (bool return_trans)
 Return Transp given a bool. More...
 
bool BLAS_Cpp::trans_to_bool (Transp _trans)
 Returns true if _trans == trans. More...
 
Transp BLAS_Cpp::operator! (Transp _trans)
 Return the opposite of the transpose argument. More...
 
Transp BLAS_Cpp::trans_not (Transp _trans)
 Return the opposite of the transpose argument. More...
 
Transp BLAS_Cpp::trans_trans (Transp _trans1, Transp _trans2)
 Return the transpose of the transpose argument. More...
 
const char * BLAS_Cpp::trans_to_string (Transp _trans)
 Give a string name to Transp value. More...
 
size_type BLAS_Cpp::rows (size_type rows, size_type cols, BLAS_Cpp::Transp _trans)
 Return rows of a possible transposed matrix. More...
 
size_type BLAS_Cpp::cols (size_type rows, size_type cols, BLAS_Cpp::Transp _trans)
 Return columns of a possible transposed matrix. More...
 

Detailed Description

Function Documentation

Transp BLAS_Cpp::bool_to_trans ( bool  return_trans)
inline

Return Transp given a bool.

Definition at line 92 of file BLAS_Cpp_Types.hpp.

bool BLAS_Cpp::trans_to_bool ( Transp  _trans)
inline

Returns true if _trans == trans.

Definition at line 97 of file BLAS_Cpp_Types.hpp.

Transp BLAS_Cpp::operator! ( Transp  _trans)
inline

Return the opposite of the transpose argument.

Definition at line 102 of file BLAS_Cpp_Types.hpp.

Transp BLAS_Cpp::trans_not ( Transp  _trans)
inline

Return the opposite of the transpose argument.

Definition at line 106 of file BLAS_Cpp_Types.hpp.

Transp BLAS_Cpp::trans_trans ( Transp  _trans1,
Transp  _trans2 
)
inline

Return the transpose of the transpose argument.

Definition at line 110 of file BLAS_Cpp_Types.hpp.

const char* BLAS_Cpp::trans_to_string ( Transp  _trans)
inline

Give a string name to Transp value.

Definition at line 114 of file BLAS_Cpp_Types.hpp.

size_type BLAS_Cpp::rows ( size_type  rows,
size_type  cols,
BLAS_Cpp::Transp  _trans 
)
inline

Return rows of a possible transposed matrix.

Definition at line 120 of file BLAS_Cpp_Types.hpp.

size_type BLAS_Cpp::cols ( size_type  rows,
size_type  cols,
BLAS_Cpp::Transp  _trans 
)
inline

Return columns of a possible transposed matrix.

Definition at line 127 of file BLAS_Cpp_Types.hpp.