/home/coin/SVN-release/CoinAll-1.1.0/cppad/example/lu_vec_ad.hpp

Go to the documentation of this file.
00001 # ifndef CPPAD_LU_VEC_AD_INCLUDED
00002 # define CPPAD_LU_VEC_AD_INCLUDED
00003 /* --------------------------------------------------------------------------
00004 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-07 Bradley M. Bell
00005 
00006 CppAD is distributed under multiple licenses. This distribution is under
00007 the terms of the 
00008                     Common Public License Version 1.0.
00009 
00010 A copy of this license is included in the COPYING file of this distribution.
00011 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
00012 -------------------------------------------------------------------------- */
00013 
00014 # include <cppad/cppad.hpp>
00015 
00016 namespace CppAD {
00017         extern CppAD::AD<double> LuVecAD(
00018                 size_t                           n,
00019                 size_t                           m,
00020                 CppAD::VecAD<double>             &Matrix,
00021                 CppAD::VecAD<double>             &Rhs,
00022                 CppAD::VecAD<double>             &Result,
00023                 CppAD::AD<double>                &logdet
00024         );
00025 }
00026 
00027 # endif

Generated on Sun Nov 14 14:06:33 2010 for Coin-All by  doxygen 1.4.7