comparison src/sparse-xpow.h @ 10313:f3b65e1ae355

untabify src header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:16:43 -0500
parents cd96d29c5efa
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10312:cbc402e64d83 10313:f3b65e1ae355
38 38
39 extern octave_value elem_xpow (const SparseMatrix& a, double b); 39 extern octave_value elem_xpow (const SparseMatrix& a, double b);
40 extern octave_value elem_xpow (const SparseMatrix& a, const SparseMatrix& b); 40 extern octave_value elem_xpow (const SparseMatrix& a, const SparseMatrix& b);
41 extern octave_value elem_xpow (const SparseMatrix& a, const Complex& b); 41 extern octave_value elem_xpow (const SparseMatrix& a, const Complex& b);
42 extern octave_value elem_xpow (const SparseMatrix& a, 42 extern octave_value elem_xpow (const SparseMatrix& a,
43 const SparseComplexMatrix& b); 43 const SparseComplexMatrix& b);
44 44
45 extern octave_value elem_xpow (const Complex& a, const SparseMatrix& b); 45 extern octave_value elem_xpow (const Complex& a, const SparseMatrix& b);
46 extern octave_value elem_xpow (const Complex& a, 46 extern octave_value elem_xpow (const Complex& a,
47 const SparseComplexMatrix& b); 47 const SparseComplexMatrix& b);
48 48
49 extern octave_value elem_xpow (const SparseComplexMatrix& a, double b); 49 extern octave_value elem_xpow (const SparseComplexMatrix& a, double b);
50 extern octave_value elem_xpow (const SparseComplexMatrix& a, 50 extern octave_value elem_xpow (const SparseComplexMatrix& a,
51 const SparseMatrix& b); 51 const SparseMatrix& b);
52 extern octave_value elem_xpow (const SparseComplexMatrix& a, 52 extern octave_value elem_xpow (const SparseComplexMatrix& a,
53 const Complex& b); 53 const Complex& b);
54 extern octave_value elem_xpow (const SparseComplexMatrix& a, 54 extern octave_value elem_xpow (const SparseComplexMatrix& a,
55 const SparseComplexMatrix& b); 55 const SparseComplexMatrix& b);
56 56
57 #endif 57 #endif