sparse matrix - e.g., Compressed Sparse Row -> google
Jan Varga wrote:
>
> Scott Collins wrote:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Are the strings constant? or do you have to keep re-assigning them as
> > they change over the life of the table?
>
> The strings are not constant. They can change.
> User can edit arbitrary cell in the outliner.
>
> It should also support these methods:
> appendRow(in unsigned long count, [array, size_is(count)] in cells)
> insertRow(in long row, ... in cells)
>
> updateRow(in long row, ... in cells)
>
> deleteRow(in long row)
>
> I just found that there is DOMString. But it seems that it can't be
> used in arrays. Can it be useful ?
>
> > ______________________________________________________________________
> > Scott Collins http://ScottCollins.net/
> >