ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
fvar_a14.cpp File Reference

(* $Id$)

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.
dvariable sum (const dvar_vector &v1)
 Compute the sum of a variable type vector.
dvariable sum (const dvar_matrix &m)
 Compute the sum of a variable type matrix.
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 91 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().