Go to the source code of this file.
Classes | |
class | Ipopt::TripletToCSRConverter |
Class for converting symmetric matrices given in triplet format to matrices in compressed sparse row (CSR) format of the upper triangular part (or, equivalently, compressed sparse column (CSC) format for the lower triangular part). More... | |
class | Ipopt::TripletToCSRConverter::TripletEntry |
Class for one triplet position entry. More... | |
Namespaces | |
namespace | Ipopt |
This file contains a base class for all exceptions and a set of macros to help with exceptions. | |