diff scripts/linear-algebra/logm.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 7ef7e20057fa
line wrap: on
line diff
--- a/scripts/linear-algebra/logm.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/linear-algebra/logm.m	Thu Jan 20 17:35:29 2011 -0500
@@ -35,12 +35,12 @@
 ##
 ## @end deftypefn
 
-## Reference: N. J. Higham, Functions of Matrices: Theory and Computation 
+## Reference: N. J. Higham, Functions of Matrices: Theory and Computation
 ##            (SIAM, 2008.)
 ##
 
 function [s, iters] = logm (A, opt_iters = 100)
- 
+
   if (nargin == 0 || nargin > 2)
     print_usage ();
   endif
@@ -108,8 +108,8 @@
 
 ################## ANCILLARY FUNCTIONS ################################
 ######  Taken from the mfttoolbox (GPL 3) by D. Higham.
-######  Reference: 
-######      D. Higham, Functions of Matrices: Theory and Computation 
+######  Reference:
+######      D. Higham, Functions of Matrices: Theory and Computation
 ######      (SIAM, 2008.).
 #######################################################################