Unfit  3.1.1
Data fitting and optimization software
Unfit::Matrix Member List

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 noexceptUnfit::Matrix
GetNumberOfColumns() const noexceptUnfit::Matrix
GetNumberOfRows() const noexceptUnfit::Matrix
GetValue(std::size_t row, std::size_t col) const noexceptUnfit::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::Matrixprivate
number_of_rows_Unfit::Matrixprivate
SetValue(std::size_t row, std::size_t col, double the_value)Unfit::Matrix
Size() const noexceptUnfit::Matrix
values_Unfit::Matrix