SparseLibrary  Version 1.6.0
Static Public Member Functions | List of all members
FileToVT Class Reference

Class responsible for reading in matrix market files and converting them to vector< Triplet > format. More...

#include <FileToVT.hpp>

Static Public Member Functions

static std::vector< Triplet
< double > > 
parse (std::string filename)
 Parses a matrix-market input file.
 
static std::vector< Triplet
< double > > 
parse (std::string filename, ULI &m, ULI &n)
 Parses a matrix-market input file.
 
static std::vector< Triplet
< double > > 
parse (std::string filename, ULI &m, ULI &n, unsigned long int &nnz)
 Parses a matrix-market input file.
 

Detailed Description

Class responsible for reading in matrix market files and converting them to vector< Triplet > format.


The documentation for this class was generated from the following files: