typos
authorlangou <langou@users.noreply.github.com>
Sun, 14 Nov 2010 15:21:05 +0000 (15:21 +0000)
committerlangou <langou@users.noreply.github.com>
Sun, 14 Nov 2010 15:21:05 +0000 (15:21 +0000)
SRC/csytri2.f
SRC/dsytri2.f
SRC/ssytri2.f
SRC/zsytri2.f

index 9078b54..9d74fe1 100644 (file)
@@ -21,8 +21,8 @@
 *
 *  CSYTRI2 computes the inverse of a complex symmetric indefinite matrix
 *  A using the factorization A = U*D*U**T or A = L*D*L**T computed by
-*  CSYTRF. CSYTRI2 set the LEADING DIMENSION of the workspace
-*  before calling CSYTRI2X that actually compute the inverse.
+*  CSYTRF. CSYTRI2 sets the LEADING DIMENSION of the workspace
+*  before calling CSYTRI2X that actually computes the inverse.
 *
 *  Arguments
 *  =========
index c04a0bd..ed32d54 100644 (file)
@@ -21,8 +21,8 @@
 *
 *  DSYTRI2 computes the inverse of a real symmetric indefinite matrix
 *  A using the factorization A = U*D*U**T or A = L*D*L**T computed by
-*  DSYTRF. DSYTRI2 set the LEADING DIMENSION of the workspace
-*  before calling DSYTRI2X that actually compute the inverse.
+*  DSYTRF. DSYTRI2 sets the LEADING DIMENSION of the workspace
+*  before calling DSYTRI2X that actually computes the inverse.
 *
 *  Arguments
 *  =========
index 776cfc5..21867f4 100644 (file)
@@ -21,8 +21,8 @@
 *
 *  SSYTRI2 computes the inverse of a real symmetric indefinite matrix
 *  A using the factorization A = U*D*U**T or A = L*D*L**T computed by
-*  SSYTRF. SSYTRI2 set the LEADING DIMENSION of the workspace
-*  before calling SSYTRI2X that actually compute the inverse.
+*  SSYTRF. SSYTRI2 sets the LEADING DIMENSION of the workspace
+*  before calling SSYTRI2X that actually computes the inverse.
 *
 *  Arguments
 *  =========
index 3800617..63fad25 100644 (file)
@@ -21,8 +21,8 @@
 *
 *  ZSYTRI2 computes the inverse of a complex symmetric indefinite matrix
 *  A using the factorization A = U*D*U**T or A = L*D*L**T computed by
-*  ZSYTRF. ZSYTRI2 set the LEADING DIMENSION of the workspace
-*  before calling ZSYTRI2X that actually compute the inverse.
+*  ZSYTRF. ZSYTRI2 sets the LEADING DIMENSION of the workspace
+*  before calling ZSYTRI2X that actually computes the inverse.
 *
 *  Arguments
 *  =========