#include <LinAlg.h>
Collaboration diagram for linalg::IRange:
Public Types | |
enum | { INF = MAXINT } |
Public Member Functions | |
IRange (const int _lwb, const int _upb) | |
bool | q_empty (void) const |
bool | q_proper (void) const |
int | no_less_than (const int strict_lwb) const |
int | no_more_than (const int strict_upb) const |
Static Public Member Functions | |
IRange | from (const int lwb) |
IRange | through (const int upb) |
Public Attributes | |
const int | lwb |
const int | upb |
Friends | |
ostream & | operator<< (ostream &os, const IRange range) |
|
|
|
|
|
Definition at line 171 of file LinAlg.h. Referenced by linalg::SVD::left_householder(), and linalg::SVD::right_householder(). |
|
Definition at line 178 of file LinAlg.h. References assert. |
|
Definition at line 181 of file LinAlg.h. References assert. |
|
|
|
|
|
|
|
Definition at line 568 of file matrix1.cpp. |
|
Definition at line 168 of file LinAlg.h. Referenced by linalg::operator<<(), linalg::AREALStrideStreamIn::subrange_first(), and linalg::AREALStreamIn::subrange_first(). |
|
Definition at line 168 of file LinAlg.h. Referenced by linalg::operator<<(), linalg::AREALStrideStreamIn::subrange_last(), and linalg::AREALStreamIn::subrange_last(). |