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

(Last Changed on July 19, 2017 for git-revision a3c13eab9dab4d92203a5629560c20b62e5d1bd5.)

#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...
 

Function Documentation

ivector diagonal ( const imatrix matrix)

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.

Return vector diagonal of matrix.

Parameters
matriximatrix

Definition at line 12 of file imat10.cpp.

imatrix operator* ( const imatrix a,
const imatrix b 
)

Returns results of integer matrix multiplication (a x b).

Parameters
aimatrix
bimatrix

Definition at line 80 of file imat10.cpp.