Read .mtx file.
.mtx
read_mtx(filename, dtype = "float32")
filename
The filename.
dtype
Numpy data type.
## Not run: ad <- read_mtx("matrix.mtx") ## End(Not run)