35 #ifndef TEMPLATE_LAPACK_ORM2R_HEADER
36 #define TEMPLATE_LAPACK_ORM2R_HEADER
41 const integer *k, Treal *a,
const integer *lda,
const Treal *tau, Treal *
134 integer a_dim1, a_offset, c_dim1, c_offset, i__1, i__2;
138 integer i1, i2, i3, ic, jc, mi, ni, nq;
141 #define a_ref(a_1,a_2) a[(a_2)*a_dim1 + a_1]
142 #define c___ref(a_1,a_2) c__[(a_2)*c_dim1 + a_1]
146 a_offset = 1 + a_dim1 * 1;
150 c_offset = 1 + c_dim1 * 1;
174 }
else if (*k < 0 || *k > nq) {
189 if (*m == 0 || *n == 0 || *k == 0) {
193 if ( ( left && ! notran ) || ( ! left && notran ) ) {
213 for (i__ = i1; i__2 < 0 ? i__ >= i__1 : i__ <= i__1; i__ += i__2) {
230 aii =
a_ref(i__, i__);
231 a_ref(i__, i__) = 1.;
233 ic, jc), ldc, &work[1]);
234 a_ref(i__, i__) = aii;