, including all inherited members.
ActualDimension enum name | MultiArrayView< N, T > | |
allocate(pointer &ptr, difference_type_1 s, const_reference init) | MultiArray< 2, T, ALLOC > | [protected] |
allocate(pointer &ptr, difference_type_1 s, U const *init) | MultiArray< 2, T, ALLOC > | [protected] |
allocate(pointer &ptr, MultiArrayView< N, U, C > const &init) | MultiArray< 2, T, ALLOC > | [protected] |
allocator() const | MultiArray< 2, T, ALLOC > | |
allocator_type typedef | Matrix< T, ALLOC > | |
begin() | MultiArray< 2, T, ALLOC > | |
begin() const | MultiArray< 2, T, ALLOC > | |
bind(difference_type_1 d) const | MultiArrayView< N, T > | |
bindAt(difference_type_1 m, difference_type_1 d) const | MultiArrayView< N, T > | |
bindInner(const TinyVector< MultiArrayIndex, M > &d) const | MultiArrayView< N, T > | |
bindInner(difference_type_1 d) const | MultiArrayView< N, T > | |
bindOuter(const TinyVector< MultiArrayIndex, M > &d) const | MultiArrayView< N, T > | |
bindOuter(difference_type_1 d) const | MultiArrayView< N, T > | |
columnCount() const | Matrix< T, ALLOC > | |
columnVector(difference_type_1 d) const | Matrix< T, ALLOC > | |
const_iterator typedef | MultiArray< 2, T, ALLOC > | |
const_pointer typedef | Matrix< T, ALLOC > | |
const_reference typedef | Matrix< T, ALLOC > | |
const_traverser typedef | MultiArray< 2, T, ALLOC > | |
coordinateToScanOrderIndex(const difference_type &d) const | MultiArrayView< N, T > | |
copy(const MultiArrayView &rhs) | MultiArrayView< N, T > | |
copy(const MultiArrayView< N, U, CN > &rhs) | MultiArrayView< N, T > | |
data() const | MultiArrayView< N, T > | |
deallocate(pointer &ptr, difference_type_1 s) | MultiArray< 2, T, ALLOC > | [protected] |
difference_type typedef | Matrix< T, ALLOC > | |
difference_type_1 typedef | Matrix< T, ALLOC > | |
elementCount() const | Matrix< T, ALLOC > | |
end() | MultiArray< 2, T, ALLOC > | |
end() const | MultiArray< 2, T, ALLOC > | |
hasData() const | MultiArrayView< N, T > | |
init(const U &init) | Matrix< T, ALLOC > | |
insertSingletonDimension(difference_type_1 i) const | MultiArrayView< N, T > | |
isInside(difference_type const &p) const | MultiArrayView< N, T > | |
isSymmetric() const | Matrix< T, ALLOC > | |
iterator typedef | MultiArray< 2, T, ALLOC > | |
m_alloc | MultiArray< 2, T, ALLOC > | [protected] |
m_ptr | MultiArrayView< N, T > | [protected] |
m_shape | MultiArrayView< N, T > | [protected] |
m_stride | MultiArrayView< N, T > | [protected] |
Matrix() | Matrix< T, ALLOC > | |
Matrix(ALLOC const &alloc) | Matrix< T, ALLOC > | [explicit] |
Matrix(const difference_type &shape, ALLOC const &alloc=allocator_type()) | Matrix< T, ALLOC > | [explicit] |
Matrix(difference_type_1 rows, difference_type_1 columns, ALLOC const &alloc=allocator_type()) | Matrix< T, ALLOC > | |
Matrix(const difference_type &shape, const_reference init, allocator_type const &alloc=allocator_type()) | Matrix< T, ALLOC > | |
Matrix(difference_type_1 rows, difference_type_1 columns, const_reference init, allocator_type const &alloc=allocator_type()) | Matrix< T, ALLOC > | |
Matrix(const difference_type &shape, const_pointer init, RawArrayMemoryLayout layout=RowMajor, allocator_type const &alloc=allocator_type()) | Matrix< T, ALLOC > | |
Matrix(difference_type_1 rows, difference_type_1 columns, const_pointer init, RawArrayMemoryLayout layout=RowMajor, allocator_type const &alloc=allocator_type()) | Matrix< T, ALLOC > | |
Matrix(const Matrix &rhs) | Matrix< T, ALLOC > | |
Matrix(const TemporaryMatrix< T, ALLOC > &rhs) | Matrix< T, ALLOC > | |
Matrix(const MultiArrayView< 2, U, C > &rhs) | Matrix< T, ALLOC > | |
matrix_type typedef | Matrix< T, ALLOC > | |
MultiArray() | MultiArray< 2, T, ALLOC > | |
MultiArray(allocator_type const &alloc) | MultiArray< 2, T, ALLOC > | |
MultiArray(const difference_type &shape, allocator_type const &alloc=allocator_type()) | MultiArray< 2, T, ALLOC > | [explicit] |
MultiArray(const difference_type &shape, const_reference init, allocator_type const &alloc=allocator_type()) | MultiArray< 2, T, ALLOC > | |
MultiArray(const difference_type &shape, const_pointer init, allocator_type const &alloc=allocator_type()) | MultiArray< 2, T, ALLOC > | |
MultiArray(const MultiArray &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray(const MultiArrayView< N, U, C > &rhs, allocator_type const &alloc=allocator_type()) | MultiArray< 2, T, ALLOC > | |
MultiArrayView() | MultiArrayView< N, T > | |
MultiArrayView(const difference_type &shape, pointer ptr) | MultiArrayView< N, T > | |
MultiArrayView(const difference_type &shape, const difference_type &stride, pointer ptr) | MultiArrayView< N, T > | |
norm() const | Matrix< T, ALLOC > | |
MultiArray< 2, T, ALLOC >::norm(int type=2, bool useSquaredNorm=true) const | MultiArrayView< N, T > | |
operator!=(MultiArrayView< N, U, C1 > const &rhs) const | MultiArrayView< N, T > | |
operator()(difference_type_1 row, difference_type_1 column) | Matrix< T, ALLOC > | |
operator()(difference_type_1 row, difference_type_1 column) const | Matrix< T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator()(difference_type_1 x) | MultiArrayView< N, T > | |
MultiArray< 2, T, ALLOC >::operator()(difference_type_1 x, difference_type_1 y, difference_type_1 z) | MultiArrayView< N, T > | |
MultiArray< 2, T, ALLOC >::operator()(difference_type_1 x, difference_type_1 y, difference_type_1 z, difference_type_1 u) | MultiArrayView< N, T > | |
MultiArray< 2, T, ALLOC >::operator()(difference_type_1 x, difference_type_1 y, difference_type_1 z, difference_type_1 u, difference_type_1 v) | MultiArrayView< N, T > | |
MultiArray< 2, T, ALLOC >::operator()(difference_type_1 x) const | MultiArrayView< N, T > | |
MultiArray< 2, T, ALLOC >::operator()(difference_type_1 x, difference_type_1 y, difference_type_1 z) const | MultiArrayView< N, T > | |
MultiArray< 2, T, ALLOC >::operator()(difference_type_1 x, difference_type_1 y, difference_type_1 z, difference_type_1 u) const | MultiArrayView< N, T > | |
MultiArray< 2, T, ALLOC >::operator()(difference_type_1 x, difference_type_1 y, difference_type_1 z, difference_type_1 u, difference_type_1 v) const | MultiArrayView< N, T > | |
operator*=(MultiArrayView< 2, U, C > const &other) | Matrix< T, ALLOC > | |
operator*=(T other) | Matrix< T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator*=(const MultiArrayView< N, U, C > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator*=(const T &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArrayView< N, T >::operator*=(MultiArrayView< N, U, C1 > const &rhs) | MultiArrayView< N, T > | |
operator+=(MultiArrayView< 2, U, C > const &other) | Matrix< T, ALLOC > | |
operator+=(T other) | Matrix< T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator+=(const MultiArrayView< N, U, C > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator+=(const T &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArrayView< N, T >::operator+=(MultiArrayView< N, U, C1 > const &rhs) | MultiArrayView< N, T > | |
operator-=(MultiArrayView< 2, U, C > const &other) | Matrix< T, ALLOC > | |
operator-=(T other) | Matrix< T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator-=(const MultiArrayView< N, U, C > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator-=(const T &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArrayView< N, T >::operator-=(MultiArrayView< N, U, C1 > const &rhs) | MultiArrayView< N, T > | |
operator/=(MultiArrayView< 2, U, C > const &other) | Matrix< T, ALLOC > | |
operator/=(T other) | Matrix< T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator/=(const MultiArrayView< N, U, C > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator/=(const T &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArrayView< N, T >::operator/=(MultiArrayView< N, U, C1 > const &rhs) | MultiArrayView< N, T > | |
operator=(const Matrix &rhs) | Matrix< T, ALLOC > | |
operator=(const TemporaryMatrix< T, ALLOC > &rhs) | Matrix< T, ALLOC > | |
operator=(const MultiArrayView< 2, U, C > &rhs) | Matrix< T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator=(const MultiArray &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator=(const MultiArrayView< N, U, C > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArrayView< N, T >::operator=(MultiArrayView const &rhs) | MultiArrayView< N, T > | |
MultiArrayView< N, T >::operator=(MultiArrayView< N, U, C1 > const &rhs) | MultiArrayView< N, T > | |
operator==(MultiArrayView< N, U, C1 > const &rhs) const | MultiArrayView< N, T > | |
operator[](const difference_type &d) | MultiArrayView< N, T > | |
operator[](const difference_type &d) const | MultiArrayView< N, T > | |
operator[](const TinyVector< MultiArrayIndex, M > &d) const | MultiArrayView< N, T > | |
operator[](difference_type_1 d) | MultiArrayView< N, T > | |
operator[](difference_type_1 d) const | MultiArrayView< N, T > | |
permuteDimensions(const difference_type &s) const | MultiArrayView< N, T > | |
permuteStridesAscending() const | MultiArrayView< N, T > | |
permuteStridesDescending() const | MultiArrayView< N, T > | |
pointer typedef | Matrix< T, ALLOC > | |
reference typedef | Matrix< T, ALLOC > | |
reshape(difference_type_1 rows, difference_type_1 columns) | Matrix< T, ALLOC > | |
reshape(difference_type_1 rows, difference_type_1 columns, const_reference init) | Matrix< T, ALLOC > | |
reshape(difference_type const &shape) | Matrix< T, ALLOC > | |
reshape(difference_type const &shape, const_reference init) | Matrix< T, ALLOC > | |
rowCount() const | Matrix< T, ALLOC > | |
rowVector(difference_type_1 d) const | Matrix< T, ALLOC > | |
scanOrderIndexToCoordinate(difference_type_1 d) const | MultiArrayView< N, T > | |
shape() const | MultiArrayView< N, T > | |
shape(difference_type_1 n) const | MultiArrayView< N, T > | |
size() const | MultiArrayView< N, T > | |
size(difference_type_1 n) const | MultiArrayView< N, T > | |
size_type typedef | MultiArray< 2, T, ALLOC > | |
squaredNorm() const | Matrix< T, ALLOC > | |
stride() const | MultiArrayView< N, T > | |
stride(int n) const | MultiArrayView< N, T > | |
stridearray(const difference_type &s) const | MultiArrayView< N, T > | |
strideOrdering() const | MultiArrayView< N, T > | |
strideOrdering(difference_type strides) | MultiArrayView< N, T > | [static] |
subarray(const difference_type &p, const difference_type &q) const | MultiArrayView< N, T > | |
swap(MultiArray &other) | MultiArray< 2, T, ALLOC > | |
swapData(MultiArrayView rhs) | MultiArrayView< N, T > | |
swapData(MultiArrayView< N, T2, C2 > rhs) | MultiArrayView< N, T > | |
transpose() const | Matrix< T, ALLOC > | |
traverser typedef | MultiArray< 2, T, ALLOC > | |
traverser_begin() | MultiArrayView< N, T > | |
traverser_begin() const | MultiArrayView< N, T > | |
traverser_end() | MultiArrayView< N, T > | |
traverser_end() const | MultiArrayView< N, T > | |
value_type typedef | Matrix< T, ALLOC > | |
view_type typedef | Matrix< T, ALLOC > | |
~MultiArray() | MultiArray< 2, T, ALLOC > | |