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

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

Dot-product fpor dvar_vector and sum for dvar_vector and dvar_matrix. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

void dvdv_dot (void)
 
dvariable operator* (const dvar_vector &v1, const dvar_vector &v2)
 Compute the dot product of two variable type vectors. More...
 
dvariable sum (const dvar_vector &v1)
 Compute the sum of a variable type vector. More...
 
dvariable sum (const dvar_matrix &m)
 Compute the sum of a variable type matrix. More...
 
void X_dv_sum (void)
 

Detailed Description

Dot-product fpor dvar_vector and sum for dvar_vector and dvar_matrix.

Definition in file fvar_a14.cpp.

Function Documentation

void dvdv_dot ( void  )

Definition at line 84 of file fvar_a14.cpp.

Referenced by operator*().

void X_dv_sum ( void  )

Definition at line 166 of file fvar_a14.cpp.

Referenced by sum().