ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
f1b2sol3.cpp
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Author: David Fournier
5  * Copyright (c) 2008-2012 Regents of the University of California
6  */
11 #include <df1b2fun.h>
12 
18 {
19  dvar_matrix & tM=(dvar_matrix&)(M);
20  dvar_vector & tv=(dvar_vector&)(v);
21  return solve( tM,tv);
22 }
Description not yet available.
Definition: adrndeff.h:80
ADMB variable vector.
Definition: fvar.hpp:2172
Description not yet available.
Definition: admodel.h:271
dvector solve(const dmatrix &aa, const dvector &z)
Solve a linear system using LU decomposition.
Definition: dmat34.cpp:46
#define M
Definition: rngen.cpp:57
Class definition of matrix with derivitive information .
Definition: fvar.hpp:2480
Description not yet available.