Mercurial > hg > octave-nkf
comparison src/xpow.h @ 4188:cfe753a0ed6f
[project @ 2002-11-19 20:17:44 by jwe]
author | jwe |
---|---|
date | Tue, 19 Nov 2002 20:17:44 +0000 |
parents | 8b262e771614 |
children | 79df15d4470c |
comparison
equal
deleted
inserted
replaced
4187:dda53b247bc8 | 4188:cfe753a0ed6f |
---|---|
57 extern octave_value elem_xpow (const Complex& a, const ComplexMatrix& b); | 57 extern octave_value elem_xpow (const Complex& a, const ComplexMatrix& b); |
58 | 58 |
59 extern octave_value elem_xpow (const ComplexMatrix& a, double b); | 59 extern octave_value elem_xpow (const ComplexMatrix& a, double b); |
60 extern octave_value elem_xpow (const ComplexMatrix& a, const Matrix& b); | 60 extern octave_value elem_xpow (const ComplexMatrix& a, const Matrix& b); |
61 extern octave_value elem_xpow (const ComplexMatrix& a, const Complex& b); | 61 extern octave_value elem_xpow (const ComplexMatrix& a, const Complex& b); |
62 extern octave_value elem_xpow (const ComplexMatrix& a, | 62 extern octave_value elem_xpow (const ComplexMatrix& a, const ComplexMatrix& b); |
63 const ComplexMatrix& b); | |
64 | 63 |
65 #endif | 64 #endif |
66 | 65 |
67 /* | 66 /* |
68 ;;; Local Variables: *** | 67 ;;; Local Variables: *** |