KktMatrix Struct Reference
A type to represent the left-hand side matrix of a KKT equation. More...
#include <KktSolver.hpp>
Collaboration diagram for KktMatrix:
Public Member Functions | |
| KktMatrix (const Hessian &H, MatrixConstRef A, VectorConstRef x, VectorConstRef z) | |
| Construct a custom KktMatrix instance. | |
| KktMatrix (const Hessian &H, MatrixConstRef A, VectorConstRef x, VectorConstRef z, double gamma, double delta) | |
| Construct a custom KktMatrix instance. | |
Public Attributes | |
| const Hessian & | H |
The Hessian matrix H of the KKT matrix equation. | |
| MatrixConstRef | A |
The coefficient matrix A of the KKT matrix equation. | |
| VectorConstRef | x |
The vector of primal variables x | |
| VectorConstRef | z |
The vector of dual variables z | |
| const double | gamma = 0.0 |
| The regularization parameter \(\gamma\). | |
| const double | delta = 0.0 |
| The regularization parameter \(\delta\). | |
Detailed Description
A type to represent the left-hand side matrix of a KKT equation.
- See also
- KktSolution, KktVector, KktSolver
The documentation for this struct was generated from the following file:
- Reaktoro/Optimization/KktSolver.hpp