ADMB Documentation
-a65f1c97
|
#include <fvar.hpp>
Go to the source code of this file.
Functions | |
dmatrix | symmetrize (const dmatrix &matrix) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Returns symmetric matrix by averaging the elements upper and lower triangles in matrix. So, results(i, j) and results(j, i) are equal to (matrix(i, j) + matrix(j, i)) / 2. Note: Requires that matrix is square.
m | dmatrix |
Definition at line 14 of file dmat12.cpp.
Referenced by eigenvalues(), eigenvectors(), and function_minimizer::random_effects_maximization().
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |