22 cerr <<
"array bound exceeded -- slice index too"
23 " low in d3_array::operator(int,int,int)\n"
24 " mimumum bound is " <<
slicemin() <<
" you have "
30 cerr <<
"array bound exceeded -- slice index too"
31 " high in d3_array::operator(int,int,int)\n"
32 " maximum bound is " <<
slicemax() <<
" you have "
36 return ( ((
t[k].m[i]).va)+j );
47 cerr <<
"array bound exceeded -- slice index too"
48 " low in d3_array::operator(int,int)\n"
49 " mimumum bound is " <<
slicemin() <<
" you have "
55 cerr <<
"array bound exceeded -- slice index too"
56 " high in d3_array::operator(int,int)\n"
57 " maximum bound is " <<
slicemax() <<
" you have "
Base class for dvariable.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
const prevariable operator()(int k, int i, int j) const