[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
Matrix< T, ALLOC > Member List | ![]() |
This is the complete list of members for Matrix< T, ALLOC >, including all inherited members.
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, StrideTag > const &init) | MultiArray< 2, T, ALLOC > | protected |
allocator() const | MultiArray< 2, T, ALLOC > | |
columnCount() const | Matrix< T, ALLOC > | |
columnVector(difference_type_1 d) const | Matrix< T, ALLOC > | |
const_iterator typedef | MultiArray< 2, T, ALLOC > | |
const_traverser typedef | MultiArray< 2, T, ALLOC > | |
deallocate(pointer &ptr, difference_type_1 s) | MultiArray< 2, T, ALLOC > | protected |
elementCount() const | Matrix< T, ALLOC > | |
init(const U &init) | Matrix< T, ALLOC > | |
isSymmetric() const | Matrix< T, ALLOC > | |
iterator typedef | MultiArray< 2, T, ALLOC > | |
m_alloc | MultiArray< 2, T, ALLOC > | protected |
Matrix() | Matrix< T, ALLOC > | |
Matrix(ALLOC const &alloc) | Matrix< T, ALLOC > | explicit |
Matrix(const difference_type &aShape, 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 &aShape, 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 > | |
mean() const | Matrix< T, ALLOC > | |
mean(difference_type_1 d) const | Matrix< T, ALLOC > | |
MultiArray() | MultiArray< 2, T, ALLOC > | |
MultiArray(allocator_type const &alloc) | MultiArray< 2, T, ALLOC > | |
MultiArray(difference_type_1 length, allocator_type const &alloc=allocator_type()) | MultiArray< 2, T, ALLOC > | explicit |
MultiArray(difference_type_1 width, difference_type_1 height, allocator_type const &alloc=allocator_type()) | 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, MultiArrayInitializationTag 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(multi_math::MultiMathOperand< Expression > const &rhs, allocator_type const &alloc=allocator_type()) | MultiArray< 2, T, ALLOC > | |
MultiArray(const MultiArrayView< N, U, StrideTag > &rhs, allocator_type const &alloc=allocator_type()) | MultiArray< 2, T, ALLOC > | |
norm() const | Matrix< T, ALLOC > | |
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 > | |
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, StrideTag > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator*=(const T &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator*=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< 2, T, ALLOC > | |
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, StrideTag > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator+=(const T &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator+=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< 2, T, ALLOC > | |
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, StrideTag > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator-=(const T &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator-=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< 2, T, ALLOC > | |
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, StrideTag > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator/=(const T &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator/=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< 2, T, ALLOC > | |
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 > | |
operator=(value_type const &v) | Matrix< T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator=(const MultiArray &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator=(const MultiArrayView< N, U, StrideTag > &rhs) | MultiArray< 2, T, ALLOC > | |
MultiArray< 2, T, ALLOC >::operator=(multi_math::MultiMathOperand< Expression > const &rhs) | MultiArray< 2, 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 &newShape) | Matrix< T, ALLOC > | |
reshape(difference_type const &newShape, const_reference init) | Matrix< T, ALLOC > | |
rowCount() const | Matrix< T, ALLOC > | |
rowVector(difference_type_1 d) const | Matrix< T, ALLOC > | |
size_type typedef | MultiArray< 2, T, ALLOC > | |
squaredNorm() const | Matrix< T, ALLOC > | |
sum() const | Matrix< T, ALLOC > | |
sum(difference_type_1 d) const | Matrix< T, ALLOC > | |
swap(MultiArray &other) | MultiArray< 2, T, ALLOC > | |
transpose() const | Matrix< T, ALLOC > | |
traverser typedef | MultiArray< 2, T, ALLOC > | |
~MultiArray() | MultiArray< 2, T, ALLOC > |
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|