#include <SpParMat.h>
List of all members.
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 SpParMat< IT, NT, DER >::ScalarReadSaveHandler
Definition at line 181 of file SpParMat.h.
Member Function Documentation
template<class IT, class NT, class DER>
| void SpParMat< IT, NT, DER >::ScalarReadSaveHandler::binaryfill |
( |
FILE * |
rFile, |
|
|
IT & |
row, |
|
|
IT & |
col, |
|
|
NT & |
val |
|
) |
| |
|
inline |
template<class IT, class NT, class DER>
| size_t SpParMat< IT, NT, DER >::ScalarReadSaveHandler::entrylength |
( |
| ) |
|
|
inline |
template<class IT, class NT, class DER>
| NT SpParMat< IT, NT, DER >::ScalarReadSaveHandler::getNoNum |
( |
IT |
row, |
|
|
IT |
col |
|
) |
| |
|
inline |
template<class IT, class NT, class DER>
template<typename c , typename t >
| NT SpParMat< IT, NT, DER >::ScalarReadSaveHandler::read |
( |
std::basic_istream< c, t > & |
is, |
|
|
IT |
row, |
|
|
IT |
col |
|
) |
| |
|
inline |
template<class IT, class NT, class DER>
template<typename c , typename t >
| void SpParMat< IT, NT, DER >::ScalarReadSaveHandler::save |
( |
std::basic_ostream< c, t > & |
os, |
|
|
const NT & |
v, |
|
|
IT |
row, |
|
|
IT |
col |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: