We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a996c5 commit ec1063eCopy full SHA for ec1063e
2 files changed
SRC/dtrttp.f
@@ -74,7 +74,7 @@
74
*>
75
*> \param[out] AP
76
*> \verbatim
77
-*> AP is DOUBLE PRECISION array, dimension (N*(N+1)/2
+*> AP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
78
*> On exit, the upper or lower triangular matrix A, packed
79
*> columnwise in a linear array. The j-th column of A is stored
80
*> in the array AP as follows:
SRC/strttp.f
-*> AP is REAL array, dimension (N*(N+1)/2
+*> AP is REAL array, dimension (N*(N+1)/2)
0 commit comments