Home | History | Annotate | Download | only in lapack

Lines Matching refs:Array

28 *       .. Array Arguments ..
99 *> V is DOUBLE PRECISION array, dimension
109 *> The leading dimension of the array V.
117 *> T is DOUBLE PRECISION array, dimension (LDT,K)
125 *> The leading dimension of the array T. LDT >= K.
130 *> C is DOUBLE PRECISION array, dimension (LDC,N)
138 *> The leading dimension of the array C. LDC >= max(1,M).
143 *> WORK is DOUBLE PRECISION array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
174 *> array elements are modified but restored on exit. The rest of the
175 *> array is not used.
207 * .. Array Arguments ..