Prev Up Next
Go backward to 8.1 Display Functions
Go up to 8 Extensions to the Tcl/Tk language in this program.
Go forward to 8.3 ef_array

8.2 ef_vector

Implements a vector type in Tcl . This type is typically only used where a vector would be too large to be handled efficiently by the Tcl array type, or if some special processing (eg FFT) is required.
Laplacian Optics Inc.     Email:   laplace@laplacian.com

Prev Up Next