matrix_int addrow ( const size_t &  irow,
const size_t &  itot,
const vector_int v 
) [inline]

Function that appends a vector of integers as a row to a matrix.

Author:
Rochan R. Upadhyay
Parameters:
irow: row number in which to add the vector
itot: number of rows of the matrix
v: vector to be added as row number irow
Date:
10/12/2010
 All Classes Files Functions Variables Typedefs Friends Defines