#include <int64vec.h>
Definition at line 19 of file int64vec.h.
◆ int64vec() [1/4]
int64vec::int64vec |
( |
int |
l = 1 | ) |
|
|
inline |
◆ int64vec() [2/4]
int64vec::int64vec |
( |
int |
r, |
|
|
int |
c, |
|
|
int64 |
init |
|
) |
| |
◆ int64vec() [3/4]
◆ int64vec() [4/4]
int64vec::int64vec |
( |
intvec * |
iv | ) |
|
◆ ~int64vec()
◆ cols()
int int64vec::cols |
( |
| ) |
const |
|
inline |
◆ compare()
Definition at line 137 of file int64vec.cc.
140 if ((
col!=1) ||(op->cols()!=1))
143 || (
row!=op->rows()))
162 for (;
i<op->rows();
i++)
◆ iv64GetVec()
int64* int64vec::iv64GetVec |
( |
| ) |
|
|
inline |
◆ iv64String()
char * int64vec::iv64String |
( |
int |
not_mat = 1 , |
|
|
int |
mat = 0 , |
|
|
int |
spaces = 0 , |
|
|
int |
dim = 2 |
|
) |
| |
◆ iv64TEST()
void int64vec::iv64TEST |
( |
| ) |
|
|
inline |
◆ length()
int int64vec::length |
( |
| ) |
const |
|
inline |
◆ operator*=()
void int64vec::operator*= |
( |
int64 |
intop | ) |
|
◆ operator/=()
void int64vec::operator/= |
( |
int64 |
intop | ) |
|
Definition at line 123 of file int64vec.cc.
126 if (intop == 0)
return;
◆ operator[]() [1/2]
int64& int64vec::operator[] |
( |
int |
i | ) |
|
|
inline |
◆ operator[]() [2/2]
◆ rows()
int int64vec::rows |
( |
| ) |
const |
|
inline |
◆ show()
void int64vec::show |
( |
int |
mat = 0 , |
|
|
int |
spaces = 0 |
|
) |
| |
◆ String()
char * int64vec::String |
( |
int |
dim = 2 | ) |
|
◆ col
◆ row
The documentation for this class was generated from the following files: