Skip to content

ambaker1/ndlist

Repository files navigation

N-Dimensional Lists (ndlist)

A pure Tcl implementation of arbitrary rank tensors.

Full documentation here.

Installation

This package is a Tin package. Tin makes installing Tcl packages easy, and is available here.

After installing Tin, simply run the following Tcl code to install the most recent version of "ndlist":

package require tin
tin add -auto ndlist https://github.com/ambaker1/ndlist install.tcl
tin install ndlist