Skip to content

Commit 3bc0fc3

Browse files
jipweslleyspereira
authored andcommitted
comments unified: subroutine name: letters case
1 parent c49b330 commit 3bc0fc3

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

SRC/slaed0.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED0 used by sstedc. Computes all eigenvalues and corresponding eigenvectors of an unreduced symmetric tridiagonal matrix using the divide and conquer method.
1+
*> \brief \b SLAED0 used by SSTEDC. Computes all eigenvalues and corresponding eigenvectors of an unreduced symmetric tridiagonal matrix using the divide and conquer method.
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/slaed1.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED1 used by sstedc. Computes the updated eigensystem of a diagonal matrix after modification by a rank-one symmetric matrix. Used when the original matrix is tridiagonal.
1+
*> \brief \b SLAED1 used by SSTEDC. Computes the updated eigensystem of a diagonal matrix after modification by a rank-one symmetric matrix. Used when the original matrix is tridiagonal.
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/slaed2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED2 used by sstedc. Merges eigenvalues and deflates secular equation. Used when the original matrix is tridiagonal.
1+
*> \brief \b SLAED2 used by SSTEDC. Merges eigenvalues and deflates secular equation. Used when the original matrix is tridiagonal.
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/slaed3.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED3 used by sstedc. Finds the roots of the secular equation and updates the eigenvectors. Used when the original matrix is tridiagonal.
1+
*> \brief \b SLAED3 used by SSTEDC. Finds the roots of the secular equation and updates the eigenvectors. Used when the original matrix is tridiagonal.
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/slaed4.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED4 used by sstedc. Finds a single root of the secular equation.
1+
*> \brief \b SLAED4 used by SSTEDC. Finds a single root of the secular equation.
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/slaed5.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED5 used by sstedc. Solves the 2-by-2 secular equation.
1+
*> \brief \b SLAED5 used by SSTEDC. Solves the 2-by-2 secular equation.
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/slaed6.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED6 used by sstedc. Computes one Newton step in solution of the secular equation.
1+
*> \brief \b SLAED6 used by SSTEDC. Computes one Newton step in solution of the secular equation.
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/slaed7.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED7 used by sstedc. Computes the updated eigensystem of a diagonal matrix after modification by a rank-one symmetric matrix. Used when the original matrix is dense.
1+
*> \brief \b SLAED7 used by SSTEDC. Computes the updated eigensystem of a diagonal matrix after modification by a rank-one symmetric matrix. Used when the original matrix is dense.
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/slaed8.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED8 used by sstedc. Merges eigenvalues and deflates secular equation. Used when the original matrix is dense.
1+
*> \brief \b SLAED8 used by SSTEDC. Merges eigenvalues and deflates secular equation. Used when the original matrix is dense.
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/slaed9.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief \b SLAED9 used by sstedc. Finds the roots of the secular equation and updates the eigenvectors. Used when the original matrix is dense.
1+
*> \brief \b SLAED9 used by SSTEDC. Finds the roots of the secular equation and updates the eigenvectors. Used when the original matrix is dense.
22
*
33
* =========== DOCUMENTATION ===========
44
*

0 commit comments

Comments
 (0)