File: README

package info (click to toggle)
arpack%2B%2B 2.3-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 4,556 kB
  • sloc: cpp: 16,612; sh: 8,819; ansic: 2,312; makefile: 258
file content (34 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This is the arpack++/examples/dense/complex directory.

1) Examples included in this directory:

   This directory contains examples intended to show how to use
   ARPACK++ to solve complex dense eigenvalue problems in various
   computational modes.

   file              Description
   -----------       --------------------------------------------------

   dcompreg.cc       In this example a standard eigenvalue problem
                     is solved using the regular mode.

   dcompshf.cc       In this example a standard eigenvalue problem
                     is solved using the shift and invert mode.

   dcompgre.cc       In this example a generalized eigenvalue problem
                     is solved using the regular mode.

   dcompgsh.cc       In this example a generalized eigenvalue problem
                     is solved using the real shift and invert mode.


2) Compiling the examples:

   To compile and link all the above mentioned programs you just have
   to type "make all". Each example can also be compiled separately by
   using a specific command, such as "make dcompgsh".

3) Running the examples:

   A program is executed by just typing its name (dcompgsh, for
   example).