00001 /* 00002 * ----------------------------------------------------------------- 00003 * $Revision: 1.3 $ 00004 * $Date: 2006/11/29 00:05:06 $ 00005 * ----------------------------------------------------------------- 00006 * Programmer: Radu Serban @ LLNL 00007 * ----------------------------------------------------------------- 00008 * Copyright (c) 2006, The Regents of the University of California. 00009 * Produced at the Lawrence Livermore National Laboratory. 00010 * All rights reserved. 00011 * For details, see the LICENSE file. 00012 * ----------------------------------------------------------------- 00013 * Header file for the CPODES dense linear solver CPLAPACK. 00014 * ----------------------------------------------------------------- 00015 */ 00016 00017 #ifndef _CPLAPACK_H 00018 #define _CPLAPACK_H 00019 00020 #ifdef __cplusplus /* wrapper to enable C++ usage */ 00021 extern "C" { 00022 #endif 00023 00024 #include <sundials/sundials_lapack.h> 00025 #include <cpodes/cpodes_lapack_exports.h> 00026 00027 #ifdef __cplusplus 00028 } 00029 #endif 00030 00031 #endif