Namespaces | Functions
MarketIO.h File Reference
#include <iostream>
Include dependency graph for MarketIO.h:

Go to the source code of this file.

Namespaces

 Eigen
 
 Eigen::internal
 

Functions

bool Eigen::getMarketHeader (const std::string &filename, int &sym, bool &iscomplex, bool &isvector)
 
template<typename Scalar >
bool Eigen::internal::GetMarketLine (std::stringstream &line, Index &M, Index &N, Index &i, Index &j, Scalar &value)
 
template<typename Scalar >
bool Eigen::internal::GetMarketLine (std::stringstream &line, Index &M, Index &N, Index &i, Index &j, std::complex< Scalar > &value)
 
template<typename RealScalar >
void Eigen::internal::GetVectorElt (const std::string &line, RealScalar &val)
 
template<typename RealScalar >
void Eigen::internal::GetVectorElt (const std::string &line, std::complex< RealScalar > &val)
 
template<typename SparseMatrixType >
bool Eigen::loadMarket (SparseMatrixType &mat, const std::string &filename)
 
template<typename VectorType >
bool Eigen::loadMarketVector (VectorType &vec, const std::string &filename)
 
template<typename Scalar >
void Eigen::internal::putMarketHeader (std::string &header, int sym)
 
template<typename Scalar >
void Eigen::internal::PutMatrixElt (Scalar value, int row, int col, std::ofstream &out)
 
template<typename Scalar >
void Eigen::internal::PutMatrixElt (std::complex< Scalar > value, int row, int col, std::ofstream &out)
 
template<typename Scalar >
void Eigen::internal::putVectorElt (Scalar value, std::ofstream &out)
 
template<typename Scalar >
void Eigen::internal::putVectorElt (std::complex< Scalar > value, std::ofstream &out)
 
template<typename SparseMatrixType >
bool Eigen::saveMarket (const SparseMatrixType &mat, const std::string &filename, int sym=0)
 
template<typename VectorType >
bool Eigen::saveMarketVector (const VectorType &vec, const std::string &filename)
 


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:09:50