|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
This is the complete list of members for Matrix, including all inherited members.
| at(Size) const | Matrix | |
| at(Size) | Matrix | |
| begin() const | Matrix | |
| begin() | Matrix | |
| CholeskyDecomposition(const Matrix &m, bool flexible=false) | Matrix | related |
| column_begin(Size i) const | Matrix | |
| column_begin(Size i) | Matrix | |
| column_end(Size i) const | Matrix | |
| column_end(Size i) | Matrix | |
| column_iterator typedef | Matrix | |
| column_rbegin(Size i) const | Matrix | |
| column_rbegin(Size i) | Matrix | |
| column_rend(Size i) const | Matrix | |
| column_rend(Size i) | Matrix | |
| columns() const | Matrix | |
| columns_ | Matrix | private |
| const_column_iterator typedef | Matrix | |
| const_iterator typedef | Matrix | |
| const_reverse_column_iterator typedef | Matrix | |
| const_reverse_iterator typedef | Matrix | |
| const_reverse_row_iterator typedef | Matrix | |
| const_row_iterator typedef | Matrix | |
| data_ | Matrix | private |
| determinant(const Matrix &m) | Matrix | related |
| diagonal() const | Matrix | |
| empty() const | Matrix | |
| end() const | Matrix | |
| end() | Matrix | |
| inverse(const Matrix &m) | Matrix | related |
| iterator typedef | Matrix | |
| Matrix() | Matrix | |
| Matrix(Size rows, Size columns) | Matrix | |
| Matrix(Size rows, Size columns, Real value) | Matrix | |
| Matrix(Size rows, Size columns, Iterator begin, Iterator end) | Matrix | |
| Matrix(const Matrix &) | Matrix | |
| Matrix(Matrix &&) noexcept | Matrix | |
| Matrix(std::initializer_list< std::initializer_list< Real > >) | Matrix | |
| operator!=(const Matrix &) const | Matrix | |
| operator()(Size i, Size j) const | Matrix | |
| operator*(const Matrix &, Real) | Matrix | related |
| operator*(Matrix &&, Real) | Matrix | related |
| operator*(Real, const Matrix &) | Matrix | related |
| operator*(Real, Matrix &&) | Matrix | related |
| operator*(const Array &, const Matrix &) | Matrix | related |
| operator*(const Matrix &, const Array &) | Matrix | related |
| operator*(const Matrix &, const Matrix &) | Matrix | related |
| operator*=(Real) | Matrix | |
| operator+(const Matrix &, const Matrix &) | Matrix | related |
| operator+(const Matrix &, Matrix &&) | Matrix | related |
| operator+(Matrix &&, const Matrix &) | Matrix | related |
| operator+(Matrix &&, Matrix &&) | Matrix | related |
| operator+=(const Matrix &) | Matrix | |
| operator-(const Matrix &) | Matrix | related |
| operator-(Matrix &&) | Matrix | related |
| operator-(const Matrix &, const Matrix &) | Matrix | related |
| operator-(const Matrix &, Matrix &&) | Matrix | related |
| operator-(Matrix &&, const Matrix &) | Matrix | related |
| operator-(Matrix &&, Matrix &&) | Matrix | related |
| operator-=(const Matrix &) | Matrix | |
| operator/(const Matrix &, Real) | Matrix | related |
| operator/(Matrix &&, Real) | Matrix | related |
| operator/=(Real) | Matrix | |
| operator<<(std::ostream &, const Matrix &) | Matrix | related |
| operator=(const Matrix &) | Matrix | |
| operator=(Matrix &&) noexcept | Matrix | |
| operator==(const Matrix &) const | Matrix | |
| operator[](Size) const | Matrix | |
| operator[](Size) | Matrix | |
| outerProduct(const Array &v1, const Array &v2) | Matrix | related |
| outerProduct(Iterator1 v1begin, Iterator1 v1end, Iterator2 v2begin, Iterator2 v2end) | Matrix | related |
| pseudoSqrt(const Matrix &, SalvagingAlgorithm::Type=SalvagingAlgorithm::None) | Matrix | related |
| rankReducedSqrt(const Matrix &, Size maxRank, Real componentRetainedPercentage, SalvagingAlgorithm::Type) | Matrix | related |
| rbegin() const | Matrix | |
| rbegin() | Matrix | |
| rend() const | Matrix | |
| rend() | Matrix | |
| reverse_column_iterator typedef | Matrix | |
| reverse_iterator typedef | Matrix | |
| reverse_row_iterator typedef | Matrix | |
| row_begin(Size i) const | Matrix | |
| row_begin(Size i) | Matrix | |
| row_end(Size i) const | Matrix | |
| row_end(Size i) | Matrix | |
| row_iterator typedef | Matrix | |
| row_rbegin(Size i) const | Matrix | |
| row_rbegin(Size i) | Matrix | |
| row_rend(Size i) const | Matrix | |
| row_rend(Size i) | Matrix | |
| rows() const | Matrix | |
| rows_ | Matrix | private |
| size1() const | Matrix | |
| size2() const | Matrix | |
| swap(Matrix &) noexcept | Matrix | |
| swap(Matrix &, Matrix &) noexcept | Matrix | related |
| transpose(const Matrix &) | Matrix | related |
| ~Matrix()=default | Matrix |