umfpack_inc.hpp

Go to the documentation of this file.
00001 /*
00002  * 
00003  * Copyright (c) Kresimir Fresl 2003
00004  *
00005  * Distributed under the Boost Software License, Version 1.0.
00006  * (See accompanying file LICENSE_1_0.txt or copy at
00007  * http://www.boost.org/LICENSE_1_0.txt)
00008  *
00009  * Author acknowledges the support of the Faculty of Civil Engineering, 
00010  * University of Zagreb, Croatia.
00011  *
00012  */
00013 
00014 
00015 /***********************************************************************/
00016 /*         UMFPACK Copyright, License and Availability                 */
00017 /***********************************************************************/
00018 /*
00019  *
00020  * UMFPACK Version 4.1 (Apr. 30, 2003),  Copyright (c) 2003 by Timothy A.
00021  * Davis.  All Rights Reserved.
00022  *
00023  * UMFPACK License:
00024  *
00025  *   Your use or distribution of UMFPACK or any modified version of
00026  *   UMFPACK implies that you agree to this License.
00027  *
00028  *   THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
00029  *   EXPRESSED OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
00030  *
00031  *   Permission is hereby granted to use or copy this program, provided
00032  *   that the Copyright, this License, and the Availability of the original
00033  *   version is retained on all copies.  User documentation of any code that
00034  *   uses UMFPACK or any modified version of UMFPACK code must cite the
00035  *   Copyright, this License, the Availability note, and "Used by permission."
00036  *   Permission to modify the code and to distribute modified code is granted,
00037  *   provided the Copyright, this License, and the Availability note are
00038  *   retained, and a notice that the code was modified is included.  This
00039  *   software was developed with support from the National Science Foundation,
00040  *   and is provided to you free of charge.
00041  *
00042  * Availability:
00043  *
00044  *   http://www.cise.ufl.edu/research/sparse/umfpack
00045  *
00046  */
00047 
00048 
00049 /* Used by permission. */ 
00050 
00051 
00052 #ifndef BOOST_NUMERIC_BINDINGS_UMFPACK_INC_H
00053 #define BOOST_NUMERIC_BINDINGS_UMFPACK_INC_H
00054 
00055 extern "C" {
00056 #if defined(FC_OS_WIN64) || defined(FC_OS_WIN32)
00057 # include <umfpack/umfpack.h>
00058 #else
00059 # include <suitesparse/umfpack.h>
00060 #endif
00061 }
00062 
00063 #endif 

Generated on Wed Nov 23 19:00:55 2011 for FreeCAD by  doxygen 1.6.1