Version 3 of matrix

Updated 2001-12-14 09:40:43

Documentation can be found at http://tcllib.sourceforge.net/doc/matrix.html .

This module of the tcllib data structures collection provides a matrix structure, i.e. a 2-dimensional table of cells, organized in rows and columns.

People in search of vector operations should look at either the BLT vector functionality or VKIT.


LV Is there any intended, or expected, relationship between tcllib's matrix and Tktable's graphical display of rows and columns?

Also, I recently saw a demo where an application used XML and XSLT to convert data into HTML in a Java client. One of the slick things the particular demo application did was to allow the user to specify via XML and XSLT how they wished to represent the data. The demo showed how they could via XSLT specify that the data be represented via a Java spreadsheet component and, without any specific support in the client (just by manipulating the stylesheet) were able to slide this off the shelf client into the visualization. Having some way to take data and visualize it seems to be particularly useful.

Certainly tcllib's report module can be used for some degree of visualization - but perhaps other forms and crossovers would be useful.


Category Command, package tcllib, module struct - Arts and Crafts of Tcl-Tk Programming