Mercurial > hg > octave-avbm
comparison liboctave/CmplxLU.cc @ 3887:7da18459c08b
[project @ 2002-04-04 00:44:21 by jwe]
author | jwe |
---|---|
date | Thu, 04 Apr 2002 00:46:37 +0000 |
parents | 1cdb3ab4180a |
children | 6e86256e9c54 |
comparison
equal
deleted
inserted
replaced
3886:96919c87953c | 3887:7da18459c08b |
---|---|
41 | 41 |
42 // Define the constructor for this particular derivation. | 42 // Define the constructor for this particular derivation. |
43 | 43 |
44 extern "C" | 44 extern "C" |
45 { | 45 { |
46 int F77_FCN (zgetrf, ZGETRF) (const int&, const int&, Complex*, | 46 int F77_FUNC (zgetrf, ZGETRF) (const int&, const int&, Complex*, |
47 const int&, int*, int&); | 47 const int&, int*, int&); |
48 } | 48 } |
49 | 49 |
50 ComplexLU::ComplexLU (const ComplexMatrix& a) | 50 ComplexLU::ComplexLU (const ComplexMatrix& a) |
51 { | 51 { |