Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1TMatrix.html
Дата изменения: Fri Jul 11 10:32:09 2008 Дата индексирования: Tue Oct 2 13:04:53 2012 Кодировка: Поисковые слова: europa |
#include <tmatrix.hxx>
Public Member Functions | |
TMatrix (unsigned M) | |
~TMatrix () | |
double & | operator() (unsigned i, unsigned j) |
void | Zero (void) |
Dust::TMatrix::~TMatrix | ( | ) |
The destructor ensures automatic deletion of the data structure
References dust_tmatrix::data.
double & Dust::TMatrix::operator() | ( | unsigned | i, | |
unsigned | j | |||
) |
Using matrix like convention: i designates row , j designates column and elements are numbered i*M+j
References dust_tmatrix::data, and dust_tmatrix::M.
void Dust::TMatrix::Zero | ( | void | ) |
Zero all elements of the matrix
References dust_tmatrix::data, and dust_tmatrix::M.