Grocer Function
NAME
printmat - prints a matrix
CALLING SEQUENCE
printmat(mat,out)
PARAMETERS
Input
-
mat = the matrix to print
-
out = the symbolic name of the file where the results are printed
Output
-
nothing: all results are printed on the specified file
DESCRIPTION
Prints a matrix with aligned columns.
EXAMPLE
printmat(mat2print,out)
Example taken from function prtuniv.
AUTHOR
INRIA/Eric Dubois 2002