Skip to content
Snippets Groups Projects
meldata.cc 29.6 KiB
Newer Older
Mark Jenkinson's avatar
Mark Jenkinson committed
    if(unmixMatrix.Storage()>0){cout << "unmix: " << unmixMatrix.Nrows() <<"x" << unmixMatrix.Ncols() << endl;}else{cout << "unmix empty " <<endl;}
    if(IC.Storage()>0){cout << "IC: " << IC.Nrows() <<"x" << IC.Ncols() << endl;}else{cout << "IC empty " <<endl;}
  } //void status()