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

Go to the source code of this file.

Namespaces

namespace  Eigen
 

iterative scaling algorithm to equilibrate rows and column norms in matrices


namespace  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, int &M, int &N, int &i, int &j, Scalar &value)
template<typename Scalar >
bool Eigen::internal::GetMarketLine (std::stringstream &line, int &M, int &N, int &i, int &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)


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Thu Aug 27 2015 12:01:35