Indicates whether or not this vector is optimized for sparce computation, meaning that most values in the vector are zero - and considered implicit. Only non-zero values are stored. @return true if the vector is sparce, false otherwise.
()
| 617 | * @return <tt>true</tt> if the vector is sparce, <tt>false</tt> otherwise. |
| 618 | */ |
| 619 | abstract public boolean isSparse(); |
| 620 | |
| 621 | /** |
| 622 | * Copies the values of this Vector into another vector |
no outgoing calls