Home | History | Annotate | Download | only in blas

Lines Matching refs:On

27 *           On entry, UPLO specifies whether the matrix is an upper or
34 * Unchanged on exit.
37 * On entry, TRANS specifies the equations to be solved as
46 * Unchanged on exit.
49 * On entry, DIAG specifies whether or not A is unit
57 * Unchanged on exit.
60 * On entry, N specifies the order of the matrix A.
62 * Unchanged on exit.
70 * respectively, and so on.
75 * respectively, and so on.
78 * Unchanged on exit.
83 * element right-hand side vector b. On exit, X is overwritten
87 * On entry, INCX specifies the increment for the elements of
89 * Unchanged on exit.
96 * -- Written on 22-October-1986.