|
ADMB Documentation
-a65f1c97
|
#include "fvar.hpp"Go to the source code of this file.
Functions | |
| ivector | diagonal (const imatrix &matrix) |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
| int | operator* (const ivector &t1, const ivector &t2) |
| Compute the dot product of two vectors. More... | |
| imatrix | operator* (const imatrix &a, const imatrix &b) |
| Returns results of integer matrix multiplication (a x b). More... | |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Return vector diagonal of matrix.
| matrix | imatrix |
Definition at line 12 of file imat10.cpp.
Returns results of integer matrix multiplication (a x b).
| a | imatrix |
| b | imatrix |
Definition at line 80 of file imat10.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5
|