00001
00002
00003
00004 #ifndef ALAP_EXPL_NLP_DIAG_SETUP_HPP
00005 #define ALAP_EXPL_NLP_DIAG_SETUP_HPP
00006
00007 #include <assert.h>
00008
00009 #include <fstream>
00010 #include <fstream>
00011 #include <iostream>
00012 #include <iomanip>
00013
00014 #include "AbstractLinAlgPack_Types.hpp"
00015 #include "Teuchos_RCP.hpp"
00016
00017 namespace AbstractLinAlgPack {
00018
00022 int exampleNLPDiagSetup(
00023 int argc, char* argv[], MPI_Comm comm
00024 ,Teuchos::RCP<const VectorSpace> *vec_space
00025 ,size_type *n, value_type *xo, bool *has_bounds, bool *dep_bounded
00026 );
00027
00028 }
00029
00030 #endif // ALAP_EXPL_NLP_DIAG_SETUP_HPP