comparison liboctave/CmplxDET.h @ 5164:57077d0ddc8e

[project @ 2005-02-25 19:55:24 by jwe]
author jwe
date Fri, 25 Feb 2005 19:55:28 +0000
parents e35b034d3523
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5163:9f3299378193 5164:57077d0ddc8e
29 29
30 class 30 class
31 ComplexDET 31 ComplexDET
32 { 32 {
33 friend class ComplexMatrix; 33 friend class ComplexMatrix;
34 friend class SparseComplexMatrix;
34 35
35 public: 36 public:
36 37
37 ComplexDET (void) { } 38 ComplexDET (void) { }
38 39