OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
FMatrix< T, M, N > Member List

This is the complete list of members for FMatrix< T, M, N >, including all inherited members.

begin()FArray2D< T, R, C >
begin() constFArray2D< T, R, C >
col_begin(int c)FArray2D< T, R, C >
col_begin(int c) constFArray2D< T, R, C >
col_end(int c)FArray2D< T, R, C >
col_end(int c) constFArray2D< T, R, C >
col_iterator typedefFArray2D< T, R, C >
const_col_iterator typedefFArray2D< T, R, C >
const_iterator typedefFArray2D< T, R, C >
const_row_iterator typedefFArray2D< T, R, C >
dataFArray2D< T, R, C >protected
end()FArray2D< T, R, C >
end() constFArray2D< T, R, C >
FArray2D()FArray2D< T, R, C >
FArray2D(const T &t)FArray2D< T, R, C >explicit
FArray2D(const FArray2D &)FArray2D< T, R, C >
FMatrix()FMatrix< T, M, N >
FMatrix(const FMatrix &)FMatrix< T, M, N >
FMatrix(const FArray2D< T, R, C > &)FMatrix< T, M, N >
FMatrix(const T &t)FMatrix< T, M, N >explicit
FMatrix(const T *t)FMatrix< T, M, N >explicit
getColumn(FArray1D< T, M > &toArray, int c) constFArray2D< T, R, C >
getRow(FArray1D< T, N > &toArray, int r) constFArray2D< T, R, C >
iterator typedefFArray2D< T, R, C >
ncols() constFArray2D< T, R, C >
nrows() constFArray2D< T, R, C >
operator()(int r, int c)FArray2D< T, R, C >
operator()(int r, int c) constFArray2D< T, R, C >
operator*=(const T &)FMatrix< T, M, N >
operator+=(const FMatrix &)FMatrix< T, M, N >
operator-=(const FMatrix &)FMatrix< T, M, N >
operator/=(const T &)FMatrix< T, M, N >
operator=(const FMatrix &)FMatrix< T, M, N >
operator=(const FArray2D< T, R, C > &)FMatrix< T, M, N >
FArray2D< T, R, C >::operator=(const FArray2D< T, M, N > &)FArray2D< T, R, C >
operator[](int r)FArray2D< T, R, C >
operator[](int r) constFArray2D< T, R, C >
putColumn(const FArray1D< T, M > &fromArray, int c)FArray2D< T, R, C >
putRow(const FArray1D< T, N > &fromArray, int r)FArray2D< T, R, C >
row_begin(int r)FArray2D< T, R, C >
row_begin(int r) constFArray2D< T, R, C >
row_end(int r)FArray2D< T, R, C >
row_end(int r) constFArray2D< T, R, C >
row_iterator typedefFArray2D< T, R, C >
SIZEFArray2D< T, R, C >protectedstatic
size() constFArray2D< T, R, C >
swapColumns(int c1, int c2)FArray2D< T, R, C >
swapRows(int r1, int r2)FArray2D< T, R, C >
transpose() const FMatrix< T, M, N >
value_type typedefFArray2D< T, R, C >