allocator_type typedef | Matrix | |
AllocatorType typedef | Matrix | |
Base typedef | Matrix | [protected] |
clear() | Matrix | [inline] |
colIndex(SizeType index) const | Matrix | [inline] |
cols() const | Matrix | [inline] |
cols_ | Matrix | [protected] |
const_iterator typedef | Matrix | |
const_reference typedef | Matrix | |
const_reverse_iterator typedef | Matrix | |
ConstIterator typedef | Matrix | |
ConstReference typedef | Matrix | |
ConstReverseIterator typedef | Matrix | |
container_type typedef | Matrix | |
ContainerType typedef | Matrix | |
difference_type typedef | Matrix | |
DifferenceType typedef | Matrix | |
getValue(size_type const i, size_type const j) const | Matrix | [inline] |
getValue(size_type const i, size_type const j) | Matrix | [inline] |
index(SizeType row, SizeType col) const | Matrix | [inline] |
indexPair(UInt index) const | Matrix | [inline] |
Iterator typedef | Matrix | |
iterator typedef | Matrix | |
Matrix() | Matrix | [inline] |
Matrix(SizeType rows, SizeType cols, ValueType value=ValueType()) | Matrix | [inline] |
Matrix(const Matrix &source) | Matrix | [inline] |
operator()(size_type const i, size_type const j) const | Matrix | [inline] |
operator()(size_type const i, size_type const j) | Matrix | [inline] |
operator<(Matrix const &rhs) const | Matrix | [inline] |
operator<<(std::ostream &os, const Matrix< Value > &matrix) | Matrix | [related] |
operator=(const Matrix &rhs) | Matrix | [inline] |
operator==(Matrix const &rhs) const | Matrix | [inline] |
pointer typedef | Matrix | |
Pointer typedef | Matrix | |
Reference typedef | Matrix | |
reference typedef | Matrix | |
resize(size_type i, size_type j, value_type value=value_type()) | Matrix | [inline] |
resize(std::pair< UInt, UInt > const &size_pair, value_type value=value_type()) | Matrix | [inline] |
reverse_iterator typedef | Matrix | |
ReverseIterator typedef | Matrix | |
rowIndex(SizeType index) const | Matrix | [inline] |
rows() const | Matrix | [inline] |
rows_ | Matrix | [protected] |
setValue(size_type const i, size_type const j, value_type value) | Matrix | [inline] |
size_type typedef | Matrix | |
sizePair() const | Matrix | [inline] |
SizeType typedef | Matrix | |
value_type typedef | Matrix | |
ValueType typedef | Matrix | |
~Matrix() | Matrix | [inline] |