#include <LAStreams.h>
Collaboration diagram for linalg::AREALMark:
Public Member Functions | |
AREALMark (void) | |
operator bool (void) const | |
bool | operator! (void) const |
rowcol | get_2dpos (const DimSpec dims) const |
Private Types | |
enum | { invalid_offset = (size_t)(-1) } |
Private Member Functions | |
AREALMark (const size_t _offset) | |
Private Attributes | |
size_t | offset |
Friends | |
class | AREALStreamIn |
class | AREALStreamOut |
class | AREALStrideStreamIn |
class | AREALStrideStreamOut |
class | AREALBlockStreamIn |
class | AREALBlockStreamOut |
ostream & | operator<< (ostream &os, const AREALMark &mark) |
|
Definition at line 65 of file LAStreams.h. |
|
Definition at line 66 of file LAStreams.h. |
|
Definition at line 68 of file LAStreams.h. |
|
Definition at line 71 of file LAStreams.h. References assert, linalg::DimSpec::q_col_lwb(), linalg::DimSpec::q_nrows(), linalg::DimSpec::q_row_lwb(), and res. Referenced by linalg::LABlockStreamOut::get_pos(), linalg::LABlockStreamIn::get_pos(), linalg::LAStrideStreamOut::get_pos(), linalg::LAStrideStreamIn::get_pos(), linalg::LAStreamOut::get_pos(), and linalg::LAStreamIn::get_pos(). |
Here is the call graph for this function:
|
Definition at line 69 of file LAStreams.h. |
|
Definition at line 70 of file LAStreams.h. |
|
Definition at line 62 of file LAStreams.h. |
|
Definition at line 63 of file LAStreams.h. |
|
Definition at line 58 of file LAStreams.h. |
|
Definition at line 59 of file LAStreams.h. |
|
Definition at line 60 of file LAStreams.h. |
|
Definition at line 61 of file LAStreams.h. |
|
Definition at line 556 of file matrix1.cpp. |
|
Definition at line 64 of file LAStreams.h. Referenced by linalg::operator<<(). |