ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
imat7.cpp File Reference

(* $Id$)

Description not yet available. More...

#include "fvar.hpp"
#include "admb_messages.h"

Go to the source code of this file.

Functions

int colsum (const imatrix &m, int col)
 Description not yet available.
ivector column (const imatrix &m, int col)
 Return copy of jth column vector from matrix m.
int sum (const imatrix &m)
 Description not yet available.

Detailed Description

Description not yet available.

Definition in file imat7.cpp.


Function Documentation

int colsum ( const imatrix m,
int  col 
)

Description not yet available.

Parameters:

Definition at line 34 of file imat7.cpp.

ivector column ( const imatrix m,
int  col 
)

Return copy of jth column vector from matrix m.

/param m matrix /param j column index to return

Definition at line 58 of file imat7.cpp.

int sum ( const imatrix m)

Description not yet available.

Parameters:

Definition at line 18 of file imat7.cpp.