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. | |
|
|
Return Transp given a bool.
Definition at line 79 of file BLAS_Cpp_Types.hpp. |
|
|
Returns true if _trans == trans.
Definition at line 84 of file BLAS_Cpp_Types.hpp. |
|
|
Return the opposite of the transpose argument.
Definition at line 89 of file BLAS_Cpp_Types.hpp. |
|
|
Return the opposite of the transpose argument.
Definition at line 93 of file BLAS_Cpp_Types.hpp. |
|
||||||||||||
|
Return the transpose of the transpose argument.
Definition at line 97 of file BLAS_Cpp_Types.hpp. |
|
|
Give a string name to Transp value.
Definition at line 101 of file BLAS_Cpp_Types.hpp. |
|
||||||||||||||||
|
Return rows of a possible transposed matrix.
Definition at line 107 of file BLAS_Cpp_Types.hpp. |
|
||||||||||||||||
|
Return columns of a possible transposed matrix.
Definition at line 114 of file BLAS_Cpp_Types.hpp. |
1.3.9.1