Changes between Version 21 and Version 22 of SwiggingHlsvd
- Timestamp:
- Jul 14, 2009, 4:53:01 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SwiggingHlsvd
v21 v22 69 69 }}} 70 70 71 This comment about the parameters is stolen from the f2c-ed code: 72 71 73 {{{ 72 #!rst 73 This comment about the parameters is stolen from the f2c-ed code: 74 :: 74 #!c 75 75 76 76 /* on entry: */ … … 96 96 /* nitf - final number of iterations */ 97 97 /* ndiv - number of singular values found */ 98 99 98 }}} 99 100 {{{ 101 #!rst 100 102 The code to call an ideal Python version of ``hlsvd()`` might look something like the example below. (For clarity's sake I'm sticking with the same variable names as in the comments above; I generally prefer to avoid abbreviations.) 101 103 ::