File: README

package info (click to toggle)
arpack 2.1%2Bparpack96.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 13,172 kB
  • ctags: 17,589
  • sloc: fortran: 80,325; makefile: 640; ansic: 159; sh: 10
file content (18 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
1. Purpose 
   -------
   This directory contains simple example drivers that call ARPACK subroutine
   [s,d]saupd.f and [s,d]seupd.f to compute the Singular Value Decomposition
   of a matrix A.  These drivers illustrate how to use ARPACK in considerable 
   detail.

2. Naming Convention
   -----------------
   The name for each driver has the form 'Xsvd.f', where
   X - is 's' (single precision)
       or 'd' (double precision)

3. Usage
   -----
   To run these drivers, you may use the makefile in this
   directory and issue, for example, "make ssvd".  Then
   execute using "ssvd".