ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
dmat17.cpp File Reference

(Last Changed on June 28, 2017 for git-revision 8a4423468f44df96effb4ea88aeefdcca7afda31.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

dmatrix identity_matrix (int min, int max)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 

Function Documentation

dmatrix identity_matrix ( int  min,
int  max 
)

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.

Return an identity matrix with dimensions [min to max] x [min to max].

Parameters
minlower row and column index
maxupper row and column index

Definition at line 14 of file dmat17.cpp.