File tree Expand file tree Collapse file tree 8 files changed +64
-16
lines changed Expand file tree Collapse file tree 8 files changed +64
-16
lines changed Original file line number Diff line number Diff line change 39
39
* >
40
40
* > A * X = B, A**T * X = B, or A**H * X = B,
41
41
* >
42
- * > where A is a triangular band matrix of order N, and B is an
43
- * > N-by-NRHS matrix. A check is made to verify that A is nonsingular.
42
+ * > where A is a triangular band matrix of order N, and B is an N-by-NRHS matrix.
43
+ * >
44
+ * > This subroutine verifies that A is nonsingular, but callers should note that only exact
45
+ * > singularity is detected. It is conceivable for one or more diagonal elements of A to be
46
+ * > subnormally tiny numbers without this subroutine signalling an error.
47
+ * >
48
+ * > If a possible loss of numerical precision due to near-singular matrices is a concern, the
49
+ * > caller should verify that A is nonsingular within some tolerance before calling this subroutine.
44
50
* > \endverbatim
45
51
*
46
52
* Arguments:
Original file line number Diff line number Diff line change 39
39
* >
40
40
* > A * X = B, A**T * X = B, or A**H * X = B,
41
41
* >
42
- * > where A is a triangular matrix of order N, and B is an N-by-NRHS
43
- * > matrix. A check is made to verify that A is nonsingular.
42
+ * > where A is a triangular matrix of order N, and B is an N-by-NRHS matrix.
43
+ * >
44
+ * > This subroutine verifies that A is nonsingular, but callers should note that only exact
45
+ * > singularity is detected. It is conceivable for one or more diagonal elements of A to be
46
+ * > subnormally tiny numbers without this subroutine signalling an error.
47
+ * >
48
+ * > If a possible loss of numerical precision due to near-singular matrices is a concern, the
49
+ * > caller should verify that A is nonsingular within some tolerance before calling this subroutine.
44
50
* > \endverbatim
45
51
*
46
52
* Arguments:
Original file line number Diff line number Diff line change 39
39
* >
40
40
* > A * X = B or A**T * X = B,
41
41
* >
42
- * > where A is a triangular band matrix of order N, and B is an
43
- * > N-by NRHS matrix. A check is made to verify that A is nonsingular.
42
+ * > where A is a triangular band matrix of order N, and B is an N-by-NRHS matrix.
43
+ * >
44
+ * > This subroutine verifies that A is nonsingular, but callers should note that only exact
45
+ * > singularity is detected. It is conceivable for one or more diagonal elements of A to be
46
+ * > subnormally tiny numbers without this subroutine signalling an error.
47
+ * >
48
+ * > If a possible loss of numerical precision due to near-singular matrices is a concern, the
49
+ * > caller should verify that A is nonsingular within some tolerance before calling this subroutine.
44
50
* > \endverbatim
45
51
*
46
52
* Arguments:
Original file line number Diff line number Diff line change 39
39
* >
40
40
* > A * X = B or A**T * X = B,
41
41
* >
42
- * > where A is a triangular matrix of order N, and B is an N-by-NRHS
43
- * > matrix. A check is made to verify that A is nonsingular.
42
+ * > where A is a triangular matrix of order N, and B is an N-by-NRHS matrix.
43
+ * >
44
+ * > This subroutine verifies that A is nonsingular, but callers should note that only exact
45
+ * > singularity is detected. It is conceivable for one or more diagonal elements of A to be
46
+ * > subnormally tiny numbers without this subroutine signalling an error.
47
+ * >
48
+ * > If a possible loss of numerical precision due to near-singular matrices is a concern, the
49
+ * > caller should verify that A is nonsingular within some tolerance before calling this subroutine.
44
50
* > \endverbatim
45
51
*
46
52
* Arguments:
Original file line number Diff line number Diff line change 39
39
* >
40
40
* > A * X = B or A**T * X = B,
41
41
* >
42
- * > where A is a triangular band matrix of order N, and B is an
43
- * > N-by NRHS matrix. A check is made to verify that A is nonsingular.
42
+ * > where A is a triangular band matrix of order N, and B is an N-by-NRHS matrix.
43
+ * >
44
+ * > This subroutine verifies that A is nonsingular, but callers should note that only exact
45
+ * > singularity is detected. It is conceivable for one or more diagonal elements of A to be
46
+ * > subnormally tiny numbers without this subroutine signalling an error.
47
+ * >
48
+ * > If a possible loss of numerical precision due to near-singular matrices is a concern, the
49
+ * > caller should verify that A is nonsingular within some tolerance before calling this subroutine.
44
50
* > \endverbatim
45
51
*
46
52
* Arguments:
Original file line number Diff line number Diff line change 39
39
* >
40
40
* > A * X = B or A**T * X = B,
41
41
* >
42
- * > where A is a triangular matrix of order N, and B is an N-by-NRHS
43
- * > matrix. A check is made to verify that A is nonsingular.
42
+ * > where A is a triangular matrix of order N, and B is an N-by-NRHS matrix.
43
+ * >
44
+ * > This subroutine verifies that A is nonsingular, but callers should note that only exact
45
+ * > singularity is detected. It is conceivable for one or more diagonal elements of A to be
46
+ * > subnormally tiny numbers without this subroutine signalling an error.
47
+ * >
48
+ * > If a possible loss of numerical precision due to near-singular matrices is a concern, the
49
+ * > caller should verify that A is nonsingular within some tolerance before calling this subroutine.
44
50
* > \endverbatim
45
51
*
46
52
* Arguments:
Original file line number Diff line number Diff line change 39
39
* >
40
40
* > A * X = B, A**T * X = B, or A**H * X = B,
41
41
* >
42
- * > where A is a triangular band matrix of order N, and B is an
43
- * > N-by-NRHS matrix. A check is made to verify that A is nonsingular.
42
+ * > where A is a triangular band matrix of order N, and B is an N-by-NRHS matrix.
43
+ * >
44
+ * > This subroutine verifies that A is nonsingular, but callers should note that only exact
45
+ * > singularity is detected. It is conceivable for one or more diagonal elements of A to be
46
+ * > subnormally tiny numbers without this subroutine signalling an error.
47
+ * >
48
+ * > If a possible loss of numerical precision due to near-singular matrices is a concern, the
49
+ * > caller should verify that A is nonsingular within some tolerance before calling this subroutine.
44
50
* > \endverbatim
45
51
*
46
52
* Arguments:
Original file line number Diff line number Diff line change 39
39
* >
40
40
* > A * X = B, A**T * X = B, or A**H * X = B,
41
41
* >
42
- * > where A is a triangular matrix of order N, and B is an N-by-NRHS
43
- * > matrix. A check is made to verify that A is nonsingular.
42
+ * > where A is a triangular matrix of order N, and B is an N-by-NRHS matrix.
43
+ * >
44
+ * > This subroutine verifies that A is nonsingular, but callers should note that only exact
45
+ * > singularity is detected. It is conceivable for one or more diagonal elements of A to be
46
+ * > subnormally tiny numbers without this subroutine signalling an error.
47
+ * >
48
+ * > If a possible loss of numerical precision due to near-singular matrices is a concern, the
49
+ * > caller should verify that A is nonsingular within some tolerance before calling this subroutine.
44
50
* > \endverbatim
45
51
*
46
52
* Arguments:
You can’t perform that action at this time.
0 commit comments