Skip to contents

Read .mtx file.

Usage

read_mtx(filename, dtype = "float32")

Arguments

filename

The filename.

dtype

Numpy data type.

Examples

if (FALSE) { # \dontrun{
ad <- read_mtx("matrix.mtx")
} # }