#include "MathIO.hpp"
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | kn |
Functions | |
bool | kn::skipEmptyLines (std::ifstream &dataFile) |
bool | kn::skipComments (std::ifstream &dataFile) |
bool | kn::readSize (std::ifstream &dataFile, const std::string &keyword, double &value) |
bool | kn::readMatrixHeader (std::ifstream &matrixFile, unsigned int &row, unsigned int &column) |