File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 147147* >
148148* > \param[in,out] AFP
149149* > \verbatim
150- * > AFP is DOUBLE PRECISION array, dimension
151- * > (N*(N+1)/2)
150+ * > AFP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
152151* > If FACT = 'F', then AFP is an input argument and on entry
153152* > contains the triangular factor U or L from the Cholesky
154153* > factorization A = U**T*U or A = L*L**T, in the same storage
Original file line number Diff line number Diff line change 7777* >
7878* > \param[in,out] AP
7979* > \verbatim
80- * > AP is DOUBLE PRECISION array, dimension
81- * > (N*(N+1)/2)
80+ * > AP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
8281* > On entry, the upper or lower triangle of the symmetric matrix
8382* > A, packed columnwise in a linear array. The j-th column of A
8483* > is stored in the array AP as follows:
Original file line number Diff line number Diff line change 123123* >
124124* > \param[in,out] AFP
125125* > \verbatim
126- * > AFP is DOUBLE PRECISION array, dimension
127- * > (N*(N+1)/2)
126+ * > AFP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
128127* > If FACT = 'F', then AFP is an input argument and on entry
129128* > contains the block diagonal matrix D and the multipliers used
130129* > to obtain the factor U or L from the factorization
Original file line number Diff line number Diff line change 147147* >
148148* > \param[in,out] AFP
149149* > \verbatim
150- * > AFP is REAL array, dimension
151- * > (N*(N+1)/2)
150+ * > AFP is REAL array, dimension (N*(N+1)/2)
152151* > If FACT = 'F', then AFP is an input argument and on entry
153152* > contains the triangular factor U or L from the Cholesky
154153* > factorization A = U**T*U or A = L*L**T, in the same storage
Original file line number Diff line number Diff line change 7777* >
7878* > \param[in,out] AP
7979* > \verbatim
80- * > AP is REAL array, dimension
81- * > (N*(N+1)/2)
80+ * > AP is REAL array, dimension (N*(N+1)/2)
8281* > On entry, the upper or lower triangle of the symmetric matrix
8382* > A, packed columnwise in a linear array. The j-th column of A
8483* > is stored in the array AP as follows:
Original file line number Diff line number Diff line change 123123* >
124124* > \param[in,out] AFP
125125* > \verbatim
126- * > AFP is REAL array, dimension
127- * > (N*(N+1)/2)
126+ * > AFP is REAL array, dimension (N*(N+1)/2)
128127* > If FACT = 'F', then AFP is an input argument and on entry
129128* > contains the block diagonal matrix D and the multipliers used
130129* > to obtain the factor U or L from the factorization
You can’t perform that action at this time.
0 commit comments