Skip to content

Commit 4afdca2

Browse files
author
GYT
committed
Add "exact" to *TRTRS and *TBTRS info value descriptions
1 parent 5475251 commit 4afdca2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

SRC/ctbtrs.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
*> INFO is INTEGER
132132
*> = 0: successful exit
133133
*> < 0: if INFO = -i, the i-th argument had an illegal value
134-
*> > 0: if INFO = i, the i-th diagonal element of A is zero,
134+
*> > 0: if INFO = i, the i-th diagonal element of A is exactly zero,
135135
*> indicating that the matrix is singular and the
136136
*> solutions X have not been computed.
137137
*> \endverbatim

SRC/ctrtrs.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
*> INFO is INTEGER
126126
*> = 0: successful exit
127127
*> < 0: if INFO = -i, the i-th argument had an illegal value
128-
*> > 0: if INFO = i, the i-th diagonal element of A is zero,
128+
*> > 0: if INFO = i, the i-th diagonal element of A is exactly zero,
129129
*> indicating that the matrix is singular and the solutions
130130
*> X have not been computed.
131131
*> \endverbatim

SRC/dtbtrs.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
*> INFO is INTEGER
132132
*> = 0: successful exit
133133
*> < 0: if INFO = -i, the i-th argument had an illegal value
134-
*> > 0: if INFO = i, the i-th diagonal element of A is zero,
134+
*> > 0: if INFO = i, the i-th diagonal element of A is exactly zero,
135135
*> indicating that the matrix is singular and the
136136
*> solutions X have not been computed.
137137
*> \endverbatim

SRC/dtrtrs.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
*> INFO is INTEGER
126126
*> = 0: successful exit
127127
*> < 0: if INFO = -i, the i-th argument had an illegal value
128-
*> > 0: if INFO = i, the i-th diagonal element of A is zero,
128+
*> > 0: if INFO = i, the i-th diagonal element of A is exactly zero,
129129
*> indicating that the matrix is singular and the solutions
130130
*> X have not been computed.
131131
*> \endverbatim

SRC/stbtrs.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
*> INFO is INTEGER
132132
*> = 0: successful exit
133133
*> < 0: if INFO = -i, the i-th argument had an illegal value
134-
*> > 0: if INFO = i, the i-th diagonal element of A is zero,
134+
*> > 0: if INFO = i, the i-th diagonal element of A is exactly zero,
135135
*> indicating that the matrix is singular and the
136136
*> solutions X have not been computed.
137137
*> \endverbatim

SRC/strtrs.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
*> INFO is INTEGER
126126
*> = 0: successful exit
127127
*> < 0: if INFO = -i, the i-th argument had an illegal value
128-
*> > 0: if INFO = i, the i-th diagonal element of A is zero,
128+
*> > 0: if INFO = i, the i-th diagonal element of A is exactly zero,
129129
*> indicating that the matrix is singular and the solutions
130130
*> X have not been computed.
131131
*> \endverbatim

SRC/ztbtrs.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
*> INFO is INTEGER
132132
*> = 0: successful exit
133133
*> < 0: if INFO = -i, the i-th argument had an illegal value
134-
*> > 0: if INFO = i, the i-th diagonal element of A is zero,
134+
*> > 0: if INFO = i, the i-th diagonal element of A is exactly zero,
135135
*> indicating that the matrix is singular and the
136136
*> solutions X have not been computed.
137137
*> \endverbatim

SRC/ztrtrs.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
*> INFO is INTEGER
126126
*> = 0: successful exit
127127
*> < 0: if INFO = -i, the i-th argument had an illegal value
128-
*> > 0: if INFO = i, the i-th diagonal element of A is zero,
128+
*> > 0: if INFO = i, the i-th diagonal element of A is exactly zero,
129129
*> indicating that the matrix is singular and the solutions
130130
*> X have not been computed.
131131
*> \endverbatim

0 commit comments

Comments
 (0)