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

(Last Changed on July 14, 2017 for git-revision ef0f0de7311c46e1776048c96f624aec65748180.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

int sub_unallocated (const dvar_vector &v)
 Author: David Fournier Copyright (c) 2008-2017 Regents of the University of California. More...
 
int sub_unallocated (const dvar_matrix &m)
 Returns true if any of the sub vectors of matrix m was not allocated, otherwise false. More...
 
int sub_unallocated (const dvar3_array &arr3)
 Returns true if any of the sub vectors of arr3 was not allocated, otherwise false. More...
 
int sub_unallocated (const dvar4_array &arr4)
 Returns true if any of the sub vectors of arr4 was not allocated, otherwise false. More...
 
int sub_unallocated (const dvar5_array &arr5)
 Returns true if any of the sub vectors of arr5 was not allocated, otherwise false. More...
 
int sub_unallocated (const dvector &v)
 Returns true if v was not allocated, otherwise false. More...
 
int sub_unallocated (const dmatrix &m)
 Returns true if any of the sub vectors of matrix m was not allocated, otherwise false. More...
 
int sub_unallocated (const d3_array &m)
 Returns true if any of the sub vectors of arr3 was not allocated, otherwise false. More...
 
int sub_unallocated (const d4_array &arr4)
 Returns true if any of the sub vectors of arr4 was not allocated, otherwise false. More...
 
int sub_unallocated (const d5_array &arr5)
 Returns true if any of the sub vectors of arr5 was not allocated, otherwise false. More...
 
int sub_unallocated (const ivector &v)
 Returns true if v was not allocated, otherwise false. More...
 
int sub_unallocated (const imatrix &m)
 Returns true if any of the sub vectors of matrix m was not allocated, otherwise false. More...
 
int sub_unallocated (const i3_array &arr3)
 Returns true if any of the sub vectors of arr3 was not allocated, otherwise false. More...
 
int sub_unallocated (const i4_array &arr4)
 Returns true if any of the sub vectors of arr4 was not allocated, otherwise false. More...
 
int sub_unallocated (const i5_array &arr5)
 Returns true if any of the sub vectors of arr5 was not allocated, otherwise false. More...
 

Function Documentation

int sub_unallocated ( const dvar_vector v)

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

Returns true if v was not allocated, otherwise false.

Parameters
vvariable vector

Definition at line 13 of file suballoc.cpp.

Referenced by sub_unallocated().

int sub_unallocated ( const dvar_matrix m)

Returns true if any of the sub vectors of matrix m was not allocated, otherwise false.

Parameters
mvariable dvar_matrix

Definition at line 23 of file suballoc.cpp.

int sub_unallocated ( const dvar3_array arr3)

Returns true if any of the sub vectors of arr3 was not allocated, otherwise false.

Parameters
arr3variable dvar3_array

Definition at line 47 of file suballoc.cpp.

int sub_unallocated ( const dvar4_array arr4)

Returns true if any of the sub vectors of arr4 was not allocated, otherwise false.

Parameters
arr4variable dvar4_array

Definition at line 71 of file suballoc.cpp.

int sub_unallocated ( const dvar5_array arr5)

Returns true if any of the sub vectors of arr5 was not allocated, otherwise false.

Parameters
arr5variable dvar5_array

Definition at line 95 of file suballoc.cpp.

int sub_unallocated ( const dvector v)

Returns true if v was not allocated, otherwise false.

Parameters
vvariable vector

Definition at line 119 of file suballoc.cpp.

int sub_unallocated ( const dmatrix m)

Returns true if any of the sub vectors of matrix m was not allocated, otherwise false.

Parameters
mdmatrix

Definition at line 129 of file suballoc.cpp.

int sub_unallocated ( const d3_array m)

Returns true if any of the sub vectors of arr3 was not allocated, otherwise false.

Parameters
arr3d3_array

Definition at line 153 of file suballoc.cpp.

int sub_unallocated ( const d4_array arr4)

Returns true if any of the sub vectors of arr4 was not allocated, otherwise false.

Parameters
arr4d4_array

Definition at line 177 of file suballoc.cpp.

int sub_unallocated ( const d5_array arr5)

Returns true if any of the sub vectors of arr5 was not allocated, otherwise false.

Parameters
arr5d5_array

Definition at line 201 of file suballoc.cpp.

int sub_unallocated ( const ivector v)

Returns true if v was not allocated, otherwise false.

Parameters
vvariable vector

Definition at line 225 of file suballoc.cpp.

int sub_unallocated ( const imatrix m)

Returns true if any of the sub vectors of matrix m was not allocated, otherwise false.

Parameters
mimatrix

Definition at line 235 of file suballoc.cpp.

int sub_unallocated ( const i3_array arr3)

Returns true if any of the sub vectors of arr3 was not allocated, otherwise false.

Parameters
arr3i3_array

Definition at line 259 of file suballoc.cpp.

int sub_unallocated ( const i4_array arr4)

Returns true if any of the sub vectors of arr4 was not allocated, otherwise false.

Parameters
arr4i4_array

Definition at line 283 of file suballoc.cpp.

int sub_unallocated ( const i5_array arr5)

Returns true if any of the sub vectors of arr5 was not allocated, otherwise false.

Parameters
arr5i5_array

Definition at line 307 of file suballoc.cpp.