\returns whether \c *this is in compressed form. */
| 105 | |
| 106 | /** \returns whether \c *this is in compressed form. */ |
| 107 | inline bool isCompressed() const { return innerNonZeroPtr()==0; } |
| 108 | |
| 109 | /** \returns a read-only view of the stored coefficients as a 1D array expression. |
| 110 | * |
no outgoing calls
no test coverage detected