File tree Expand file tree Collapse file tree 16 files changed +32
-8
lines changed Expand file tree Collapse file tree 16 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 148148* > ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
149149* > Before entry, the incremented array Y must contain the
150150* > vector y. On exit, Y is overwritten by the updated vector y.
151- * > If either m or n is zero, then Y not referenced.
151+ * > If either m or n is zero, then Y not referenced and the function
152+ * > performs a quick return.
152153* > \endverbatim
153154* >
154155* > \param[in] INCY
Original file line number Diff line number Diff line change 119119* > Before entry with BETA non-zero, the incremented array Y
120120* > must contain the vector y. On exit, Y is overwritten by the
121121* > updated vector y.
122- * > If either m or n is zero, then Y not referenced.
122+ * > If either m or n is zero, then Y not referenced and the function
123+ * > performs a quick return.
123124* > \endverbatim
124125* >
125126* > \param[in] INCY
Original file line number Diff line number Diff line change 146146* > ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
147147* > Before entry, the incremented array Y must contain the
148148* > vector y. On exit, Y is overwritten by the updated vector y.
149- * > If either m or n is zero, then Y not referenced.
149+ * > If either m or n is zero, then Y not referenced and the function
150+ * > performs a quick return.
150151* > \endverbatim
151152* >
152153* > \param[in] INCY
Original file line number Diff line number Diff line change 117117* > Before entry with BETA non-zero, the incremented array Y
118118* > must contain the vector y. On exit, Y is overwritten by the
119119* > updated vector y.
120- * > If either m or n is zero, then Y not referenced.
120+ * > If either m or n is zero, then Y not referenced and the function
121+ * > performs a quick return.
121122* > \endverbatim
122123* >
123124* > \param[in] INCY
Original file line number Diff line number Diff line change 146146* > ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
147147* > Before entry, the incremented array Y must contain the
148148* > vector y. On exit, Y is overwritten by the updated vector y.
149- * > If either m or n is zero, then Y not referenced.
149+ * > If either m or n is zero, then Y not referenced and the function
150+ * > performs a quick return.
150151* > \endverbatim
151152* >
152153* > \param[in] INCY
Original file line number Diff line number Diff line change 117117* > Before entry with BETA non-zero, the incremented array Y
118118* > must contain the vector y. On exit, Y is overwritten by the
119119* > updated vector y.
120- * > If either m or n is zero, then Y not referenced.
120+ * > If either m or n is zero, then Y not referenced and the function
121+ * > performs a quick return.
121122* > \endverbatim
122123* >
123124* > \param[in] INCY
Original file line number Diff line number Diff line change 148148* > ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
149149* > Before entry, the incremented array Y must contain the
150150* > vector y. On exit, Y is overwritten by the updated vector y.
151- * > If either m or n is zero, then Y not referenced.
151+ * > If either m or n is zero, then Y not referenced and the function
152+ * > performs a quick return.
152153* > \endverbatim
153154* >
154155* > \param[in] INCY
Original file line number Diff line number Diff line change 119119* > Before entry with BETA non-zero, the incremented array Y
120120* > must contain the vector y. On exit, Y is overwritten by the
121121* > updated vector y.
122- * > If either m or n is zero, then Y not referenced.
122+ * > If either m or n is zero, then Y not referenced and the function
123+ * > performs a quick return.
123124* > \endverbatim
124125* >
125126* > \param[in] INCY
Original file line number Diff line number Diff line change 158158* > Before entry with BETA non-zero, the incremented array Y
159159* > must contain the vector y. On exit, Y is overwritten by the
160160* > updated vector y.
161+ * > If either m or n is zero, then Y not referenced and the function
162+ * > performs a quick return.
161163* > \endverbatim
162164* >
163165* > \param[in] INCY
Original file line number Diff line number Diff line change 147147* > Before entry with BETA non-zero, the incremented array Y
148148* > must contain the vector y. On exit, Y is overwritten by the
149149* > updated vector y.
150+ * > If either m or n is zero, then Y not referenced and the function
151+ * > performs a quick return.
150152* > \endverbatim
151153* >
152154* > \param[in] INCY
You can’t perform that action at this time.
0 commit comments