| 132 | bool ArrayInfo::isComplex() const { return arrayfire::common::isComplex(type); } |
| 133 | |
| 134 | bool ArrayInfo::isReal() const { return arrayfire::common::isReal(type); } |
| 135 | |
| 136 | bool ArrayInfo::isDouble() const { return arrayfire::common::isDouble(type); } |
| 137 |
no test coverage detected