Flag which specifies if the matrix A has been reshaped * * @return True if the matrix A has been reshaped */
| 170 | * @return True if the matrix A has been reshaped |
| 171 | */ |
| 172 | bool is_a_reshaped() const |
| 173 | { |
| 174 | return _is_a_reshaped; |
| 175 | }; |
| 176 | /** Flag which specifies if the matrix B has been reshaped |
| 177 | * |
| 178 | * @return True if the matrix B has been reshaped |
no outgoing calls
no test coverage detected