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

Go to the source code of this file.

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 

Functions

bool Eigen::getMarketHeader (const std::string &filename, int &sym, bool &iscomplex, bool &isvector)
 
template<typename Scalar , typename IndexType >
bool Eigen::internal::GetMarketLine (std::stringstream &line, IndexType &M, IndexType &N, IndexType &i, IndexType &j, Scalar &value)
 
template<typename Scalar , typename IndexType >
bool Eigen::internal::GetMarketLine (std::stringstream &line, IndexType &M, IndexType &N, IndexType &i, IndexType &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)
 


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:32