Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SDIFMatrixData - Set data


Functions

void Set (int i, int j, const double &value)
void Set (int i, int j, const float &value)
void Set (int i, int j, const int &value)

Function Documentation

template<class T>
void Easdif::SDIFMatrixData< T >::Set int    i,
int    j,
const double &    value
[inline, virtual, inherited]
 

set a value in the matrix using double input type

Parameters:
i 
j 
value 

Implements Easdif::SDIFMatrixDataInterface.

template<class T>
void Easdif::SDIFMatrixData< T >::Set int    i,
int    j,
const float &    value
[inline, virtual, inherited]
 

set a value in the matrix using float input type

Parameters:
i 
j 
value 

Implements Easdif::SDIFMatrixDataInterface.

template<class T>
void Easdif::SDIFMatrixData< T >::Set int    i,
int    j,
const int &    value
[inline, virtual, inherited]
 

set a value in the matrix using int input type

Parameters:
i 
j 
value 

Implements Easdif::SDIFMatrixDataInterface.


Generated on Mon Feb 2 19:27:12 2004 for Easdif by doxygen1.2.16