template<class oclass >
void matrix::copy ( const oclass &  other ) [inline]

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 integer) to this (double) matrix class

 All Classes Files Functions Variables Typedefs Friends Defines