DECLARE_STD_EXCEPTION(UNKNOWN_MATRIX_TYPE) | Ipopt::TripletHelper | |
DECLARE_STD_EXCEPTION(UNKNOWN_VECTOR_TYPE) | Ipopt::TripletHelper | |
FillRowCol(Index n_entries, const Matrix &matrix, Index *iRow, Index *jCol, Index row_offset=0, Index col_offset=0) | Ipopt::TripletHelper | [static] |
FillRowCol_(Index n_entries, const GenTMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const SymTMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const DiagMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const IdentityMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const ExpansionMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const SumMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const SumSymMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const CompoundMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const CompoundSymMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const ScaledMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillRowCol_(Index n_entries, const SymScaledMatrix &matrix, Index row_offset, Index col_offset, Index *iRow, Index *jCol) | Ipopt::TripletHelper | [private, static] |
FillValues(Index n_entries, const Matrix &matrix, Number *values) | Ipopt::TripletHelper | [static] |
FillValues_(Index n_entries, const GenTMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const SymTMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const DiagMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const IdentityMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const ExpansionMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const SumMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const SumSymMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const CompoundMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const CompoundSymMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const ScaledMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValues_(Index n_entries, const SymScaledMatrix &matrix, Number *values) | Ipopt::TripletHelper | [private, static] |
FillValuesFromVector(Index dim, const Vector &vector, Number *values) | Ipopt::TripletHelper | [static] |
GetNumberEntries(const Matrix &matrix) | Ipopt::TripletHelper | [static] |
GetNumberEntries_(const SumMatrix &matrix) | Ipopt::TripletHelper | [private, static] |
GetNumberEntries_(const SumSymMatrix &matrix) | Ipopt::TripletHelper | [private, static] |
GetNumberEntries_(const CompoundMatrix &matrix) | Ipopt::TripletHelper | [private, static] |
GetNumberEntries_(const CompoundSymMatrix &matrix) | Ipopt::TripletHelper | [private, static] |
PutValuesInVector(Index dim, const double *values, Vector &vector) | Ipopt::TripletHelper | [static] |