template<class oclass >
void matrix_int::copy ( const oclass &  other )

Copy function that copies another type of matrix.

Parameters:
oclass: Matrix of another class
col: Column index

This is used to copy another class of matrix (e.g. matrix double) to this (integer) matrix class

All Classes Files Functions Variables Typedefs Friends Defines