File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 127127* > \param[out] RESID
128128* > \verbatim
129129* > RESID is REAL
130- * > The test ratio: norm(A - Q * B * P**H) / ( n * norm(A) * EPS )
130+ * > The test ratio:
131+ * > norm(A - Q * B * P**H) / ( n * norm(A) * EPS )
131132* > \endverbatim
132133*
133134* Authors:
Original file line number Diff line number Diff line change 6969* > AFAC is COMPLEX array, dimension (LDAFAC,N)
7070* > On entry, the factor L or U from the L * L**H or U**H * U
7171* > factorization of A.
72- * > Overwritten with the reconstructed matrix, and then with the
73- * > difference L * L**H - A (or U**H * U - A).
72+ * > Overwritten with the reconstructed matrix, and then with
73+ * > the difference L * L**H - A (or U**H * U - A).
7474* > \endverbatim
7575* >
7676* > \param[in] LDAFAC
Original file line number Diff line number Diff line change 6767* > AFAC is DOUBLE PRECISION array, dimension (LDAFAC,N)
6868* > On entry, the factor L or U from the L * L**T or U**T * U
6969* > factorization of A.
70- * > Overwritten with the reconstructed matrix, and then with the
71- * > difference L * L**T - A (or U**T * U - A).
70+ * > Overwritten with the reconstructed matrix, and then with
71+ * > the difference L * L**T - A (or U**T * U - A).
7272* > \endverbatim
7373* >
7474* > \param[in] LDAFAC
Original file line number Diff line number Diff line change 6767* > AFAC is REAL array, dimension (LDAFAC,N)
6868* > On entry, the factor L or U from the L * L**T or U**T * U
6969* > factorization of A.
70- * > Overwritten with the reconstructed matrix, and then with the
71- * > difference L * L**T - A (or U**T * U - A).
70+ * > Overwritten with the reconstructed matrix, and then with
71+ * > the difference L * L**T - A (or U**T * U - A).
7272* > \endverbatim
7373* >
7474* > \param[in] LDAFAC
Original file line number Diff line number Diff line change 6969* > AFAC is COMPLEX*16 array, dimension (LDAFAC,N)
7070* > On entry, the factor L or U from the L * L**H or U**H * U
7171* > factorization of A.
72- * > Overwritten with the reconstructed matrix, and then with the
72+ * > Overwritten with the reconstructed matrix, and then with
7373* > the difference L * L**H - A (or U**H * U - A).
7474* > \endverbatim
7575* >
You can’t perform that action at this time.
0 commit comments