mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-03 17:10:13 -04:00
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2001/04/27 22:57:31 jtb Exp $
|
|
|
|
--- cptsl.f.orig Fri Nov 17 17:32:00 2000
|
|
+++ cptsl.f
|
|
@@ -1,6 +1,6 @@
|
|
subroutine cptsl(n,d,e,b)
|
|
integer n
|
|
- complex d(1),e(1),b(1)
|
|
+ complex d(1),e(1),b(*)
|
|
c
|
|
c cptsl given a positive definite tridiagonal matrix and a right
|
|
c hand side will find the solution.
|