1 #ifndef __casac_array_h__
2 #define __casac_array_h__
8 template<
class t>
class array {
24 unsigned int size = 1;
void set(const vtype &v, const stype &s)
Elements::const_iterator const_iterator
void set(vtype *v, const stype &s)
array(vtype *v, const stype &s)
void resize(const stype &shp)
array(const vtype &v, const stype &s)
const vtype & vec() const
const stype & shape() const