#include "IpUtils.hpp"
#include "IpReferenced.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Ipopt |
Classes | |
class | TripletToCSRConverter |
Class for converting symmetric matrices given in triplet format to matrices in compressed sparse row (CSR) format of the upper triangual part (or, equivalently, compressed sparse column (CSC) format for the lower triangular part). More... | |
class | TripletToCSRConverter::TripletEntry |
Class for one triplet position entry. |