ADMB Documentation
-a65f1c97
|
#include <fvar.hpp>
Go to the source code of this file.
Functions | |
dvector | colsum (const dmatrix &matrix) |
Returns dvector where each element contains the sum total of each column in matrix. More... | |
dvector | rowsum (const dmatrix &matrix) |
Returns dvector where each element contains the sum total of each row in matrix. More... | |
double | sum (const dvector &values) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
double | sum (const dmatrix &matrix) |
Return total sum of all elements in matrix. More... | |
Returns dvector where each element contains the sum total of each column in matrix.
matrix | dmatrix |
Definition at line 32 of file dvect12.cpp.
Returns dvector where each element contains the sum total of each row in matrix.
matrix | dmatrix |
Definition at line 61 of file dvect12.cpp.
Referenced by expm().
double sum | ( | const dvector & | values | ) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Return the total sum of the elements in values.
values | dvector |
Definition at line 12 of file dvect12.cpp.
double sum | ( | const dmatrix & | matrix | ) |
Return total sum of all elements in matrix.
matrix | dmatrix |
Definition at line 83 of file dvect12.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |