ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
dmat6.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

dvector column (const dmatrix &m, int j)
 Return copy of jth column vector from matrix m.
dvector extract_column (const dmatrix &m, int j)
 Extract copy of jth column vector from matrix m.
dvector extract_row (const dmatrix &m, int i)
 Description not yet available.
dvector row (const dmatrix &m, int j)
 Description not yet available.

Detailed Description

Description not yet available.

Definition in file dmat6.cpp.


Function Documentation

dvector column ( const dmatrix m,
int  j 
)

Return copy of jth column vector from matrix m.

/param m matrix /param j column index to return

Definition at line 20 of file dmat6.cpp.

Referenced by param_init_bounded_number_vector::allocate(), derch(), operator*(), df1b2quadratic_prior::operator=(), and sort().

dvector extract_column ( const dmatrix m,
int  j 
)

Extract copy of jth column vector from matrix m.

/param m matrix /param j column index to return

Definition at line 40 of file dmat6.cpp.

Referenced by column(), and sort().

dvector extract_row ( const dmatrix m,
int  i 
)

Description not yet available.

Parameters:

Definition at line 63 of file dmat6.cpp.

Referenced by row().

dvector row ( const dmatrix m,
int  j 
)

Description not yet available.

Parameters:

Definition at line 29 of file dmat6.cpp.

Referenced by laplace_approximation_calculator::check_sparse_matrix_structure().