Skip to content

Commit c791b99

Browse files
authored
Merge pull request #820 from vaerksted/master
typos
2 parents 647dded + f3fff11 commit c791b99

File tree

197 files changed

+250
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+250
-250
lines changed

CMAKE/CheckFortranTypeSizes.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This module perdorms several try-compiles to determine the default integer
1+
# This module performs several try-compiles to determine the default integer
22
# size being used by the fortran compiler
33
#
44
# After execution, the following variables are set. If they are un set then

CMAKE/Findcodecov.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function(add_coverage TNAME)
3636
endfunction()
3737

3838

39-
# Find the reuired flags foreach language.
39+
# Find the required flags foreach language.
4040
set(CMAKE_REQUIRED_QUIET_SAVE ${CMAKE_REQUIRED_QUIET})
4141
set(CMAKE_REQUIRED_QUIET ${codecov_FIND_QUIETLY})
4242

@@ -118,7 +118,7 @@ function (codecov_path_of_source FILE RETURN_VAR)
118118

119119
# If expression was found, SOURCEFILE is a generator-expression for an
120120
# object library. Currently we found no way to call this function automatic
121-
# for the referenced target, so it must be called in the directoryso of the
121+
# for the referenced target, so it must be called in the directory of the
122122
# object library definition.
123123
if(NOT "${_source}" STREQUAL "")
124124
set(${RETURN_VAR} "" PARENT_SCOPE)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ set(CPACK_MONOLITHIC_INSTALL ON)
516516
set(CPACK_PACKAGE_INSTALL_DIRECTORY "LAPACK")
517517
if(WIN32 AND NOT UNIX)
518518
# There is a bug in NSI that does not handle full unix paths properly. Make
519-
# sure there is at least one set of four (4) backlasshes.
519+
# sure there is at least one set of four (4) backslashes.
520520
set(CPACK_NSIS_HELP_LINK "http:\\\\\\\\http://icl.cs.utk.edu/lapack-forum")
521521
set(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\www.netlib.org/lapack")
522522
set(CPACK_NSIS_CONTACT "lapack@eecs.utk.edu")

DOCS/lawn81.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ \subsection{Test and Install the Machine-Dependent Routines.}
575575
package, at least three of which must be installed. They are
576576

577577
\begin{tabbing}
578-
MONOMO \= DOUBLE PRECYSION \= \kill
578+
MONOMO \= DOUBLE PRECISION \= \kill
579579
LSAME \> LOGICAL \> Test if two characters are the same regardless of case \\
580580
SLAMCH \> REAL \> Determine machine-dependent parameters \\
581581
DLAMCH \> DOUBLE PRECISION \> Determine machine-dependent parameters \\

LAPACKE/utils/lapacke_cgb_trans.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void LAPACKE_cgb_trans( int matrix_layout, lapack_int m, lapack_int n,
5454
}
5555
} else if ( matrix_layout == LAPACK_ROW_MAJOR ) {
5656
/* TODO: interchange loops for performance.
57-
* This is just reference impemeltation.
57+
* This is just reference implementation.
5858
*/
5959
for( j = 0; j < MIN( n, ldin ); j++ ) {
6060
for( i = MAX( ku-j, 0 ); i < MIN3( ldout, m+ku-j, kl+ku+1 );

LAPACKE/utils/lapacke_dgb_trans.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void LAPACKE_dgb_trans( int matrix_layout, lapack_int m, lapack_int n,
5454
}
5555
} else if ( matrix_layout == LAPACK_ROW_MAJOR ) {
5656
/* TODO: interchange loops for performance.
57-
* This is just reference impemeltation.
57+
* This is just reference implementation.
5858
*/
5959
for( j = 0; j < MIN( n, ldin ); j++ ) {
6060
for( i = MAX( ku-j, 0 ); i < MIN3( ldout, m+ku-j, kl+ku+1 );

LAPACKE/utils/lapacke_sgb_trans.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void LAPACKE_sgb_trans( int matrix_layout, lapack_int m, lapack_int n,
5454
}
5555
} else if ( matrix_layout == LAPACK_ROW_MAJOR ) {
5656
/* TODO: interchange loops for performance.
57-
* This is just reference impemeltation.
57+
* This is just reference implementation.
5858
*/
5959
for( j = 0; j < MIN( n, ldin ); j++ ) {
6060
for( i = MAX( ku-j, 0 ); i < MIN3( ldout, m+ku-j, kl+ku+1 );

LAPACKE/utils/lapacke_zgb_trans.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void LAPACKE_zgb_trans( int matrix_layout, lapack_int m, lapack_int n,
5454
}
5555
} else if ( matrix_layout == LAPACK_ROW_MAJOR ) {
5656
/* TODO: interchange loops for performance.
57-
* This is just reference impemeltation
57+
* This is just reference implementation
5858
*/
5959
for( j = 0; j < MIN( n, ldin ); j++ ) {
6060
for( i = MAX( ku-j, 0 ); i < MIN3( ldout, m+ku-j, kl+ku+1 );

SRC/DEPRECATED/cggsvd.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
*> In particular, if B is an N-by-N nonsingular matrix, then the GSVD of
108108
*> A and B implicitly gives the SVD of A*inv(B):
109109
*> A*inv(B) = U*(D1*inv(D2))*V**H.
110-
*> If ( A**H,B**H)**H has orthnormal columns, then the GSVD of A and B is also
110+
*> If ( A**H,B**H)**H has orthonormal columns, then the GSVD of A and B is also
111111
*> equal to the CS decomposition of A and B. Furthermore, the GSVD can
112112
*> be used to derive the solution of the eigenvalue problem:
113113
*> A**H*A x = lambda* B**H*B x.

SRC/DEPRECATED/zggsvd.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
*> In particular, if B is an N-by-N nonsingular matrix, then the GSVD of
107107
*> A and B implicitly gives the SVD of A*inv(B):
108108
*> A*inv(B) = U*(D1*inv(D2))*V**H.
109-
*> If ( A**H,B**H)**H has orthnormal columns, then the GSVD of A and B is also
109+
*> If ( A**H,B**H)**H has orthonormal columns, then the GSVD of A and B is also
110110
*> equal to the CS decomposition of A and B. Furthermore, the GSVD can
111111
*> be used to derive the solution of the eigenvalue problem:
112112
*> A**H*A x = lambda* B**H*B x.

0 commit comments

Comments
 (0)