ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
fvar_m43.cpp File Reference

(Last Changed on August 23, 2014 for git-revision 90c93d5ef7f2001893c00f4c62079c834162fd2e.)

Description not yet available. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

dvar_matrix MAT (const dvar_vector &v, int n, int m)
 The MAT operator is the inverse of the VEC operator. More...
 
dvar_vector VEC (const dvar_matrix &_m)
 The VEC operator concatenates the columns of matrix M into a column vector. More...
 

Detailed Description

Description not yet available.

Definition in file fvar_m43.cpp.

Function Documentation

dvar_matrix MAT ( const dvar_vector v,
int  n,
int  m 
)

The MAT operator is the inverse of the VEC operator.

It takes the elements of vector v and sequentially fills in the columns of an n by m matrix.

Parameters
vectorv
integern, the number of rows in the resulting matrix
integerm, the umber of columns in the resulting matrix

Definition at line 46 of file fvar_m43.cpp.

dvar_vector VEC ( const dvar_matrix _m)

The VEC operator concatenates the columns of matrix M into a column vector.

Parameters
matrixM

Definition at line 17 of file fvar_m43.cpp.