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

(Last Changed on July 18, 2022 for git-revision ecde26fdbf8eed734a006d8e80bd4f4ec5d5458f.)

Description not yet available. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

unsigned int size_count (const dvector &x)
 Returns total size of elements in vector x. More...
 
unsigned int size_count (const dmatrix &x)
 Returns total size of elements in matrix x. More...
 
unsigned int size_count (const d3_array &x)
 Returns total size of elements in d3_array x. More...
 
int size_count_partial (const dvector &x, int n)
 Description not yet available. More...
 
int size_count_partial (const dmatrix &x, int n)
 Description not yet available. More...
 
int size_count_partial (const d3_array &x, int n)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Definition in file dsize.cpp.

Function Documentation

unsigned int size_count ( const dvector x)
unsigned int size_count ( const dmatrix x)

Returns total size of elements in matrix x.

Parameters
xmatrix

Definition at line 35 of file dsize.cpp.

unsigned int size_count ( const d3_array x)

Returns total size of elements in d3_array x.

Parameters
xmatrix

Definition at line 69 of file dsize.cpp.

int size_count_partial ( const dvector x,
int  n 
)

Description not yet available.

Parameters

Definition at line 26 of file dsize.cpp.

Referenced by size_count_partial().

int size_count_partial ( const dmatrix x,
int  n 
)

Description not yet available.

Parameters

Definition at line 53 of file dsize.cpp.

int size_count_partial ( const d3_array x,
int  n 
)

Description not yet available.

Parameters

Definition at line 87 of file dsize.cpp.