Collaboration diagram for Helper functions:
|
Functions | |
| Transp | BLAS_Cpp::bool_to_trans (bool return_trans) |
| Return Transp given a bool. | |
| bool | BLAS_Cpp::trans_to_bool (Transp _trans) |
| Returns true if _trans == trans. | |
| Transp | BLAS_Cpp::operator! (Transp _trans) |
| Return the opposite of the transpose argument. | |
| Transp | BLAS_Cpp::trans_not (Transp _trans) |
| Return the opposite of the transpose argument. | |
| Transp | BLAS_Cpp::trans_trans (Transp _trans1, Transp _trans2) |
| Return the transpose of the transpose argument. | |
| const char * | BLAS_Cpp::trans_to_string (Transp _trans) |
| Give a string name to Transp value. | |
| size_type | BLAS_Cpp::rows (size_type rows, size_type cols, BLAS_Cpp::Transp _trans) |
| Return rows of a possible transposed matrix. | |
| size_type | BLAS_Cpp::cols (size_type rows, size_type cols, BLAS_Cpp::Transp _trans) |
| Return columns of a possible transposed matrix. | |
| Transp BLAS_Cpp::bool_to_trans | ( | bool | return_trans | ) | [inline] |
| bool BLAS_Cpp::trans_to_bool | ( | Transp | _trans | ) | [inline] |
| const char* BLAS_Cpp::trans_to_string | ( | Transp | _trans | ) | [inline] |
| size_type BLAS_Cpp::rows | ( | size_type | rows, | |
| size_type | cols, | |||
| BLAS_Cpp::Transp | _trans | |||
| ) | [inline] |
| size_type BLAS_Cpp::cols | ( | size_type | rows, | |
| size_type | cols, | |||
| BLAS_Cpp::Transp | _trans | |||
| ) | [inline] |
1.4.7