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

(Last Changed on July 17, 2022 for git-revision 4650b1375b447c04c083f38a7c392e8a8fc51280.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

unsigned int size_count (const dvar_vector &x)
 Returns size of dvar_vector x. More...
 
unsigned int size_count (const dvar_matrix &x)
 Returns size of dvar_matrix x. More...
 
unsigned int size_count (const dvar3_array &x)
 Returns size of dvar3_array x. More...
 
unsigned int size_count (const dvar4_array &x)
 Returns size of dvar4_array x. More...
 
unsigned int size_count (const d4_array &x)
 Returns size of d4_array x. More...
 
int size_count_partial (const dvar_vector &x, int n)
 Description not yet available. More...
 
int size_count_partial (const dvar_matrix &x, int n)
 Description not yet available. More...
 
int size_count_partial (const dvar3_array &x, int n)
 Description not yet available. More...
 

Function Documentation

unsigned int size_count ( const dvar_vector x)

Returns size of dvar_vector x.

Parameters
xdvar_vector

Definition at line 14 of file size.cpp.

unsigned int size_count ( const dvar_matrix x)

Returns size of dvar_matrix x.

Parameters
xdvar_matrix

Definition at line 36 of file size.cpp.

unsigned int size_count ( const dvar3_array x)

Returns size of dvar3_array x.

Parameters
xdvar3_array

Definition at line 82 of file size.cpp.

unsigned int size_count ( const dvar4_array x)

Returns size of dvar4_array x.

Parameters
xdvar4_array

Definition at line 104 of file size.cpp.

unsigned int size_count ( const d4_array x)

Returns size of d4_array x.

Parameters
xd4_array

Definition at line 126 of file size.cpp.

int size_count_partial ( const dvar_vector x,
int  n 
)

Description not yet available.

Parameters

Definition at line 23 of file size.cpp.

int size_count_partial ( const dvar_matrix x,
int  n 
)

Description not yet available.

Parameters

Definition at line 58 of file size.cpp.

int size_count_partial ( const dvar3_array x,
int  n 
)

Description not yet available.

Parameters

Definition at line 148 of file size.cpp.