ADMB Documentation
-a65f1c97
|
#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... | |
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.
v | variable 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.
m | variable 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.
arr3 | variable 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.
arr4 | variable 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.
arr5 | variable 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.
v | variable 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.
m | dmatrix |
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.
arr3 | d3_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.
arr4 | d4_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.
arr5 | d5_array |
Definition at line 201 of file suballoc.cpp.
int sub_unallocated | ( | const ivector & | v | ) |
Returns true if v was not allocated, otherwise false.
v | variable 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.
m | imatrix |
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.
arr3 | i3_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.
arr4 | i4_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.
arr5 | i5_array |
Definition at line 307 of file suballoc.cpp.
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |