TF++, Miscellaneous classes and modules in C++:
|
void tfxx::blitzutil::setToSameDomain | ( | blitz::Array< T, N > & | array, |
const blitz::RectDomain< N > & | domain, | ||
const blitz::GeneralArrayStorage< N > & | storage = blitz::fortranArray |
||
) |
create a second array spanning the same domain
array | A blitz array to be reshaped to domain . Upon return it references a new data area. |
domain | Domain to apply to array . May by return value of Array member function domain(). |
storage | Blitz++ Array storage layout to be used for array . |
Definition at line 90 of file blitzutil.h.
Referenced by main(), and tfxx::hacks::write_grepg_f().