Go to the documentation of this file.
30 #error <blitz/mattoep.h> must be included via <blitz/mstruct.h>
43 ToeplitzIterator(
unsigned rows,
unsigned cols)
53 operator bool()
const {
return good_; }
60 else if (j_ < cols_ - 1)
72 unsigned offset()
const
107 template<
typename T_numtype>
109 unsigned i,
unsigned j)
const
115 template<
typename T_numtype>
116 T_numtype&
get(T_numtype *
restrict data,
unsigned i,
unsigned j)
143 #endif // BZ_MATSYMM_H