ADMB Documentation
-a65f1c97
|
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) |
Dot-product fpor dvar_vector and sum for dvar_vector and dvar_matrix.
Definition in file fvar_a14.cpp.
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().
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |