Skip to content

C code: how to handle *double as a matrix t[] []

3 messages · Brian Ripley, Art Salwin, Peter Dalgaard

#
Another similar idea is to use the Numerical Recipes support functions
as in e.g. package nnet (part of the VR bundle).
#
As soon as I sent my previous query on adding tables
"below" one another into a larger table, the answer struck
me:

transpose the individual tables
concatenate
adjust the dimensions of the resulting table
transpose

Sorry to have bothered the mailing list.
#
Art Salwin <salwin at mitretek.org> writes:
rbind() would be easier, though...