| 
    SparseLibrary
    Version 1.6.0
    
   | 
 
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.  | |
Class responsible for reading in matrix market files and converting them to vector< Triplet > format.
 1.8.7