next up previous
Next: r = load(name) Up: MATC Internal Functions Previous: fclose(fp)

save(name, a[,ascii_flag] )

Save matrix a in file with name given as first parameter. If ascii_flag is given and is not zero the file will be in ascii format, otherwise matrix is saved in double precision binary format. In either case the first line of the file contains four digits (in ascii)

ascii_flag 0 NROW(matrix) NCOL(matrix).

SEE ALSO: load.



Juha Ruokolainen
Fri Feb 14 15:59:30 EET 1997