* @brief Test, if the array is a complex array * * Returns true if the array represents complex instances (that is, with magnification and * arbitrary rotation angles). */
| 2276 | * arbitrary rotation angles). |
| 2277 | */ |
| 2278 | bool is_complex () const |
| 2279 | { |
| 2280 | return mp_base && mp_base->is_complex (); |
| 2281 | } |
| 2282 | |
| 2283 | /** |
| 2284 | * @brief Return the type code |
no outgoing calls