ADMB Documentation
-a65f1c97
|
Math functions for dmatrix to compute cos, exp, log, pow, sin, sqr, sqrt, tan, elem_div and elem_prod. More...
Go to the source code of this file.
Functions | |
dmatrix | cos (const dmatrix &m) |
Description not yet available. More... | |
dmatrix | elem_div (const dmatrix &m, const dmatrix &m2) |
Description not yet available. More... | |
dmatrix | elem_prod (const dmatrix &m, const dmatrix &m2) |
Description not yet available. More... | |
dmatrix | exp (const dmatrix &m) |
Description not yet available. More... | |
dmatrix | log (const dmatrix &m) |
Description not yet available. More... | |
dmatrix | pow (const dmatrix &m, const double e) |
dmatrix | pow (const dmatrix &m, int e) |
Returns dmatrix with pow of each element in m raised to the exponent e. More... | |
dmatrix | sin (const dmatrix &m) |
Description not yet available. More... | |
dmatrix | sqr (const dmatrix &m) |
Returns dmatrix with each of element in m is squared. More... | |
dmatrix | sqrt (const dmatrix &m) |
Returns dmatrix with each of element in m is square rooted. More... | |
dmatrix | tan (const dmatrix &m) |
Description not yet available. More... | |
Math functions for dmatrix to compute cos, exp, log, pow, sin, sqr, sqrt, tan, elem_div and elem_prod.
Definition in file dmat20.cpp.
Definition at line 81 of file dmat20.cpp.
Returns dmatrix with pow of each element in m raised to the exponent e.
m | dmatrix |
e | integer exponent |
Definition at line 60 of file dmat20.cpp.
Returns dmatrix with each of element in m is squared.
m | dmatrix |
Definition at line 231 of file dmat20.cpp.
Returns dmatrix with each of element in m is square rooted.
m | dmatrix |
Definition at line 211 of file dmat20.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |