User Tools

Site Tools


jvs:cigal:manual:chapter3:matrix

CIGAL Reference Manual, Chapter 3 (Functions): matrix

Matrix -- Allocate memory for a matrix or image variable

usage: matrix_varb = matrix(xdim,ydim)

MATRIX is used to allocate memory space to a matrix variable that was not allocated space when originally declared. You can also use MATRIX to change the dimensions (and allocate new memory space) for such a matrix variable. You cannot use MATRIX, however, to set or change the memory allocated to a variable if the dimensions of the variable were specified during its initial declaration.

See Also:
ARRAY(3), DECLARE(2), MEMORY(1), SOLID(3), VARIABLES(1)

CIGAL Home, CIGAL Manual, Functions List, Manual Help

jvs/cigal/manual/chapter3/matrix.txt · Last modified: 2023/02/23 18:43 (external edit)