search for: rowsiz

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

Did you mean: rowsi
2004 Nov 18
0
Memory problems...leaky?
...read a post earlier today that suggested that R requires 5-10 times more memory than the input to meaninfully calculate anything... Thanks...Sam bflow <- 2 pie <- 3.141592654 input <- read.table ("xxx.txt", sep="", header=FALSE, na.strings = "-9999") rowsize <- dim(input)[1] colsize <- dim(input)[2] result <- matrix (NA, rowsize, colsize) for (i in 1:rowsize) for (j in 1:colsize) if (is.na (input [i,j]) == FALSE) { probability <- matrix (NA, rowsize, colsize) for (p in 1:rowsize) { or (q in 1:colsize){...
2014 Sep 12
6
NVA3: Small misc mem reclocking fixes
Patch 1 fixes nva3 bailing due to not finding the right ramcfg Patch 2 is a resend rebased on 3.17.0-rc4 for setting the vblank period Patch 3-5 handle writes to per-partition registers, for which NVA3 does not have special broadcast regs available. Patch 6 removes local structs from NVA3 reclocking in favour of the already existing "ram->base." variables, like in NVE0 As always,