|
Unfit
3.1.1
Data fitting and optimization software
|
This is the complete list of members for Unfit::Matrix, including all inherited members.
| AddConstantToDiagonal(double value, std::size_t offset=0, bool upper_triangle=true) | Unfit::Matrix | |
| Assign(std::size_t num_rows, std::size_t num_cols, double the_value) | Unfit::Matrix | |
| Assign(std::size_t num_rows, std::size_t num_cols, const std::vector< double > &matrix_values) | Unfit::Matrix | |
| Empty() const noexcept | Unfit::Matrix | |
| GetNumberOfColumns() const noexcept | Unfit::Matrix | |
| GetNumberOfRows() const noexcept | Unfit::Matrix | |
| GetValue(std::size_t row, std::size_t col) const noexcept | Unfit::Matrix | |
| Matrix() | Unfit::Matrix | |
| Matrix(std::size_t num_rows, std::size_t num_cols, double the_value) | Unfit::Matrix | |
| Matrix(std::size_t num_rows, std::size_t num_cols, const std::vector< double > &the_values) | Unfit::Matrix | |
| number_of_columns_ | Unfit::Matrix | private |
| number_of_rows_ | Unfit::Matrix | private |
| SetValue(std::size_t row, std::size_t col, double the_value) | Unfit::Matrix | |
| Size() const noexcept | Unfit::Matrix | |
| values_ | Unfit::Matrix |
1.8.13