File:  [Local Repository] / reports / Attic / .Rhistory
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 13 04:53:43 2013 UTC (10 years, 8 months ago) by boris
Branches: MAIN
CVS tags: HEAD
New info

    1: library('bigmemory')
    2: a <- big.matrix(5,5,init=0,backingfile='tmp', backingpath='/tmp')
    3: write.big.matrix(a,filename="tmp.dat")
    4: a <- big.matrix(5,5,init=0,backingfile='tmp', backingpath='/tmp', type='double')
    5: write.big.matrix(a,filename="tmp.dat")
    6: help('write.big.file')
    7: help('write.big.matrix')
    8: quit()
    9: n

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>