![]() |
#include <intvec.h>
Public Member Functions | |
| intvec (int l=1) | |
| intvec (int s, int e) | |
| intvec (int r, int c, int init) | |
| intvec (const intvec *iv) | |
| void | resize (int new_length) |
| int | range (int i) const |
| int | range (int i, int j) const |
| int & | operator[] (int i) |
| const int & | operator[] (int i) const |
| void | operator+= (int intop) |
| void | operator-= (int intop) |
| void | operator*= (int intop) |
| void | operator/= (int intop) |
| void | operator%= (int intop) |
| int | compare (const intvec *o) const |
| int | compare (int o) const |
| int | length () const |
| int | cols () const |
| int | rows () const |
| void | length (int l) |
| void | show (int mat=0, int spaces=0) const |
| void | view () const |
| void | makeVector () |
| char * | String (int dim=2) const |
| char * | ivString (int not_mat=1, int spaces=0, int dim=2) const |
| ~intvec () | |
| void | ivTEST () const |
| int | min_in () |
| int * | ivGetVec () |
Private Attributes | |
| int * | v |
| int | row |
| int | col |
| void intvec::resize | ( | int | new_length | ) |
Definition at line 125 of file intvec.cc.
Definition at line 154 of file intvec.cc.
| char * intvec::String | ( | int | dim = 2 | ) | const |
Definition at line 132 of file intvec.cc.