diff src/sparse-xdiv.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
line wrap: on
line diff
--- a/src/sparse-xdiv.h	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/sparse-xdiv.h	Thu Jan 20 17:24:59 2011 -0500
@@ -37,57 +37,57 @@
                            MatrixType &typ);
 extern ComplexMatrix xdiv (const ComplexMatrix& a, const SparseMatrix& b,
                            MatrixType &typ);
-extern ComplexMatrix xdiv (const ComplexMatrix& a, 
+extern ComplexMatrix xdiv (const ComplexMatrix& a,
                            const SparseComplexMatrix& b, MatrixType &typ);
 
 extern SparseMatrix xdiv (const SparseMatrix& a, const SparseMatrix& b,
                           MatrixType &typ);
-extern SparseComplexMatrix xdiv (const SparseMatrix& a, 
+extern SparseComplexMatrix xdiv (const SparseMatrix& a,
                                  const SparseComplexMatrix& b, MatrixType &typ);
-extern SparseComplexMatrix xdiv (const SparseComplexMatrix& a, 
+extern SparseComplexMatrix xdiv (const SparseComplexMatrix& a,
                                  const SparseMatrix& b, MatrixType &typ);
-extern SparseComplexMatrix xdiv (const SparseComplexMatrix& a, 
+extern SparseComplexMatrix xdiv (const SparseComplexMatrix& a,
                                  const SparseComplexMatrix& b, MatrixType &typ);
 
-extern SparseMatrix xdiv (const SparseMatrix& a, 
+extern SparseMatrix xdiv (const SparseMatrix& a,
                           const DiagMatrix& b, MatrixType &typ);
-extern SparseComplexMatrix xdiv (const SparseMatrix& a, 
+extern SparseComplexMatrix xdiv (const SparseMatrix& a,
                                  const ComplexDiagMatrix& b, MatrixType &typ);
-extern SparseComplexMatrix xdiv (const SparseComplexMatrix& a, 
+extern SparseComplexMatrix xdiv (const SparseComplexMatrix& a,
                                  const DiagMatrix& b, MatrixType &typ);
-extern SparseComplexMatrix xdiv (const SparseComplexMatrix& a, 
+extern SparseComplexMatrix xdiv (const SparseComplexMatrix& a,
                                  const ComplexDiagMatrix& b, MatrixType &typ);
 
 extern Matrix x_el_div (double a, const SparseMatrix& b);
 extern ComplexMatrix x_el_div (double a, const SparseComplexMatrix& b);
 extern ComplexMatrix x_el_div (const Complex a, const SparseMatrix& b);
-extern ComplexMatrix x_el_div (const Complex a, 
+extern ComplexMatrix x_el_div (const Complex a,
                                const SparseComplexMatrix& b);
 
-extern Matrix xleftdiv (const SparseMatrix& a, const Matrix& b, 
+extern Matrix xleftdiv (const SparseMatrix& a, const Matrix& b,
                         MatrixType& typ);
 extern ComplexMatrix xleftdiv (const SparseMatrix& a, const ComplexMatrix& b,
                                MatrixType &typ);
 extern ComplexMatrix xleftdiv (const SparseComplexMatrix& a, const Matrix& b,
                                MatrixType &typ);
-extern ComplexMatrix xleftdiv (const SparseComplexMatrix& a, 
+extern ComplexMatrix xleftdiv (const SparseComplexMatrix& a,
                                const ComplexMatrix& b, MatrixType &typ);
 
 extern SparseMatrix xleftdiv (const SparseMatrix& a, const SparseMatrix& b,
                               MatrixType &typ);
-extern SparseComplexMatrix xleftdiv (const SparseMatrix& a, 
+extern SparseComplexMatrix xleftdiv (const SparseMatrix& a,
                                      const SparseComplexMatrix& b, MatrixType &typ);
-extern SparseComplexMatrix xleftdiv (const SparseComplexMatrix& a, 
+extern SparseComplexMatrix xleftdiv (const SparseComplexMatrix& a,
                                      const SparseMatrix& b, MatrixType &typ);
-extern SparseComplexMatrix xleftdiv (const SparseComplexMatrix& a, 
+extern SparseComplexMatrix xleftdiv (const SparseComplexMatrix& a,
                                      const SparseComplexMatrix& b, MatrixType &typ);
 
 extern SparseMatrix xleftdiv (const DiagMatrix&, const SparseMatrix&, MatrixType&);
-extern SparseComplexMatrix xleftdiv (const ComplexDiagMatrix&, const SparseMatrix&, 
+extern SparseComplexMatrix xleftdiv (const ComplexDiagMatrix&, const SparseMatrix&,
                                      MatrixType&);
-extern SparseComplexMatrix xleftdiv (const DiagMatrix&, const SparseComplexMatrix&, 
+extern SparseComplexMatrix xleftdiv (const DiagMatrix&, const SparseComplexMatrix&,
                                      MatrixType&);
-extern SparseComplexMatrix xleftdiv (const ComplexDiagMatrix&, const SparseComplexMatrix&, 
+extern SparseComplexMatrix xleftdiv (const ComplexDiagMatrix&, const SparseComplexMatrix&,
                                      MatrixType&);
 
 #endif