Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

linalg::rowcol Struct Reference

#include <LinAlg.h>

Collaboration diagram for linalg::rowcol:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 rowcol (const int _row, const int _col)
bool operator== (const rowcol another) const

Public Attributes

int row
int col

Friends

ostream & operator<< (ostream &os, const rowcol &rc)

Constructor & Destructor Documentation

linalg::rowcol::rowcol const int  _row,
const int  _col
[inline]
 

Definition at line 152 of file LinAlg.h.


Member Function Documentation

bool linalg::rowcol::operator== const rowcol  another  )  const [inline]
 

Definition at line 153 of file LinAlg.h.

References col, and row.


Friends And Related Function Documentation

ostream& operator<< ostream &  os,
const rowcol rc
[friend]
 

Definition at line 563 of file matrix1.cpp.


Member Data Documentation

int linalg::rowcol::col
 

Definition at line 151 of file LinAlg.h.

Referenced by linalg::MatrixDA::operator()(), linalg::ConstMatrixDA::operator()(), linalg::operator<<(), and operator==().

int linalg::rowcol::row
 

Definition at line 151 of file LinAlg.h.

Referenced by linalg::MatrixDA::operator()(), linalg::ConstMatrixDA::operator()(), linalg::operator<<(), and operator==().


The documentation for this struct was generated from the following file:
Generated on Wed Dec 15 21:22:09 2004 for vuVolume by  doxygen 1.3.9.1