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

(Last Changed on March 24, 2021 for git-revision bb56d49044ba99002e46efb83a300d9124c7b5d4.)

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

#include <df1b2fun.h>

Go to the source code of this file.

Functions

void check_shape (const df1b2vector &_x, const dvector &_y, const char *s)
 Description not yet available. More...
 
void check_shape (const df1b2vector &_x, const df1b2vector &_y, const char *s)
 Description not yet available. More...
 
void check_shape (const dvector &_x, const df1b2vector &_y, const char *s)
 Description not yet available. More...
 
void check_shape (const df1b2vector &_x, const df1b2matrix &_y, const char *s)
 Description not yet available. More...
 
df1b2matrix elem_div (const df1b2matrix &_MM, const df1b2matrix &_NN)
 Description not yet available. More...
 
df1b2matrix elem_div (const dmatrix &_MM, const df1b2matrix &_NN)
 Description not yet available. More...
 
df1b2matrix elem_div (const df1b2matrix &_MM, const dmatrix &_NN)
 Description not yet available. More...
 
df1b2vector elem_div (const dvector &_v, const df1b2vector &_w)
 Description not yet available. More...
 
df1b2vector elem_div (const df1b2vector &_v, const df1b2vector &_w)
 Description not yet available. More...
 
df1b2vector elem_div (const df1b2vector &_v, const dvector &_w)
 Description not yet available. More...
 
df1b2matrix elem_prod (const df1b2matrix &_MM, const df1b2matrix &_NN)
 Description not yet available. More...
 
df1b2matrix elem_prod (const dmatrix &_MM, const df1b2matrix &_NN)
 Description not yet available. More...
 
df1b2matrix elem_prod (const df1b2matrix &_MM, const dmatrix &_NN)
 Description not yet available. More...
 
df1b2vector elem_prod (const df1b2vector &_v, const df1b2vector &_w)
 Description not yet available. More...
 
df1b2vector elem_prod (const df1b2vector &_v, const dvector &_w)
 Description not yet available. More...
 
df1b2vector elem_prod (const dvector &_v, const df1b2vector &_w)
 Description not yet available. More...
 
df1b2variable mean (const df1b2vector &_x)
 Description not yet available. More...
 
df1b2variable mean (const df1b2matrix &_x)
 Description not yet available. More...
 
df1b2variable norm (const df1b2vector &_x)
 Description not yet available. More...
 
df1b2variable norm (const df1b2matrix &_x)
 Description not yet available. More...
 
df1b2variable norm2 (const df1b2vector &_x)
 Description not yet available. More...
 
df1b2variable norm2 (const df1b2matrix &_x)
 Description not yet available. More...
 
df1b2vector operator* (const dmatrix &_M, const df1b2vector &_x)
 Description not yet available. More...
 
df1b2vector operator* (const df1b2matrix &_M, const df1b2vector &_x)
 Description not yet available. More...
 
df1b2vector operator* (const df1b2vector &_x, const df1b2matrix &_M)
 Vector and Matrix Multiplication. More...
 
df1b2vector operator* (const df1b2vector &_x, const dmatrix &_M)
 Vector and Matrix Multiplication. More...
 
df1b2vector operator* (const dvector &_x, const df1b2matrix &_M)
 Vector and Matrix Multiplication. More...
 
df1b2matrix operator* (const df1b2matrix &_MM, const df1b2matrix &_NN)
 Description not yet available. More...
 
df1b2vector operator* (const df1b2matrix &_M, const dvector &_x)
 Description not yet available. More...
 
df1b2variable sum (const df1b2vector &_x)
 Description not yet available. More...
 
df1b2variable sum (const df1b2matrix &_x)
 Description not yet available. More...
 
df1b2variable sumsq (const df1b2vector &_x)
 
df1b2variable sumsq (const df1b2matrix &_x)
 

Detailed Description

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

Definition in file f1b2vc5.cpp.

Function Documentation

void check_shape ( const df1b2vector _x,
const dvector _y,
const char *  s 
)

Description not yet available.

Parameters

Definition at line 15 of file f1b2vc5.cpp.

void check_shape ( const df1b2vector _x,
const df1b2vector _y,
const char *  s 
)
void check_shape ( const dvector _x,
const df1b2vector _y,
const char *  s 
)

Description not yet available.

Parameters

Definition at line 45 of file f1b2vc5.cpp.

void check_shape ( const df1b2vector _x,
const df1b2matrix _y,
const char *  s 
)

Description not yet available.

Parameters

Definition at line 60 of file f1b2vc5.cpp.

df1b2matrix elem_div ( const df1b2matrix _MM,
const df1b2matrix _NN 
)

Description not yet available.

Parameters

Definition at line 400 of file f1b2vc5.cpp.

df1b2matrix elem_div ( const dmatrix _MM,
const df1b2matrix _NN 
)

Description not yet available.

Parameters

Definition at line 424 of file f1b2vc5.cpp.

df1b2matrix elem_div ( const df1b2matrix _MM,
const dmatrix _NN 
)

Description not yet available.

Parameters

Definition at line 448 of file f1b2vc5.cpp.

df1b2vector elem_div ( const dvector _v,
const df1b2vector _w 
)

Description not yet available.

Parameters

Definition at line 472 of file f1b2vc5.cpp.

df1b2vector elem_div ( const df1b2vector _v,
const df1b2vector _w 
)

Description not yet available.

Parameters

Definition at line 491 of file f1b2vc5.cpp.

df1b2vector elem_div ( const df1b2vector _v,
const dvector _w 
)

Description not yet available.

Parameters

Definition at line 567 of file f1b2vc5.cpp.

df1b2matrix elem_prod ( const df1b2matrix _MM,
const df1b2matrix _NN 
)

Description not yet available.

Parameters

Definition at line 328 of file f1b2vc5.cpp.

df1b2matrix elem_prod ( const dmatrix _MM,
const df1b2matrix _NN 
)

Description not yet available.

Parameters

Definition at line 352 of file f1b2vc5.cpp.

df1b2matrix elem_prod ( const df1b2matrix _MM,
const dmatrix _NN 
)

Description not yet available.

Parameters

Definition at line 376 of file f1b2vc5.cpp.

df1b2vector elem_prod ( const df1b2vector _v,
const df1b2vector _w 
)

Description not yet available.

Parameters

Definition at line 510 of file f1b2vc5.cpp.

df1b2vector elem_prod ( const df1b2vector _v,
const dvector _w 
)

Description not yet available.

Parameters

Definition at line 529 of file f1b2vc5.cpp.

df1b2vector elem_prod ( const dvector _v,
const df1b2vector _w 
)

Description not yet available.

Parameters

Definition at line 548 of file f1b2vc5.cpp.

df1b2variable mean ( const df1b2vector _x)

Description not yet available.

Parameters

Definition at line 827 of file f1b2vc5.cpp.

df1b2variable mean ( const df1b2matrix _x)

Description not yet available.

Parameters

Definition at line 938 of file f1b2vc5.cpp.

df1b2variable norm ( const df1b2vector _x)

Description not yet available.

Parameters

Definition at line 865 of file f1b2vc5.cpp.

df1b2variable norm ( const df1b2matrix _x)

Description not yet available.

Parameters

Definition at line 902 of file f1b2vc5.cpp.

df1b2variable norm2 ( const df1b2vector _x)

Description not yet available.

Parameters

Definition at line 846 of file f1b2vc5.cpp.

df1b2variable norm2 ( const df1b2matrix _x)

Description not yet available.

Parameters

Definition at line 883 of file f1b2vc5.cpp.

df1b2vector operator* ( const dmatrix _M,
const df1b2vector _x 
)

Description not yet available.

Parameters

Definition at line 139 of file f1b2vc5.cpp.

df1b2vector operator* ( const df1b2matrix _M,
const df1b2vector _x 
)

Description not yet available.

Parameters

Definition at line 161 of file f1b2vc5.cpp.

df1b2vector operator* ( const df1b2vector _x,
const df1b2matrix _M 
)

Vector and Matrix Multiplication.

Parameters
_xis a vector with dimensions (m_min, m_max).
_Mis a matrix with dimensions (m_min, m_max, n_min, n_max).
Returns
vector result of _x * _M with dimensions (n_min, n_max)

Definition at line 185 of file f1b2vc5.cpp.

df1b2vector operator* ( const df1b2vector _x,
const dmatrix _M 
)

Vector and Matrix Multiplication.

Parameters
_xis a vector with dimensions (m_min, m_max).
_Mis a matrix with dimensions (m_min, m_max, n_min, n_max).
Returns
vector result of _x * _M with dimensions (n_min, n_max)

Definition at line 215 of file f1b2vc5.cpp.

df1b2vector operator* ( const dvector _x,
const df1b2matrix _M 
)

Vector and Matrix Multiplication.

Parameters
_xis a vector with dimensions (m_min, m_max).
_Mis a matrix with dimensions (m_min, m_max, n_min, n_max).
Returns
vector result of _x * _M with dimensions (n_min, n_max)

Definition at line 245 of file f1b2vc5.cpp.

df1b2matrix operator* ( const df1b2matrix _MM,
const df1b2matrix _NN 
)

Description not yet available.

Parameters

Definition at line 273 of file f1b2vc5.cpp.

df1b2vector operator* ( const df1b2matrix _M,
const dvector _x 
)

Description not yet available.

Parameters

Definition at line 308 of file f1b2vc5.cpp.

df1b2variable sum ( const df1b2vector _x)

Description not yet available.

Parameters

Definition at line 809 of file f1b2vc5.cpp.

df1b2variable sum ( const df1b2matrix _x)

Description not yet available.

Parameters

Definition at line 920 of file f1b2vc5.cpp.

df1b2variable sumsq ( const df1b2vector _x)

Definition at line 859 of file f1b2vc5.cpp.

df1b2variable sumsq ( const df1b2matrix _x)

Definition at line 896 of file f1b2vc5.cpp.