![]() |
My Project
UNKNOWN_GIT_VERSION
|
#include <int64vec.h>
Public Member Functions | |
int64vec (int l=1) | |
int64vec (int r, int c, int64 init) | |
int64vec (int64vec *iv) | |
int64vec (intvec *iv) | |
int64 & | operator[] (int i) |
const int64 & | operator[] (int i) const |
void | operator*= (int64 intop) |
void | operator/= (int64 intop) |
int | compare (const int64vec *o) const |
int | length () const |
int | cols () const |
int | rows () const |
void | show (int mat=0, int spaces=0) |
char * | String (int dim=2) |
char * | iv64String (int not_mat=1, int mat=0, int spaces=0, int dim=2) |
int64 * | iv64GetVec () |
~int64vec () | |
void | iv64TEST () |
![]() | |
void * | operator new (size_t size) throw (std::bad_alloc) |
void | operator delete (void *block) throw () |
void * | operator new[] (size_t size) throw (std::bad_alloc) |
void | operator delete[] (void *block) throw () |
void * | operator new (size_t size, const std::nothrow_t &) throw () |
void * | operator new[] (size_t size, const std::nothrow_t &) throw () |
Private Attributes | |
int64 * | v |
int | row |
int | col |
Definition at line 17 of file int64vec.h.
|
inline |
Definition at line 28 of file int64vec.h.
int64vec::int64vec | ( | int | r, |
int | c, | ||
int64 | init | ||
) |
Definition at line 42 of file int64vec.cc.
int64vec::int64vec | ( | int64vec * | iv | ) |
Definition at line 20 of file int64vec.cc.
int64vec::int64vec | ( | intvec * | iv | ) |
Definition at line 31 of file int64vec.cc.
|
inline |
Definition at line 68 of file int64vec.h.
|
inline |
Definition at line 62 of file int64vec.h.
Definition at line 139 of file int64vec.cc.
|
inline |
Definition at line 67 of file int64vec.h.
char * int64vec::iv64String | ( | int | not_mat = 1 , |
int | mat = 0 , |
||
int | spaces = 0 , |
||
int | dim = 2 |
||
) |
Definition at line 57 of file int64vec.cc.
|
inline |
Definition at line 76 of file int64vec.h.
|
inline |
Definition at line 61 of file int64vec.h.
void int64vec::operator*= | ( | int64 | intop | ) |
Definition at line 120 of file int64vec.cc.
void int64vec::operator/= | ( | int64 | intop | ) |
Definition at line 125 of file int64vec.cc.
|
inline |
Definition at line 37 of file int64vec.h.
Definition at line 47 of file int64vec.h.
|
inline |
Definition at line 63 of file int64vec.h.
void int64vec::show | ( | int | mat = 0 , |
int | spaces = 0 |
||
) |
Definition at line 105 of file int64vec.cc.
char * int64vec::String | ( | int | dim = 2 | ) |
Definition at line 100 of file int64vec.cc.
|
private |
Definition at line 25 of file int64vec.h.
|
private |
Definition at line 24 of file int64vec.h.
|
private |
Definition at line 23 of file int64vec.h.