Read the header of a named sparse matrix in MatrixMarket text format
Source:R/named_MM.R
read_named_MM_header.Rd
Read the header of a named sparse matrix in MatrixMarket text format
Value
A list with the following fields:
rownames: a character vector with the matrix row names
colnames: a character vector with the matrix column names
rows: the number of matrix rows
columns: the number of matrix columns
values: the number of values in the matrix
header_length: the number of lines in the header