MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
AbstractLinAlgPack_MatrixSymPosDefCholFactor.cpp File Reference
#include <assert.h>
#include <limits>
#include <vector>
#include "AbstractLinAlgPack_MatrixSymPosDefCholFactor.hpp"
#include "AbstractLinAlgPack_BFGS_helpers.hpp"
#include "AbstractLinAlgPack_rank_2_chol_update.hpp"
#include "AbstractLinAlgPack_VectorMutableDense.hpp"
#include "AbstractLinAlgPack_VectorDenseEncap.hpp"
#include "AbstractLinAlgPack_GenPermMatrixSliceOp.hpp"
#include "AbstractLinAlgPack_MatrixOpGetGMS.hpp"
#include "AbstractLinAlgPack_LinAlgOpPackHack.hpp"
#include "AbstractLinAlgPack_VectorSpace.hpp"
#include "AbstractLinAlgPack_VectorMutable.hpp"
#include "AbstractLinAlgPack_SpVectorClass.hpp"
#include "AbstractLinAlgPack_MatrixSymDiag.hpp"
#include "AbstractLinAlgPack_VectorSpaceFactory.hpp"
#include "AbstractLinAlgPack_MultiVectorMutable.hpp"
#include "AbstractLinAlgPack_LinAlgOpPack.hpp"
#include "DenseLinAlgLAPack.hpp"
#include "DenseLinAlgPack_DMatrixAsTriSym.hpp"
#include "DenseLinAlgPack_DMatrixOp.hpp"
#include "DenseLinAlgPack_DMatrixOut.hpp"
#include "DenseLinAlgPack_delete_row_col.hpp"
#include "DenseLinAlgPack_assert_print_nan_inf.hpp"
#include "ReleaseResource_ref_count_ptr.hpp"
#include "ProfileHackPack_profile_hack.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_FancyOStream.hpp"
Include dependency graph for AbstractLinAlgPack_MatrixSymPosDefCholFactor.cpp:

Go to the source code of this file.

Namespaces

 AbstractLinAlgPack
 

Macros

#define ALAP_DCHUD_DECL   void dchud_c
 
#define ALAP_DCHUD_CALL   dchud_c
 

Functions

 ALAP_DCHUD_DECL (FortranTypes::f_dbl_prec *R, const FortranTypes::f_int &LDR, const FortranTypes::f_int &P, FortranTypes::f_dbl_prec *X, FortranTypes::f_dbl_prec *Z, const FortranTypes::f_int &LDZ, const FortranTypes::f_int &NZ, FortranTypes::f_dbl_prec *Y, FortranTypes::f_dbl_prec *RHO, FortranTypes::f_dbl_prec *C, FortranTypes::f_dbl_prec *S)
 

Macro Definition Documentation

#define ALAP_DCHUD_DECL   void dchud_c
#define ALAP_DCHUD_CALL   dchud_c

Function Documentation

ALAP_DCHUD_DECL ( FortranTypes::f_dbl_prec *  R,
const FortranTypes::f_int &  LDR,
const FortranTypes::f_int &  P,
FortranTypes::f_dbl_prec *  X,
FortranTypes::f_dbl_prec *  Z,
const FortranTypes::f_int &  LDZ,
const FortranTypes::f_int &  NZ,
FortranTypes::f_dbl_prec *  Y,
FortranTypes::f_dbl_prec *  RHO,
FortranTypes::f_dbl_prec *  C,
FortranTypes::f_dbl_prec *  S 
)