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

(Last Changed on July 16, 2022 for git-revision 89e5020ac93568239b594c6b8806ae5a4feaf858.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

dvector operator* (const dvector &A, const dmatrix &B)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
dvector operator* (const dmatrix &A, const dvector &B)
 Returns product of AB where A is a dmatrix and B is a dvector. More...
 
dmatrix operator* (const dmatrix &A, const dmatrix &B)
 Returns product of AB where A is a dmatrix and B is a dmatrix. More...
 

Function Documentation

dvector operator* ( const dvector A,
const dmatrix B 
)

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

Returns product of AB where A is a vector and B is a matrix.

Parameters
vecdvector
matdmatrix

Definition at line 18 of file dmat1.cpp.

dvector operator* ( const dmatrix A,
const dvector B 
)

Returns product of AB where A is a dmatrix and B is a dvector.

Parameters
Admatrix
Bdvector

Definition at line 82 of file dmat1.cpp.

dmatrix operator* ( const dmatrix A,
const dmatrix B 
)

Returns product of AB where A is a dmatrix and B is a dmatrix.

Parameters
Admatrix
Bdmatrix

Definition at line 149 of file dmat1.cpp.