#include <LAStreams.h>
Inheritance diagram for linalg::AREALStrideStreamIn:
Public Member Functions | |
bool | eof (void) const |
bool | bof (void) const |
REAL | get (void) |
REAL | peek (void) const |
void | rewind (void) |
AREALMark | tell (void) const |
AREALMark | tell_prev (void) const |
AREALStrideStreamIn & | seek (const AREALMark mark) |
AREALStrideStreamIn & | seek (const int offset, LAS::seek_dir dir=LAS::cur) |
AREALStrideStreamIn & | ignore (const int how_many) |
ostream & | dump (ostream &os) const |
Protected Member Functions | |
AREALStrideStreamIn (const REAL *_beg_ptr, const REAL *_end_ptr, const int _stride) | |
AREALStrideStreamIn (const AREALStrideStreamIn &proto, const IRange range, LAS::seek_dir dir) | |
const REAL & | get_ref (void) |
const REAL & | peek_ref (void) const |
Private Member Functions | |
AREALStrideStreamIn (const AREALStrideStreamIn &) | |
void | operator= (const AREALStrideStreamIn &) |
const REAL * | subrange_first (const IRange range, LAS::seek_dir dir) const |
const REAL * | subrange_last (const IRange range, LAS::seek_dir dir) const |
Private Attributes | |
const REAL * | curr_el_p |
const REAL *const | first_el_p |
const REAL *const | last_el_p |
const int | stride |
|
|
|
Definition at line 361 of file LAStreams.h. References REAL. |
|
Definition at line 373 of file LAStreams.h. References assert. |
|
Definition at line 397 of file LAStreams.h. |
|
|
|
Definition at line 396 of file LAStreams.h. Referenced by linalg::SVD_inv_mult::fill_in(), linalg::operator *=(), and linalg::SVD::right_householder(). |
|
Reimplemented in linalg::AREALStrideStreamOut. Definition at line 401 of file LAStreams.h. References REAL. Referenced by linalg::operator *=(). |
|
Definition at line 383 of file LAStreams.h. References linalg::_error(), and REAL. Referenced by linalg::AREALStrideStreamOut::get(). |
Here is the call graph for this function:
|
Definition at line 443 of file LAStreams.h. |
|
|
|
Reimplemented in linalg::AREALStrideStreamOut. Definition at line 402 of file LAStreams.h. References REAL. |
|
Definition at line 388 of file LAStreams.h. References linalg::_error(), and REAL. Referenced by linalg::AREALStrideStreamOut::peek(). |
Here is the call graph for this function:
|
Definition at line 406 of file LAStreams.h. Referenced by linalg::SVD::left_householder(), and linalg::SVD::right_householder(). |
|
Definition at line 432 of file LAStreams.h. References assert. |
|
Definition at line 420 of file LAStreams.h. References assert. |
|
Definition at line 328 of file LAStreams.h. References linalg::IRange::lwb, max, and REAL. |
|
Definition at line 347 of file LAStreams.h. References min, REAL, and linalg::IRange::upb. |
|
Definition at line 409 of file LAStreams.h. |
|
Definition at line 414 of file LAStreams.h. References linalg::_error(). |
Here is the call graph for this function:
|
Definition at line 318 of file LAStreams.h. |
|
Definition at line 319 of file LAStreams.h. |
|
Definition at line 320 of file LAStreams.h. |
|
Definition at line 321 of file LAStreams.h. |