PlayaDefs.hpp
Go to the documentation of this file.
00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 #ifndef PLAYA_DEFS_H
00006 #define PLAYA_DEFS_H
00007 
00008 #include "Teuchos_ConfigDefs.hpp"
00009 #include "Teuchos_Assert.hpp"
00010 
00011 #ifndef __cplusplus
00012 #define __cplusplus
00013 #endif
00014 
00015 /** \brief Playa is a collection of high-level objects for linear algebra */
00016 namespace Playa {}
00017 
00018 /** \brief Templated overloaded operators for vectors and linear operators  */
00019 namespace PlayaExprTemplates {}
00020 
00021 /** \brief Functors for transformation and reduction operations */
00022 namespace PlayaFunctors {}
00023 
00024 namespace NOX
00025 {
00026 /** \brief NOXPlaya contains adapters for use of Playa vectors
00027 * and operators in NOX solvers */
00028 namespace NOXPlaya {}
00029 }
00030 
00031 #include "PlayaConfig.h"
00032 
00033 
00034 
00035 
00036 
00037 
00038 
00039 
00040 
00041 #endif

Site Contact