File: README

package info (click to toggle)
sparskit 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,348 kB
  • sloc: fortran: 15,253; makefile: 260; sh: 136; ansic: 76
file content (20 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

 SUBDIRECTORY MATEXP 
 -------------------
 routines related to matrix exponentials. 

 contents:
---------- 
 exppro.f    computes exp( t A) v
 rexp.f      a simple test program for exppro.f
 phipro.f    solves y'= A y + b
 rphi.f      a simple test program for phipro.f
 makefile    makefile for the test problems. make exp.ex will make
             an executable for exppro, make phi.ex will test program for
             phipro.f


 feedback appreciated.  BEWARE: DOCUMENTATION MAY BE INACCURATE -
 ---------------------  VERY LITTLE TESTING DONE WITH PHIPRO.F --