GenRTR Riemannian Optimization Package
GenRTR > tests > mminfo.m

mminfo

PURPOSE ^

SYNOPSIS ^

function [rows, cols, entries, rep, field, symm] = mminfo(filename)

DESCRIPTION ^

  function  [rows, cols, entries, rep, field, symmetry] = mminfo(filename)

      Reads the contents of the Matrix Market file 'filename'
      and extracts size and storage information.

      In the case of coordinate matrices, entries refers to the
      number of coordinate entries stored in the file.  The number
      of non-zero entries in the final matrix cannot be determined
      until the data is read (and symmetrized, if necessary).

      In the case of array matrices, entries is the product
      rows*cols, regardless of whether symmetry was used to
      store the matrix efficiently.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

Generated on Fri 11-Apr-2008 14:52:45 by m2html © 2003