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 148
148
* > ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
149
149
* > Before entry, the incremented array Y must contain the
150
150
* > 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.
152
153
* > \endverbatim
153
154
* >
154
155
* > \param[in] INCY
Original file line number Diff line number Diff line change 119
119
* > Before entry with BETA non-zero, the incremented array Y
120
120
* > must contain the vector y. On exit, Y is overwritten by the
121
121
* > 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.
123
124
* > \endverbatim
124
125
* >
125
126
* > \param[in] INCY
Original file line number Diff line number Diff line change 146
146
* > ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
147
147
* > Before entry, the incremented array Y must contain the
148
148
* > 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.
150
151
* > \endverbatim
151
152
* >
152
153
* > \param[in] INCY
Original file line number Diff line number Diff line change 117
117
* > Before entry with BETA non-zero, the incremented array Y
118
118
* > must contain the vector y. On exit, Y is overwritten by the
119
119
* > 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.
121
122
* > \endverbatim
122
123
* >
123
124
* > \param[in] INCY
Original file line number Diff line number Diff line change 146
146
* > ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
147
147
* > Before entry, the incremented array Y must contain the
148
148
* > 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.
150
151
* > \endverbatim
151
152
* >
152
153
* > \param[in] INCY
Original file line number Diff line number Diff line change 117
117
* > Before entry with BETA non-zero, the incremented array Y
118
118
* > must contain the vector y. On exit, Y is overwritten by the
119
119
* > 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.
121
122
* > \endverbatim
122
123
* >
123
124
* > \param[in] INCY
Original file line number Diff line number Diff line change 148
148
* > ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
149
149
* > Before entry, the incremented array Y must contain the
150
150
* > 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.
152
153
* > \endverbatim
153
154
* >
154
155
* > \param[in] INCY
Original file line number Diff line number Diff line change 119
119
* > Before entry with BETA non-zero, the incremented array Y
120
120
* > must contain the vector y. On exit, Y is overwritten by the
121
121
* > 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.
123
124
* > \endverbatim
124
125
* >
125
126
* > \param[in] INCY
Original file line number Diff line number Diff line change 158
158
* > Before entry with BETA non-zero, the incremented array Y
159
159
* > must contain the vector y. On exit, Y is overwritten by the
160
160
* > updated vector y.
161
+ * > If either m or n is zero, then Y not referenced and the function
162
+ * > performs a quick return.
161
163
* > \endverbatim
162
164
* >
163
165
* > \param[in] INCY
Original file line number Diff line number Diff line change 147
147
* > Before entry with BETA non-zero, the incremented array Y
148
148
* > must contain the vector y. On exit, Y is overwritten by the
149
149
* > updated vector y.
150
+ * > If either m or n is zero, then Y not referenced and the function
151
+ * > performs a quick return.
150
152
* > \endverbatim
151
153
* >
152
154
* > \param[in] INCY
You can’t perform that action at this time.
0 commit comments