comparison liboctave/CNDArray.h @ 5523:451ad352b288

[project @ 2005-10-31 03:18:21 by jwe]
author jwe
date Mon, 31 Oct 2005 03:18:22 +0000
parents 4c8a2e4e0717
children ace8d8d26933
comparison
equal deleted inserted replaced
5522:98691610b386 5523:451ad352b288
32 32
33 class 33 class
34 ComplexNDArray : public MArrayN<Complex> 34 ComplexNDArray : public MArrayN<Complex>
35 { 35 {
36 public: 36 public:
37 37
38 ComplexNDArray (void) : MArrayN<Complex> () { } 38 ComplexNDArray (void) : MArrayN<Complex> () { }
39 39
40 ComplexNDArray (const dim_vector& dv) : MArrayN<Complex> (dv) { } 40 ComplexNDArray (const dim_vector& dv) : MArrayN<Complex> (dv) { }
41 41
42 ComplexNDArray (const dim_vector& dv, const Complex& val) 42 ComplexNDArray (const dim_vector& dv, const Complex& val)