matrix extract_cols ( const matrix m,
const vector_int v 
) [inline]

Function that extracts a submatrix whose column indices are stored in a vector.

Author:
Rochan R. Upadhyay
Parameters:
m: Given matrix whose column needs to be extracted
v: Vector integer that stores the column undices to be extracted
Date:
12/15/2010
 All Classes Files Functions Variables Typedefs Friends Defines