search for: temp_matrix

Displaying 2 results from an estimated 2 matches for "temp_matrix".

Did you mean: tdm_matrix
2005 Apr 26
0
R - C programm. calling load() from within C code
...d I've got one (main) problem 1) I've got a stack of big matrixes, so to manage them I' using save() in the preparation process to save workspace (they are about 1000 matrixes and each one occupies 4.2 MB in my hard disk): > for ( i in 1:1000) { ... save(temp, file=paste("temp_matrix",i,"R.sav",sep="")) } Later on, I would need to be able to use something like load(paste("temp_matrix",i,"R.sav",sep="")) to reload the corresponding matrix in each of the loops running within the C code, and to be able to load this matrix...
2005 Apr 26
0
Fwd: R - C programm. calling load() from within C code
...nd I've got one (main) problem 1) I've got a stack of big matrixes, so to manage them I' using save() in the preparation process to save workspace (they are about 1000 matrixes and each one occupies 4.2 MB in my hard disk): > for ( i in 1:1000) { ... save(temp, file=paste("temp_matrix",i,"R.sav",sep="")) } Later on, I would need to be able to use something like load(paste("temp_matrix",i,"R.sav",sep="")) to reload the corresponding matrix in each of the loops running within the C code, and to be able to load this matrix,...