Implement the MATRIX command.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 27 Sep 2021 05:35:44 +0000 (22:35 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 9 Dec 2021 04:19:31 +0000 (20:19 -0800)
commitff7ae14592cbdbebc4e4322424db95663ea7e166
tree39b20f70a2e8177af94c7347ea2f0493889f80cf
parent510cc9dd9baf3108ba55cfb7893384517c9930b4
Implement the MATRIX command.
14 files changed:
NEWS
doc/automake.mk
doc/matrices.texi
doc/pspp-figures/matrix-print.sps [new file with mode: 0644]
doc/pspp.texi
doc/utilities.texi
src/data/settings.c
src/data/settings.h
src/language/command.def
src/language/stats/automake.mk
src/language/stats/matrix.c [new file with mode: 0644]
src/language/utilities/set.c
tests/automake.mk
tests/language/stats/matrix.at [new file with mode: 0644]