marray::Matrix< T, A > Member List

This is the complete list of members for marray::Matrix< T, A >, including all inherited members.
allocator_type typedefmarray::Matrix< T, A >
assign(const allocator_type &=allocator_type())marray::Marray< T, A > [inline]
View< T, false, A >::assign(ShapeIterator, ShapeIterator, pointer, const CoordinateOrder &=defaultOrder, const CoordinateOrder &=defaultOrder, const allocator_type &=allocator_type())marray::View< T, false, A > [inline]
View< T, false, A >::assign(ShapeIterator, ShapeIterator, StrideIterator, pointer, const CoordinateOrder &, const allocator_type &=allocator_type())marray::View< T, false, A > [inline]
asString(const StringStyle &=MatrixStyle) constmarray::View< T, false, A >
base typedefmarray::Matrix< T, A >
begin()marray::View< T, false, A >
begin() constmarray::View< T, false, A >
boundView(const size_t, const size_t=0) constmarray::View< T, false, A >
const_iterator typedefmarray::Matrix< T, A >
const_pointer typedefmarray::Matrix< T, A >
const_reference typedefmarray::Matrix< T, A >
const_reverse_iterator typedefmarray::Matrix< T, A >
constView(BaseIterator, ShapeIterator, View< T, true, A > &) constmarray::View< T, false, A > [inline]
constView(BaseIterator, ShapeIterator, const CoordinateOrder &, View< T, true, A > &) constmarray::View< T, false, A > [inline]
constView(BaseIterator, ShapeIterator) constmarray::View< T, false, A > [inline]
constView(BaseIterator, ShapeIterator, const CoordinateOrder &) constmarray::View< T, false, A > [inline]
coordinateOrder() constmarray::View< T, false, A >
coordinatesToIndex(CoordinateIterator, size_t &) constmarray::View< T, false, A > [inline]
coordinatesToOffset(CoordinateIterator, size_t &) constmarray::View< T, false, A > [inline]
dimension() constmarray::View< T, false, A >
end()marray::View< T, false, A >
end() constmarray::View< T, false, A >
expression_type typedefmarray::ViewExpression< View< T, isConst, A >, T >
indexToCoordinates(size_t, CoordinateIterator) constmarray::View< T, false, A > [inline]
indexToOffset(size_t, size_t &) constmarray::View< T, false, A >
isSimple() constmarray::View< T, false, A >
iterator typedefmarray::Matrix< T, A >
Marray(const allocator_type &=allocator_type())marray::Marray< T, A > [inline]
Marray(const T &, const CoordinateOrder &=defaultOrder, const allocator_type &=allocator_type())marray::Marray< T, A > [inline]
Marray(ShapeIterator, ShapeIterator, const T &=T(), const CoordinateOrder &=defaultOrder, const allocator_type &=allocator_type())marray::Marray< T, A > [inline]
Marray(const InitializationSkipping &, ShapeIterator, ShapeIterator, const CoordinateOrder &=defaultOrder, const allocator_type &=allocator_type())marray::Marray< T, A > [inline]
Marray(const Marray< T, A > &)marray::Marray< T, A > [inline]
Marray(const ViewExpression< E, Te > &, const allocator_type &=allocator_type())marray::Marray< T, A > [inline]
Marray(const View< TLocal, isConstLocal, ALocal > &)marray::Marray< T, A > [inline]
Matrix(const allocator_type &=allocator_type())marray::Matrix< T, A > [inline]
Matrix(const View< TLocal, isConstLocal, ALocal > &)marray::Matrix< T, A > [inline]
Matrix(const size_t, const size_t, const T &=T(), const CoordinateOrder &=defaultOrder, const allocator_type &=allocator_type())marray::Matrix< T, A > [inline]
Matrix(const InitializationSkipping &, const size_t, const size_t, const CoordinateOrder &=defaultOrder, const allocator_type &=allocator_type())marray::Matrix< T, A > [inline]
Matrix(const ViewExpression< E, Te > &, const allocator_type &=allocator_type())marray::Matrix< T, A > [inline]
operator View< T, isConst, A > &()marray::ViewExpression< View< T, isConst, A >, T > [inline]
operator View< T, isConst, A >const &() constmarray::ViewExpression< View< T, isConst, A >, T > [inline]
operator()(U)marray::View< T, false, A > [inline]
operator()(U) constmarray::View< T, false, A > [inline]
operator()(const size_t, const size_t)marray::View< T, false, A >
operator()(const size_t, const size_t) constmarray::View< T, false, A >
operator()(const size_t, const size_t, const size_t)marray::View< T, false, A >
operator()(const size_t, const size_t, const size_t) constmarray::View< T, false, A >
operator()(const size_t, const size_t, const size_t, const size_t)marray::View< T, false, A >
operator()(const size_t, const size_t, const size_t, const size_t) constmarray::View< T, false, A >
operator()(const size_t, const size_t, const size_t, const size_t, const size_t)marray::View< T, false, A >
operator()(const size_t, const size_t, const size_t, const size_t, const size_t) constmarray::View< T, false, A >
operator()(const size_t, const size_t, const size_t, const size_t, const size_t, const size_t, const size_t, const size_t, const size_t, const size_t)marray::View< T, false, A >
operator()(const size_t, const size_t, const size_t, const size_t, const size_t, const size_t, const size_t, const size_t, const size_t, const size_t) constmarray::View< T, false, A >
ViewExpression< View< T, isConst, A >, T >::operator()(Accessor it) constmarray::ViewExpression< View< T, isConst, A >, T > [inline]
operator=(const T &)marray::Matrix< T, A > [inline]
operator=(const Matrix< T, A > &)marray::Matrix< T, A > [inline]
operator=(const View< TLocal, isConstLocal, ALocal > &)marray::Matrix< T, A > [inline]
operator=(const ViewExpression< E, Te > &)marray::Matrix< T, A > [inline]
marray::Marray::operator=(const Marray< T, A > &)marray::Marray< T, A > [inline]
View< T, false, A >::operator=(const View< T, true, A > &)marray::View< T, false, A >
View< T, false, A >::operator=(const View< T, false, A > &)marray::View< T, false, A >
overlaps(const View< TLocal, isConstLocal, ALocal > &) constmarray::View< T, false, A > [inline]
ViewExpression< View< T, isConst, A >, T >::overlaps(const View< Tv, isConst, A > &v) constmarray::ViewExpression< View< T, isConst, A >, T > [inline]
permutedView(CoordinateIterator) constmarray::View< T, false, A > [inline]
pointer typedefmarray::Matrix< T, A >
rbegin()marray::View< T, false, A >
rbegin() constmarray::View< T, false, A >
reference typedefmarray::Matrix< T, A >
rend()marray::View< T, false, A >
rend() constmarray::View< T, false, A >
reshape(const size_t, const size_t)marray::Matrix< T, A > [inline]
marray::Marray::reshape(ShapeIterator, ShapeIterator)marray::View< T, false, A > [inline]
reshapedView(ShapeIterator, ShapeIterator) constmarray::View< T, false, A > [inline]
resize(const size_t, const size_t, const T &=T())marray::Matrix< T, A > [inline]
resize(const InitializationSkipping &, const size_t, const size_t)marray::Matrix< T, A > [inline]
marray::Marray::resize(ShapeIterator, ShapeIterator, const T &=T())marray::Marray< T, A > [inline]
marray::Marray::resize(const InitializationSkipping &, ShapeIterator, ShapeIterator)marray::Marray< T, A > [inline]
reverse_iterator typedefmarray::Matrix< T, A >
shape(const size_t) constmarray::View< T, false, A >
shapeBegin() constmarray::View< T, false, A >
shapeEnd() constmarray::View< T, false, A >
shiftedView(const int) constmarray::View< T, false, A >
size() constmarray::View< T, false, A >
squeezedView() constmarray::View< T, false, A >
strides(const size_t) constmarray::View< T, false, A >
stridesBegin() constmarray::View< T, false, A >
stridesEnd() constmarray::View< T, false, A >
transposedView(const size_t, const size_t) constmarray::View< T, false, A >
transposedView() constmarray::View< T, false, A >
value_type typedefmarray::Matrix< T, A >
ValueType typedefmarray::View< T, false, A >
view(BaseIterator, ShapeIterator, View< T, isConst, A > &) constmarray::View< T, false, A > [inline]
view(BaseIterator, ShapeIterator, const CoordinateOrder &, View< T, isConst, A > &) constmarray::View< T, false, A > [inline]
view(BaseIterator, ShapeIterator) constmarray::View< T, false, A > [inline]
view(BaseIterator, ShapeIterator, const CoordinateOrder &) constmarray::View< T, false, A > [inline]
View(const allocator_type &=allocator_type())marray::View< T, false, A >
View(pointer, const allocator_type &=allocator_type())marray::View< T, false, A >
View(const View< T, false, A > &)marray::View< T, false, A >
View(ShapeIterator, ShapeIterator, pointer, const CoordinateOrder &=defaultOrder, const CoordinateOrder &=defaultOrder, const allocator_type &=allocator_type())marray::View< T, false, A > [inline]
View(ShapeIterator, ShapeIterator, StrideIterator, pointer, const CoordinateOrder &, const allocator_type &=allocator_type())marray::View< T, false, A > [inline]
~Marray()marray::Marray< T, A > [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Mon Jun 17 16:31:10 2013 for OpenGM by  doxygen 1.6.3