Example #1
0
 /** Returns the number of rows in TNT-based matrix  */
 size_t GSLUtility::Rows(const GSLMatrix &m) const {
   return (m.dim2());
 }