Description not yet available. More...
#include "fvar.hpp"Go to the source code of this file.
Functions | |
| ivector | diagonal (const imatrix &m) |
| Description not yet available. | |
| int | operator* (const ivector &t1, const ivector &t2) |
| Compute the dot product of two vectors. | |
| imatrix | operator* (const imatrix &m1, const imatrix &m2) |
| Returns matrix multiplication (m1 x m2). | |
Description not yet available.
Definition in file imat10.cpp.
Returns matrix multiplication (m1 x m2).
| m1 | |
| m2 |
Definition at line 83 of file imat10.cpp.
|
|
Generated on Tue Mar 8 2016 19:51:37 for ADMB Documentation by 1.8.0
|