(Last Changed on June
29,
2022 for git-revision 90ff3225c384e19fdeaf789b3d0cd5d2ced40eb0.)
#include "fvar.hpp"
#include "admb_messages.h"
Go to the source code of this file.
|
| int | colsum (const imatrix &matrix, int column) |
| | Return sum of matrix at specified column index. More...
|
| |
| ivector | column (const imatrix &matrix, int column) |
| | Return copy of column vector from matrix at specified column index. More...
|
| |
| int | sum (const imatrix &matrix) |
| | Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
|
| |
| int colsum |
( |
const imatrix & |
matrix, |
|
|
int |
column |
|
) |
| |
Return sum of matrix at specified column index.
- Parameters
-
| matrix | imatrix |
| column | index |
Definition at line 33 of file imat7.cpp.
Return copy of column vector from matrix at specified column index.
/param matrix imatrix /param column index
Definition at line 60 of file imat7.cpp.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Return total sum of the values in matrix.
- Parameters
-
Definition at line 13 of file imat7.cpp.