allocate(uint l, uint p) | matrix< Type > | [private] |
clean() | matrix< Type > | |
conj() | matrix< Type > | |
data | matrix< Type > | [private] |
fftshift(matrix< Type > &A) | matrix< Type > | [friend] |
fliplr() | matrix< Type > | |
flipud() | matrix< Type > | |
getcolumn(uint p) const | matrix< Type > | |
getdata(window w) const | matrix< Type > | |
getrow(uint l) const | matrix< Type > | |
ifftshift(matrix< Type > &A) | matrix< Type > | [friend] |
initialize(uint l, uint p) | matrix< Type > | [private] |
isvector() const | matrix< Type > | |
lines() const | matrix< Type > | |
matrix() | matrix< Type > | |
matrix(uint l, uint p) | matrix< Type > | |
matrix(const matrix< Type > &A) | matrix< Type > | |
matrix(window w, const matrix< Type > &A) | matrix< Type > | |
mypow(Type s) | matrix< Type > | |
myswap(matrix< Type > &A, matrix< Type > &B) | matrix< Type > | [friend] |
ncols | matrix< Type > | [private] |
nrows | matrix< Type > | [private] |
nsize | matrix< Type > | [private] |
operator *=(Type scalar) | matrix< Type > | |
operator *=(const matrix< Type > &A) | matrix< Type > | |
operator *=(const matrix< TypeB > &A) | matrix< Type > | |
operator!=(Type scalar) const | matrix< Type > | |
operator!=(const matrix< Type > &A) const | matrix< Type > | |
operator()(uint l, uint p) const | matrix< Type > | |
operator()(window win) const | matrix< Type > | |
operator()(uint l0, uint lN, uint p0, uint pN) const | matrix< Type > | |
operator+=(Type scalar) | matrix< Type > | |
operator+=(const matrix< Type > &A) | matrix< Type > | |
operator+=(const matrix< TypeB > &A) | matrix< Type > | |
operator-=(Type scalar) | matrix< Type > | |
operator-=(const matrix< Type > &A) | matrix< Type > | |
operator-=(const matrix< TypeB > &A) | matrix< Type > | |
operator/=(Type scalar) | matrix< Type > | |
operator/=(const matrix< Type > &A) | matrix< Type > | |
operator/=(const matrix< TypeB > &A) | matrix< Type > | |
operator<<(ostream &file, const matrix< Type > &A) | matrix< Type > | [friend] |
operator=(const matrix< Type > &A) | matrix< Type > | |
operator=(const Type scalar) | matrix< Type > | |
operator==(Type scalar) const | matrix< Type > | |
operator==(const matrix< Type > &A) const | matrix< Type > | |
operator>>(istream &file, matrix< Type > &A) | matrix< Type > | [friend] |
operator[](uint l) const | matrix< Type > | |
pixels() const | matrix< Type > | |
readfile(matrix< Type > &Result, const char *file, uint filelines, window win, window winoffset) | matrix< Type > | [friend] |
resize(uint l, uint p) | matrix< Type > | |
setcolumn(uint p, const matrix< Type > &C) | matrix< Type > | |
setcolumn(uint p, Type scalar) | matrix< Type > | |
setdata(Type w) | matrix< Type > | |
setdata(uint l, uint p, const matrix< Type > &A) | matrix< Type > | |
setdata(window winin, const matrix< Type > &A, window winA) | matrix< Type > | |
setdata(const matrix< Type > &A, window winA) | matrix< Type > | |
setrow(uint l, const matrix< Type > &L) | matrix< Type > | |
setrow(uint l, Type scalar) | matrix< Type > | |
showdata() const | matrix< Type > | |
size() const | matrix< Type > | |
sqrt(const matrix< Type > &A) | matrix< Type > | [friend] |
writefile(ofstream &file, const matrix< Type > &tobwritten, window win) | matrix< Type > | [friend] |
wshift(matrix< Type > &A, int32 n) | matrix< Type > | [friend] |
~matrix() | matrix< Type > | |