Rで疎行列を扱う

自分用メモ。

library(Matrix)
setwd("/Users/syou6162/Downloads/data")
x <- readMM("k1b.mtx")
x[1, 1:10]
x <- as(x, "CsparseMatrix")