24 cerr <<
"matrix bound exceeded -- row index too low in "
25 <<
"imatrix::operator()(int, int)\n"
26 <<
"value was \"" << i <<
"\".\n";
31 cerr <<
"matrix bound exceeded -- row index too high in "
32 <<
"imatrix::operator()(int, int)\n"
33 <<
"value was \"" << i <<
"\".\n";
39 cerr <<
"matrix bound exceeded -- column index too low in "
40 <<
"imatrix::operator()(int, int)\n"
41 <<
"value was \"" << j <<
"\".\n";
46 cerr <<
"matrix bound exceeded -- column index too high in "
47 <<
"imatrix::operator()(int, int)\n"
48 <<
"value was \"" << j <<
"\".\n";
64 cerr <<
"matrix bound exceeded -- row index too low in "
65 <<
"imatrix::operator()(int, int)\n"
66 <<
"value was \"" << i <<
"\".\n";
71 cerr <<
"matrix bound exceeded -- row index too high in "
72 <<
"imatrix::operator()(int, int)\n"
73 <<
"value was \"" << i <<
"\".\n";
79 cerr <<
"matrix bound exceeded -- column index too low in "
80 <<
"imatrix::operator()(int, int)\n"
81 <<
"value was \"" << j <<
"\".\n";
86 cerr <<
"matrix bound exceeded -- column index too high in "
87 <<
"imatrix::operator()(int, int)\n"
88 <<
"value was \"" << j <<
"\".\n";
ivector & operator()(int)
Array of integers(int) with indexes from index_min to indexmax.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.