#include "ROL_Types.hpp"
#include "ROL_Vector.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_Bundle.hpp"
#include "ROL_Ptr.hpp"
#include "ROL_LAPACK.hpp"
#include <vector>
#include <limits.h>
#include <stdint.h>
#include <float.h>
#include <math.h>
#include <algorithm>
#include "ROL_LinearAlgebra.hpp"
Go to the source code of this file.
|
class | ROL::Bundle_TT< Real > |
| Provides the interface for and implements a bundle. The semidefinite quadratic subproblem is solved using TT algorithm by Antonio Frangioni (1996). More...
|
|