IpLapack.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2005, 2006 International Business Machines and others.
00002 // All Rights Reserved.
00003 // This code is published under the Common Public License.
00004 //
00005 // $Id: IpLapack.hpp 759 2006-07-07 03:07:08Z andreasw $
00006 //
00007 // Authors:  Andreas Waechter              IBM    2005-12-25
00008 
00009 #ifndef __IPLAPACK_HPP__
00010 #define __IPLAPACK_HPP__
00011 
00012 #include "IpUtils.hpp"
00013 #include "IpException.hpp"
00014 
00015 namespace Ipopt
00016 {
00017   DECLARE_STD_EXCEPTION(LAPACK_NOT_INCLUDED);
00018 
00022   void IpLapackDpotrs(Index ndim, Index nrhs, const Number *a, Index lda,
00023                       Number *b, Index ldb);
00024 
00028   void IpLapackDpotrf(Index ndim, Number *a, Index lda, Index& info);
00029 
00034   void IpLapackDsyev(bool compute_eigenvectors, Index ndim, Number *a,
00035                      Index lda, Number *w, Index& info);
00036 
00037 } // namespace Ipopt
00038 
00039 #endif

Generated on Fri Sep 26 07:44:12 2008 for SimTKcore by  doxygen 1.5.6