begin() const (defined in Matrix) | Matrix | |
begin() (defined in Matrix) | Matrix | |
column_begin(Size i) const (defined in Matrix) | Matrix | |
column_begin(Size i) (defined in Matrix) | Matrix | |
column_end(Size i) const (defined in Matrix) | Matrix | |
column_end(Size i) (defined in Matrix) | Matrix | |
column_iterator typedef (defined in Matrix) | Matrix | |
column_rbegin(Size i) const (defined in Matrix) | Matrix | |
column_rbegin(Size i) (defined in Matrix) | Matrix | |
column_rend(Size i) const (defined in Matrix) | Matrix | |
column_rend(Size i) (defined in Matrix) | Matrix | |
columns() const (defined in Matrix) | Matrix | |
const_column_iterator typedef (defined in Matrix) | Matrix | |
const_iterator typedef (defined in Matrix) | Matrix | |
const_row_iterator typedef (defined in Matrix) | Matrix | |
diagonal(void) const (defined in Matrix) | Matrix | |
end() const (defined in Matrix) | Matrix | |
end() (defined in Matrix) | Matrix | |
iterator typedef (defined in Matrix) | Matrix | |
Matrix() | Matrix | |
Matrix(Size rows, Size columns) | Matrix | |
Matrix(Size rows, Size columns, double value) | Matrix | |
Matrix(const Matrix &) (defined in Matrix) | Matrix | |
Matrix(const Disposable< Matrix > &) (defined in Matrix) | Matrix | |
matrixSqrt(const Matrix &realSymmetricMatrix) | Matrix | [related] |
operator *(const Matrix &, double) (defined in Matrix) | Matrix | [related] |
operator *(double, const Matrix &) (defined in Matrix) | Matrix | [related] |
operator *(const Array &, const Matrix &) (defined in Matrix) | Matrix | [related] |
operator *(const Matrix &, const Array &) (defined in Matrix) | Matrix | [related] |
operator *(const Matrix &, const Matrix &) (defined in Matrix) | Matrix | [related] |
operator *=(double) (defined in Matrix) | Matrix | |
operator+(const Matrix &, const Matrix &) (defined in Matrix) | Matrix | [related] |
operator+=(const Matrix &) | Matrix | |
operator-(const Matrix &, const Matrix &) (defined in Matrix) | Matrix | [related] |
operator-=(const Matrix &) (defined in Matrix) | Matrix | |
operator/(const Matrix &, double) (defined in Matrix) | Matrix | [related] |
operator/=(double) (defined in Matrix) | Matrix | |
operator=(const Matrix &) (defined in Matrix) | Matrix | |
operator=(const Disposable< Matrix > &) (defined in Matrix) | Matrix | |
operator[](Size) const (defined in Matrix) | Matrix | |
operator[](Size) (defined in Matrix) | Matrix | |
outerProduct(const Array &v1, const Array &v2) (defined in Matrix) | Matrix | [related] |
outerProduct(Iterator1 v1begin, Iterator1 v1end, Iterator2 v2begin, Iterator2 v2end) (defined in Matrix) | Matrix | [related] |
pseudoSqrt(const Matrix &realSymmetricMatrix, SalvagingAlgorithm sa=None) | Matrix | [related] |
QL_REVERSE_ITERATOR(iterator, double) reverse_iterator (defined in Matrix) | Matrix | |
QL_REVERSE_ITERATOR(const_iterator, double) const _reverse_iterator (defined in Matrix) | Matrix | |
QL_REVERSE_ITERATOR(row_iterator, double) reverse_row_iterator (defined in Matrix) | Matrix | |
QL_REVERSE_ITERATOR(const_row_iterator, double) const _reverse_row_iterator (defined in Matrix) | Matrix | |
QL_REVERSE_ITERATOR(column_iterator, double) reverse_column_iterator (defined in Matrix) | Matrix | |
QL_REVERSE_ITERATOR(const_column_iterator, double) const _reverse_column_iterator (defined in Matrix) | Matrix | |
rbegin() const (defined in Matrix) | Matrix | |
rbegin() (defined in Matrix) | Matrix | |
rend() const (defined in Matrix) | Matrix | |
rend() (defined in Matrix) | Matrix | |
row_begin(Size i) const (defined in Matrix) | Matrix | |
row_begin(Size i) (defined in Matrix) | Matrix | |
row_end(Size i) const (defined in Matrix) | Matrix | |
row_end(Size i) (defined in Matrix) | Matrix | |
row_iterator typedef (defined in Matrix) | Matrix | |
row_rbegin(Size i) const (defined in Matrix) | Matrix | |
row_rbegin(Size i) (defined in Matrix) | Matrix | |
row_rend(Size i) const (defined in Matrix) | Matrix | |
row_rend(Size i) (defined in Matrix) | Matrix | |
rows() const (defined in Matrix) | Matrix | |
swap(Matrix &) (defined in Matrix) | Matrix | |
transpose(const Matrix &) (defined in Matrix) | Matrix | [related] |
~Matrix() (defined in Matrix) | Matrix | |