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

(Last Changed on August 06, 2022 for git-revision 808780089317c67198079de06b64df009a4a6543.)

Description not yet available. More...

#include "fvar.hpp"
#include <stdio.h>
#include <math.h>

Go to the source code of this file.

Functions

dvar_vector acos (const dvar_vector &v1)
 Description not yet available. More...
 
dvar_vector asin (const dvar_vector &v1)
 Description not yet available. More...
 
dvar_vector cosh (const dvar_vector &v1)
 Description not yet available. More...
 
dvar_vector log10 (const dvar_vector &v1)
 Description not yet available. More...
 
dvar_vector pow (const dvar_vector &v1, const dvar_vector &v2)
 Description not yet available. More...
 
dvar_vector pow (const prevariable &x, const dvar_vector &v2)
 Description not yet available. More...
 
void shape_check (const dvar_vector &v1, const dvar_vector &v2, const char *function_name)
 Description not yet available. More...
 
void shape_check (const dvector &v1, const dvar_vector &v2, const char *function_name)
 Description not yet available. More...
 
void shape_check (const dvector &v1, const dvector &v2, const char *function_name)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
void shape_check (const dvar_vector &v1, const dvector &v2, const char *function_name)
 Description not yet available. More...
 
dvar_vector sinh (const dvar_vector &v1)
 Description not yet available. More...
 
dvar_vector tanh (const dvar_vector &v1)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Definition in file fvar_ar8.cpp.

Function Documentation

dvar_vector acos ( const dvar_vector v1)

Description not yet available.

Parameters

Definition at line 148 of file fvar_ar8.cpp.

dvar_vector asin ( const dvar_vector v1)

Description not yet available.

Parameters

Definition at line 131 of file fvar_ar8.cpp.

dvar_vector cosh ( const dvar_vector v1)

Description not yet available.

Parameters

Definition at line 60 of file fvar_ar8.cpp.

dvar_vector log10 ( const dvar_vector v1)

Description not yet available.

Parameters

Definition at line 165 of file fvar_ar8.cpp.

dvar_vector pow ( const dvar_vector v1,
const dvar_vector v2 
)

Description not yet available.

Parameters

Definition at line 94 of file fvar_ar8.cpp.

dvar_vector pow ( const prevariable x,
const dvar_vector v2 
)

Description not yet available.

Parameters

Definition at line 114 of file fvar_ar8.cpp.

void shape_check ( const dvar_vector v1,
const dvar_vector v2,
const char *  function_name 
)

Description not yet available.

Parameters

Definition at line 182 of file fvar_ar8.cpp.

void shape_check ( const dvector v1,
const dvar_vector v2,
const char *  function_name 
)

Description not yet available.

Parameters

Definition at line 196 of file fvar_ar8.cpp.

void shape_check ( const dvector a,
const dvector b,
const char *  message 
)

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

Exits if the dimensions of a and b dvector are not equal.

Parameters
advector
bdvector
messageto include with output

Definition at line 26 of file dvect18.cpp.

Referenced by pow().

void shape_check ( const dvar_vector v1,
const dvector v2,
const char *  function_name 
)

Description not yet available.

Parameters

Definition at line 210 of file fvar_ar8.cpp.

dvar_vector sinh ( const dvar_vector v1)

Description not yet available.

Parameters

Definition at line 42 of file fvar_ar8.cpp.

dvar_vector tanh ( const dvar_vector v1)

Description not yet available.

Parameters

Definition at line 77 of file fvar_ar8.cpp.