Home | History | Annotate | Download | only in f2c

Lines Matching full:triangular

43 /*  upper or lower triangular band matrix, with ( k + 1 ) diagonals. */
50 /* lower triangular matrix as follows: */
52 /* UPLO = 'U' or 'u' A is an upper triangular matrix. */
54 /* UPLO = 'L' or 'l' A is a lower triangular matrix. */
72 /* triangular as follows: */
74 /* DIAG = 'U' or 'u' A is assumed to be unit triangular. */
77 /* triangular. */
96 /* by n part of the array A must contain the upper triangular */
103 /* triangular band matrix from conventional full matrix storage */
114 /* by n part of the array A must contain the lower triangular */
121 /* triangular band matrix from conventional full matrix storage */