#include <LinAlg.h>
Collaboration diagram for linalg::rowcol:
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) |
|
|
|
|
|
Definition at line 563 of file matrix1.cpp. |
|
Definition at line 151 of file LinAlg.h. Referenced by linalg::MatrixDA::operator()(), linalg::ConstMatrixDA::operator()(), linalg::operator<<(), and operator==(). |
|
Definition at line 151 of file LinAlg.h. Referenced by linalg::MatrixDA::operator()(), linalg::ConstMatrixDA::operator()(), linalg::operator<<(), and operator==(). |