|
ROL
|
Interior Point test using Hock & Schittkowski problem 32. More...
Go to the source code of this file.
Typedefs | |
| typedef double | RealT |
Functions | |
| template<class Real > | |
| void | print_vector (const ROL::Vector< Real > &x) |
| template<class Real > | |
| void | print_subvector (const ROL::Vector< Real > &x, const int i) |
| int | main (int argc, char *argv[]) |
Interior Point test using Hock & Schittkowski problem 32.
Definition in file test_07.cpp.
| typedef double RealT |
Definition at line 76 of file test_07.cpp.
| void print_vector | ( | const ROL::Vector< Real > & | x | ) |
Definition at line 55 of file test_07.cpp.
References ROL::StdVector< Real, Element >::getVector().
Referenced by print_subvector().
| void print_subvector | ( | const ROL::Vector< Real > & | x, |
| const int | i | ||
| ) |
Definition at line 67 of file test_07.cpp.
References print_vector().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 78 of file test_07.cpp.
References ROL::CreatePartitionedVector().
1.8.11