read_named_MM_header {ReDaMoR}R Documentation

Read the header of a named sparse matrix in MatrixMarket text format

Description

Read the header of a named sparse matrix in MatrixMarket text format

Usage

read_named_MM_header(file, guess_max = 20)

Arguments

file

the file to read

guess_max

the number of lines to read to find the header. (4 should be sufficient. Default: 20)

Value

A list with the following fields:


[Package ReDaMoR version 0.7.6 Index]