COMBINATORIAL_BLAS  1.6
combblas::SpParMat< IT, NT, DER >::ScalarReadSaveHandler Class Reference

#include <SpParMat.h>

Public Member Functions

NT getNoNum (IT row, IT col)
 
void binaryfill (FILE *rFile, IT &row, IT &col, NT &val)
 
size_t entrylength ()
 
template<typename c , typename t >
NT read (std::basic_istream< c, t > &is, IT row, IT col)
 
template<typename c , typename t >
void save (std::basic_ostream< c, t > &os, const NT &v, IT row, IT col)
 

Detailed Description

template<class IT, class NT, class DER>
class combblas::SpParMat< IT, NT, DER >::ScalarReadSaveHandler

Definition at line 225 of file SpParMat.h.

Member Function Documentation

◆ binaryfill()

template<class IT, class NT, class DER>
void combblas::SpParMat< IT, NT, DER >::ScalarReadSaveHandler::binaryfill ( FILE *  rFile,
IT &  row,
IT &  col,
NT &  val 
)
inline

Definition at line 229 of file SpParMat.h.

◆ entrylength()

template<class IT, class NT, class DER>
size_t combblas::SpParMat< IT, NT, DER >::ScalarReadSaveHandler::entrylength ( )
inline

Definition at line 239 of file SpParMat.h.

◆ getNoNum()

template<class IT, class NT, class DER>
NT combblas::SpParMat< IT, NT, DER >::ScalarReadSaveHandler::getNoNum ( IT  row,
IT  col 
)
inline

Definition at line 228 of file SpParMat.h.

◆ read()

template<class IT, class NT, class DER>
template<typename c , typename t >
NT combblas::SpParMat< IT, NT, DER >::ScalarReadSaveHandler::read ( std::basic_istream< c, t > &  is,
IT  row,
IT  col 
)
inline

Definition at line 242 of file SpParMat.h.

◆ save()

template<class IT, class NT, class DER>
template<typename c , typename t >
void combblas::SpParMat< IT, NT, DER >::ScalarReadSaveHandler::save ( std::basic_ostream< c, t > &  os,
const NT &  v,
IT  row,
IT  col 
)
inline

Definition at line 250 of file SpParMat.h.


The documentation for this class was generated from the following file: