summaryrefslogtreecommitdiff
path: root/benchmarks/linpack-bench
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /benchmarks/linpack-bench
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'benchmarks/linpack-bench')
-rw-r--r--benchmarks/linpack-bench/DESCR4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/linpack-bench/DESCR b/benchmarks/linpack-bench/DESCR
index 948be490455..193f9057afb 100644
--- a/benchmarks/linpack-bench/DESCR
+++ b/benchmarks/linpack-bench/DESCR
@@ -1,4 +1,4 @@
-Translated to C by Bonnie Toy 5/88
+Translated to C by Bonnie Toy 5/88
LINPACK is a collection of Fortran subroutines that analyze and solve
linear equations and linear least-squares problems. The package solves
@@ -7,7 +7,7 @@ symmetric positive definite, triangular, and tridiagonal square. In
addition, the package computes the QR and singular value decompositions of
rectangular matrices and applies them to least-squares problems. LINPACK
uses column-oriented algorithms to increase efficiency by preserving
-locality of reference.
+locality of reference.
LINPACK was designed for supercomputers in use in the 1970s and early
1980s. LINPACK has been largely superceded by LAPACK, which has been