Skip to content

Commit efc3839

Browse files
authored
Merge pull request #397 from haampie/fix-spelling-errors
Fix spelling errors
2 parents fa6565e + cfe7717 commit efc3839

20 files changed

Lines changed: 32 additions & 32 deletions

SRC/cgelq.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*> where:
2727
*>
2828
*> Q is a N-by-N orthogonal matrix;
29-
*> L is an lower-triangular M-by-M matrix;
29+
*> L is a lower-triangular M-by-M matrix;
3030
*> 0 is a M-by-(N-M) zero matrix, if M < N.
3131
*>
3232
*> \endverbatim

SRC/cgelq2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*> where:
4141
*>
4242
*> Q is a n-by-n orthogonal matrix;
43-
*> L is an lower-triangular m-by-m matrix;
43+
*> L is a lower-triangular m-by-m matrix;
4444
*> 0 is a m-by-(n-m) zero matrix, if m < n.
4545
*>
4646
*> \endverbatim

SRC/cgelqf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*> where:
4141
*>
4242
*> Q is a N-by-N orthogonal matrix;
43-
*> L is an lower-triangular M-by-M matrix;
43+
*> L is a lower-triangular M-by-M matrix;
4444
*> 0 is a M-by-(N-M) zero matrix, if M < N.
4545
*>
4646
*> \endverbatim

SRC/claswlq.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
*> where:
2828
*>
2929
*> Q is a n-by-N orthogonal matrix, stored on exit in an implicit
30-
*> form in the elements above the digonal of the array A and in
31-
*> the elemenst of the array T;
32-
*> L is an lower-triangular M-by-M matrix stored on exit in
30+
*> form in the elements above the diagonal of the array A and in
31+
*> the elements of the array T;
32+
*> L is a lower-triangular M-by-M matrix stored on exit in
3333
*> the elements on and below the diagonal of the array A.
3434
*> 0 is a M-by-(N-M) zero matrix, if M < N, and is not stored.
3535
*>

SRC/clatsqr.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
*> where:
2929
*>
3030
*> Q is a M-by-M orthogonal matrix, stored on exit in an implicit
31-
*> form in the elements below the digonal of the array A and in
32-
*> the elemenst of the array T;
31+
*> form in the elements below the diagonal of the array A and in
32+
*> the elements of the array T;
3333
*>
3434
*> R is an upper-triangular N-by-N matrix, stored on exit in
3535
*> the elements on and above the diagonal of the array A.

SRC/dgelq.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*> where:
2727
*>
2828
*> Q is a N-by-N orthogonal matrix;
29-
*> L is an lower-triangular M-by-M matrix;
29+
*> L is a lower-triangular M-by-M matrix;
3030
*> 0 is a M-by-(N-M) zero matrix, if M < N.
3131
*>
3232
*> \endverbatim

SRC/dgelq2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*> where:
4141
*>
4242
*> Q is a n-by-n orthogonal matrix;
43-
*> L is an lower-triangular m-by-m matrix;
43+
*> L is a lower-triangular m-by-m matrix;
4444
*> 0 is a m-by-(n-m) zero matrix, if m < n.
4545
*>
4646
*> \endverbatim

SRC/dgelqf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*> where:
4141
*>
4242
*> Q is a N-by-N orthogonal matrix;
43-
*> L is an lower-triangular M-by-M matrix;
43+
*> L is a lower-triangular M-by-M matrix;
4444
*> 0 is a M-by-(N-M) zero matrix, if M < N.
4545
*>
4646
*> \endverbatim

SRC/dlaswlq.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
*> where:
2828
*>
2929
*> Q is a n-by-N orthogonal matrix, stored on exit in an implicit
30-
*> form in the elements above the digonal of the array A and in
31-
*> the elemenst of the array T;
32-
*> L is an lower-triangular M-by-M matrix stored on exit in
30+
*> form in the elements above the diagonal of the array A and in
31+
*> the elements of the array T;
32+
*> L is a lower-triangular M-by-M matrix stored on exit in
3333
*> the elements on and below the diagonal of the array A.
3434
*> 0 is a M-by-(N-M) zero matrix, if M < N, and is not stored.
3535
*>

SRC/dlatsqr.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
*> where:
2929
*>
3030
*> Q is a M-by-M orthogonal matrix, stored on exit in an implicit
31-
*> form in the elements below the digonal of the array A and in
32-
*> the elemenst of the array T;
31+
*> form in the elements below the diagonal of the array A and in
32+
*> the elements of the array T;
3333
*>
3434
*> R is an upper-triangular N-by-N matrix, stored on exit in
3535
*> the elements on and above the diagonal of the array A.

0 commit comments

Comments
 (0)