, including all inherited members.
__pad0__ | cvr::genericMatrix< fcomplex > | [package] |
__pad1__ | cvr::genericMatrix< fcomplex > | [package] |
add(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | |
add(const genericMatrix< fcomplex > &a, const genericMatrix< fcomplex > &b) | cvr::matrix< fcomplex > | |
add(const fcomplexvalue) | cvr::matrix< fcomplex > | |
add(const genericMatrix< fcomplex > &other, const fcomplexvalue) | cvr::matrix< fcomplex > | |
addScaled(const fcomplexb, const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | |
addScaled(const genericMatrix< fcomplex > &matA, const fcomplexb, const genericMatrix< fcomplex > &matB) | cvr::matrix< fcomplex > | |
addScaled(const fcomplexa, const genericMatrix< fcomplex > &first, const fcomplexb, const genericMatrix< fcomplex > &second) | cvr::matrix< fcomplex > | |
allocate(const int newRows, const int newCols) | cvr::genericMatrix< fcomplex > | [inline, package] |
allocate(const size_type &newSize) | cvr::genericMatrix< fcomplex > | [inline, package] |
allocNewRows(const int n) | cvr::matrix< fcomplex > | [inline, protected, virtual] |
apply(fcomplex(*function)(fcomplex)) | cvr::matrix< fcomplex > | [inline] |
apply(const genericMatrix< fcomplex > &other, fcomplex(*function)(fcomplex)) | cvr::matrix< fcomplex > | [inline] |
apply(fcomplex(*function)(const fcomplex &)) | cvr::matrix< fcomplex > | [inline] |
apply(const genericMatrix< fcomplex > &other, fcomplex(*function)(const fcomplex &)) | cvr::matrix< fcomplex > | [inline] |
apply(const genericMatrix< fcomplex > &other, fcomplex(*function)(const fcomplex &, const fcomplex &)) | cvr::matrix< fcomplex > | [inline] |
apply(const genericMatrix< fcomplex > &other, fcomplex(*function)(fcomplex, fcomplex)) | cvr::matrix< fcomplex > | [inline] |
apply(const genericMatrix< fcomplex > &a, const genericMatrix< fcomplex > &b, fcomplex(*function)(const fcomplex &, const fcomplex &)) | cvr::matrix< fcomplex > | [inline] |
apply(const genericMatrix< fcomplex > &a, const genericMatrix< fcomplex > &b, fcomplex(*function)(fcomplex, fcomplex)) | cvr::matrix< fcomplex > | [inline] |
assign(const int newRows, const int newCols, const fcomplex &initValue) | cvr::genericMatrix< fcomplex > | [inline, package] |
assign(const size_type &newSize, const fcomplex &initValue) | cvr::genericMatrix< fcomplex > | [inline, package] |
at(const int row, const int col) | cvr::genericMatrix< fcomplex > | [inline, package] |
at(const int row, const int col) const | cvr::genericMatrix< fcomplex > | [inline, package] |
at(const size_type &p) | cvr::genericMatrix< fcomplex > | [inline, package] |
at(const size_type &p) const | cvr::genericMatrix< fcomplex > | [inline, package] |
attach(const int rows, const int cols, fcomplex *data) | cvr::genericMatrix< fcomplex > | [package] |
attach(const size_type &theSize, fcomplex *data) | cvr::genericMatrix< fcomplex > | [inline, package] |
begin() | cvr::genericMatrix< fcomplex > | [inline, package] |
begin() const | cvr::genericMatrix< fcomplex > | [inline, package] |
buildName() const | cvr::object | [protected, virtual] |
castFrom(const channel8 &other) | cvr::channelC | |
castFrom(const image &other) | cvr::channelC | |
castFrom(const matrix< U > &other) | cvr::channelC | [inline] |
matrix< fcomplex >::castFrom(const genericMatrix< U > &other) | cvr::matrix< fcomplex > | [inline] |
matrix< fcomplex >::castFrom(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | [inline] |
matrix< fcomplex >::castFrom(const genericMatrix< U > &other, const int fromRow, const int fromCol, const int toRow=container::MaxIndex, const int toCol=container::MaxIndex) | cvr::matrix< fcomplex > | [inline] |
matrix< fcomplex >::castFrom(const genericMatrix< fcomplex > &other, const int fromRow, const int fromCol, const int toRow=container::MaxIndex, const int toCol=container::MaxIndex) | cvr::matrix< fcomplex > | |
channelC() | cvr::channelC | |
channelC(const int rows, const int cols) | cvr::channelC | |
channelC(const ipoint &size) | cvr::channelC | |
channelC(const int rows, const int cols, const fcomplex &iniValue) | cvr::channelC | |
channelC(const ipoint &size, const fcomplex &iniValue) | cvr::channelC | |
channelC(const int rows, const int cols, const fcomplex data[]) | cvr::channelC | |
channelC(const channelC &other, const int fromRow, const int fromCol=0, const int toRow=MaxIndex, const int toCol=MaxIndex) | cvr::channelC | |
channelC(const channelC &other) | cvr::channelC | |
channelC(const channelC &other, const ipoint &from, const ipoint &to) | cvr::channelC | |
clear() | cvr::genericMatrix< fcomplex > | [package] |
clone() const | cvr::channelC | [virtual] |
columns() const | cvr::genericMatrix< fcomplex > | [inline, package] |
computeProductOfElements() const | cvr::matrix< fcomplex > | |
computeSumOfElements() const | cvr::matrix< fcomplex > | |
const_iterator typedef | cvr::matrix< fcomplex > | |
constReference_ | cvr::genericMatrix< fcomplex > | [protected] |
constReferenceException typedef | cvr::genericMatrix< fcomplex > | |
copy(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | [inline] |
copy(const genericMatrix< fcomplex > &other, const int fromRow, const int fromCol, const int toRow=container::MaxIndex, const int toCol=container::MaxIndex) | cvr::matrix< fcomplex > | [inline] |
copy(const genericMatrix< fcomplex > &other, const size_type &from, const size_type &to) | cvr::matrix< fcomplex > | [inline] |
copy(const genericMatrix< fcomplex > &other, const irectangle &window) | cvr::matrix< fcomplex > | [inline] |
genericMatrix< fcomplex >::copy(const genericMatrix< fcomplex > &other, const size_type &from, const size_type &to) | cvr::genericMatrix< fcomplex > | [inline, package] |
copyColumns(const genericMatrix< fcomplex > &other, const genericVector< int > &idx) | cvr::matrix< fcomplex > | [inline] |
copyRows(const genericMatrix< fcomplex > &other, const genericVector< int > &idx) | cvr::matrix< fcomplex > | [inline] |
detach(genericMatrix< fcomplex > &receiver) | cvr::genericMatrix< fcomplex > | [package] |
detach(genericVector< fcomplex > &receiver) | cvr::genericMatrix< fcomplex > | [package] |
distributeMem(const int theRows, const int theCols, fcomplex *block, row_type *memRows) const | cvr::genericMatrix< fcomplex > | [protected] |
divide(const fcomplexvalue) | cvr::matrix< fcomplex > | |
divide(const genericMatrix< fcomplex > &other, const fcomplexvalue) | cvr::matrix< fcomplex > | |
edivide(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | |
edivide(const genericMatrix< fcomplex > &a, const genericMatrix< fcomplex > &b) | cvr::matrix< fcomplex > | |
elem(const int pos) | cvr::genericMatrix< fcomplex > | [inline, package] |
elem(const int pos) const | cvr::genericMatrix< fcomplex > | [inline, package] |
empty() const | cvr::genericMatrix< fcomplex > | [inline, package] |
emultiply(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | |
emultiply(const genericMatrix< fcomplex > &a, const genericMatrix< fcomplex > &b) | cvr::matrix< fcomplex > | |
end() | cvr::genericMatrix< fcomplex > | [inline, package] |
end() const | cvr::genericMatrix< fcomplex > | [inline, package] |
equals(const genericMatrix< fcomplex > &other) const | cvr::genericMatrix< fcomplex > | [package] |
fill(const fcomplex &iniValue, const int fromRow=0, const int fromCol=0, const int toRow=MaxIndex, const int toCol=MaxIndex) | cvr::genericMatrix< fcomplex > | [package] |
fill(const fcomplex &iniValue, const size_type &from, const size_type &to=size_type(MaxIndex, MaxIndex)) | cvr::genericMatrix< fcomplex > | [inline, package] |
fill(const fcomplex &iniValue, const irectangle &window) | cvr::genericMatrix< fcomplex > | [inline, package] |
fill(const fcomplexdata[], const int fromRow=0, const int fromCol=0, const int toRow=MaxIndex, const int toCol=MaxIndex) | cvr::genericMatrix< fcomplex > | [package] |
fill(const fcomplexdata[], const size_type &from, const size_type &to=size_type(MaxIndex, MaxIndex)) | cvr::genericMatrix< fcomplex > | [inline, package] |
fill(const fcomplexdata[], const irectangle &window) | cvr::genericMatrix< fcomplex > | [inline, package] |
fill(const genericMatrix< fcomplex > &mat, const int fromRow=0, const int fromCol=0, const int toRow=MaxIndex, const int toCol=MaxIndex, const int startAtRow=0, const int startAtCol=0) | cvr::genericMatrix< fcomplex > | [package] |
fill(const genericMatrix< fcomplex > &mat, const size_type &from, const size_type &to=size_type(MaxIndex, MaxIndex), const size_type &startAt=size_type(0, 0)) | cvr::genericMatrix< fcomplex > | [inline, package] |
fill(const genericMatrix< fcomplex > &mat, const irectangle &window, const size_type &start=size_type(0, 0)) | cvr::genericMatrix< fcomplex > | [inline, package] |
findExtremes(fcomplex &theMinimum, fcomplex &theMaximum) const | cvr::matrix< fcomplex > | |
findIndexOfExtremes(size_type &theIdxMinimum, size_type &theIdxMaximum) const | cvr::matrix< fcomplex > | |
findIndexOfMaximum() const | cvr::matrix< fcomplex > | |
findIndexOfMinimum() const | cvr::matrix< fcomplex > | |
findMaximum() const | cvr::matrix< fcomplex > | |
findMinimum() const | cvr::matrix< fcomplex > | |
genericMatrix() | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const int rows, const int cols) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const size_type &size) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const int rows, const int cols, const fcomplex &iniValue) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const size_type &size, const fcomplex &iniValue) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const int rows, const int cols, const fcomplexdata[]) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const size_type &dim, const fcomplexdata[]) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const int rows, const int cols, fcomplexdata[], const eConstantReference constRef) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const size_type &theSize, fcomplexdata[], const eConstantReference constRef) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const genericMatrix< fcomplex > &other) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const genericMatrix< fcomplex > &other, const int fromRow, const int fromCol, const int toRow=MaxIndex, const int toCol=MaxIndex) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const genericMatrix< fcomplex > &other, const size_type &from, const size_type &to) | cvr::genericMatrix< fcomplex > | [package] |
genericMatrix(const genericMatrix< fcomplex > &other, const genericVector< int > &rows) | cvr::genericMatrix< fcomplex > | [package] |
get(channel &real, channel &imag) const | cvr::channelC | |
getAbs(channel &mag) const | cvr::channelC | |
getArg(channel &arg) const | cvr::channelC | |
getArgFast(channel &arg) const | cvr::channelC | |
getColumnCopy(const int col) const | cvr::matrix< fcomplex > | [inline] |
getColumnCopy(const int col, row_type &theCol) const | cvr::matrix< fcomplex > | [inline] |
genericMatrix< fcomplex >::getColumnCopy(const int col, row_type &theCol) const | cvr::genericMatrix< fcomplex > | [package] |
getDiagonal() const | cvr::matrix< fcomplex > | [inline] |
getDiagonal(row_type &diag) const | cvr::matrix< fcomplex > | [inline] |
genericMatrix< fcomplex >::getDiagonal(row_type &diag) const | cvr::genericMatrix< fcomplex > | [package] |
getImag(channel &imag) const | cvr::channelC | |
getNorm(channel &smag) const | cvr::channelC | |
getReal(channel &real) const | cvr::channelC | |
getRow(const int row) | cvr::matrix< fcomplex > | [inline] |
getRow(const int row) const | cvr::matrix< fcomplex > | [inline] |
getRowCopy(const int row) const | cvr::matrix< fcomplex > | [inline] |
getRowCopy(const int row, row_type &theRow) const | cvr::matrix< fcomplex > | [inline] |
genericMatrix< fcomplex >::getRowCopy(const int row, row_type &theRow) const | cvr::genericMatrix< fcomplex > | [inline, package] |
inverseBegin() | cvr::genericMatrix< fcomplex > | [inline, package] |
inverseBegin() const | cvr::genericMatrix< fcomplex > | [inline, package] |
inverseEnd() | cvr::genericMatrix< fcomplex > | [inline, package] |
inverseEnd() const | cvr::genericMatrix< fcomplex > | [inline, package] |
ioObject() | cvr::ioObject | |
iterator typedef | cvr::matrix< fcomplex > | |
last_ | cvr::genericMatrix< fcomplex > | [protected] |
lastColumn() const | cvr::genericMatrix< fcomplex > | [inline, package] |
lastIndex() const | cvr::genericMatrix< fcomplex > | [inline, package] |
lastRow() const | cvr::genericMatrix< fcomplex > | [inline, package] |
leftMultiply(const row_type &vct, row_type &result) const | cvr::matrix< fcomplex > | |
leftMultiply(row_type &srcDest) const | cvr::matrix< fcomplex > | |
leftMultiply(const matrix< fcomplex > &mat) | cvr::matrix< fcomplex > | |
mapLinear(const fcomplex &minVal, const fcomplex &maxVal, const fcomplex &minDest=0.0f, const fcomplex &maxDest=1.0f) | cvr::channelC | |
mapLinear(const matrix< U > &other, const U &minVal, const U &maxVal, const fcomplex &minDest=0.0f, const fcomplex &maxDest=1.0f) | cvr::channelC | [inline] |
matrix() | cvr::matrix< fcomplex > | [explicit] |
matrix(const int rows, const int cols) | cvr::matrix< fcomplex > | [explicit] |
matrix(const size_type &size) | cvr::matrix< fcomplex > | [explicit] |
matrix(const int rows, const int cols, const fcomplex &iniValue) | cvr::matrix< fcomplex > | [explicit] |
matrix(const size_type &size, const fcomplex &iniValue) | cvr::matrix< fcomplex > | [explicit] |
matrix(const int rows, const int cols, const fcomplexdata[]) | cvr::matrix< fcomplex > | [explicit] |
matrix(const size_type &dim, const fcomplexdata[]) | cvr::matrix< fcomplex > | [explicit] |
matrix(const int rows, const int cols, fcomplexdata[], const eConstantReference constRef) | cvr::matrix< fcomplex > | [explicit] |
matrix(const size_type &theSize, fcomplexdata[], const eConstantReference constRef) | cvr::matrix< fcomplex > | [explicit] |
matrix(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | [explicit] |
matrix(const genericMatrix< fcomplex > &other, const int fromRow, const int fromCol, const int toRow=container::MaxIndex, const int toCol=container::MaxIndex) | cvr::matrix< fcomplex > | [explicit] |
matrix(const genericMatrix< fcomplex > &other, const size_type &from, const size_type &to) | cvr::matrix< fcomplex > | [explicit] |
matrix(const genericMatrix< fcomplex > &other, const genericVector< int > &rows) | cvr::matrix< fcomplex > | [explicit] |
MaxIndex | cvr::container | [static] |
MinIndex | cvr::container | [static] |
multiply(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | |
multiply(const matrix< fcomplex > &first, const genericMatrix< fcomplex > &second) | cvr::matrix< fcomplex > | |
multiply(const row_type &other, row_type &result) const | cvr::matrix< fcomplex > | |
multiply(row_type &srcdest) const | cvr::matrix< fcomplex > | |
multiply(const fcomplexvalue) | cvr::matrix< fcomplex > | |
multiply(const genericMatrix< fcomplex > &other, const fcomplexvalue) | cvr::matrix< fcomplex > | |
name() const | cvr::channelC | [virtual] |
newInstance() const | cvr::channelC | [virtual] |
object() | cvr::object | |
operator*(const genericMatrix< fcomplex > &other) const | cvr::matrix< fcomplex > | [inline] |
operator*=(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | [inline] |
operator*=(const fcomplexvalue) | cvr::matrix< fcomplex > | [inline] |
operator+(const genericMatrix< fcomplex > &other) const | cvr::matrix< fcomplex > | |
operator+(const fcomplexvalue) const | cvr::matrix< fcomplex > | |
operator+=(const fcomplexvalue) | cvr::matrix< fcomplex > | [inline] |
operator+=(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | [inline] |
operator-(const genericMatrix< fcomplex > &other) const | cvr::matrix< fcomplex > | |
operator-(const fcomplexvalue) const | cvr::matrix< fcomplex > | |
operator-=(const fcomplexvalue) | cvr::matrix< fcomplex > | [inline] |
operator-=(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | [inline] |
operator/=(const fcomplexvalue) | cvr::matrix< fcomplex > | |
operator=(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | [inline] |
operator==(const genericMatrix< fcomplex > &other) const | cvr::genericMatrix< fcomplex > | [inline, package] |
operator[](const int row) | cvr::matrix< fcomplex > | [inline] |
operator[](const int row) const | cvr::matrix< fcomplex > | [inline] |
outerProduct(const row_type &a, const row_type &b) | cvr::matrix< fcomplex > | |
ownData_ | cvr::genericMatrix< fcomplex > | [protected] |
ownsData() const | cvr::genericMatrix< fcomplex > | [inline, package] |
prettyCloseTo(const genericMatrix< fcomplex > &other, const fcomplex &tolerance) const | cvr::matrix< fcomplex > | |
read(ioHandler &handler, const bool complete=true) | cvr::genericMatrix< fcomplex > | [package, virtual] |
releaseMem(fcomplex *&block) const | cvr::genericMatrix< fcomplex > | [protected] |
releaseMem() | cvr::genericMatrix< fcomplex > | [protected] |
releaseRows(row_type *&theRows) const | cvr::genericMatrix< fcomplex > | [inline, protected] |
reserveMem(const int rows, const int cols) | cvr::genericMatrix< fcomplex > | [protected] |
reserveNewMem(const int theSize) const | cvr::genericMatrix< fcomplex > | [inline, protected] |
resize(const int newRows, const int newCols, const fcomplex &iniValue, const eResizeType resizeType=CopyAndInit) | cvr::genericMatrix< fcomplex > | [package] |
resize(const size_type &newDim, const fcomplex &iniValue, const eResizeType resizeType=CopyAndInit) | cvr::genericMatrix< fcomplex > | [inline, package] |
resize(const int newRows, const int newCols) | cvr::genericMatrix< fcomplex > | [inline, package] |
resize(const size_type &newSize) | cvr::genericMatrix< fcomplex > | [inline, package] |
restoreOwnership() | cvr::genericMatrix< fcomplex > | [package] |
row_type typedef | cvr::matrix< fcomplex > | |
rowAddressTable_ | cvr::genericMatrix< fcomplex > | [protected] |
rows() const | cvr::genericMatrix< fcomplex > | [inline, package] |
set(const channel &real, const channel &imag) | cvr::channelC | |
setColumn(const int col, const row_type &theCol) | cvr::genericMatrix< fcomplex > | [package] |
setDiagonal(const row_type &diag) | cvr::genericMatrix< fcomplex > | [package] |
setIdentity(const fcomplexscale=fcomplex(1)) | cvr::matrix< fcomplex > | |
setRow(const int row, const row_type &theRow) | cvr::genericMatrix< fcomplex > | [inline, package] |
size() const | cvr::genericMatrix< fcomplex > | [inline, package] |
size_type typedef | cvr::matrix< fcomplex > | |
subtract(const genericMatrix< fcomplex > &other) | cvr::matrix< fcomplex > | |
subtract(const genericMatrix< fcomplex > &a, const genericMatrix< fcomplex > &b) | cvr::matrix< fcomplex > | |
subtract(const fcomplexvalue) | cvr::matrix< fcomplex > | |
subtract(const genericMatrix< fcomplex > &other, const fcomplexvalue) | cvr::matrix< fcomplex > | |
swap(genericMatrix< fcomplex > &other) | cvr::genericMatrix< fcomplex > | [package] |
theElements_ | cvr::genericMatrix< fcomplex > | [protected] |
theSize_ | cvr::genericMatrix< fcomplex > | [protected] |
totalSize_ | cvr::genericMatrix< fcomplex > | [protected] |
trace() const | cvr::matrix< fcomplex > | |
transpose() | cvr::matrix< fcomplex > | |
transpose(const genericMatrix< U > &other) | cvr::matrix< fcomplex > | [inline] |
useExternData(const int rows, const int cols, fcomplexdata[], const eConstantReference constRef=VariableReference) | cvr::genericMatrix< fcomplex > | [package] |
useExternData(const size_type &theSize, fcomplexdata[], const eConstantReference constRef=VariableReference) | cvr::genericMatrix< fcomplex > | [inline, package] |
value_type typedef | cvr::matrix< fcomplex > | |
write(ioHandler &handler, const bool complete=true) const | cvr::genericMatrix< fcomplex > | [package, virtual] |
~genericMatrix() | cvr::genericMatrix< fcomplex > | [package, virtual] |
~ioObject() | cvr::ioObject | [virtual] |
~matrix() | cvr::matrix< fcomplex > | [virtual] |
~object() | cvr::object | [virtual] |