Skip to content

Commit 5f7f609

Browse files
committed
xBBCSD: dimenison -> dimension
1 parent 969a680 commit 5f7f609

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

SRC/cbbcsd.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
*>
191191
*> \param[in,out] V2T
192192
*> \verbatim
193-
*> V2T is COMPLEX array, dimenison (LDV2T,M-Q)
193+
*> V2T is COMPLEX array, dimension (LDV2T,M-Q)
194194
*> On entry, an (M-Q)-by-(M-Q) matrix. On exit, V2T is
195195
*> premultiplied by the conjugate transpose of the right
196196
*> singular vector matrix common to [ B12 0 0 ; 0 -I 0 ] and

SRC/dbbcsd.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
*>
191191
*> \param[in,out] V2T
192192
*> \verbatim
193-
*> V2T is DOUBLE PRECISION array, dimenison (LDV2T,M-Q)
193+
*> V2T is DOUBLE PRECISION array, dimension (LDV2T,M-Q)
194194
*> On entry, an (M-Q)-by-(M-Q) matrix. On exit, V2T is
195195
*> premultiplied by the transpose of the right
196196
*> singular vector matrix common to [ B12 0 0 ; 0 -I 0 ] and

SRC/sbbcsd.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
*>
191191
*> \param[in,out] V2T
192192
*> \verbatim
193-
*> V2T is REAL array, dimenison (LDV2T,M-Q)
193+
*> V2T is REAL array, dimension (LDV2T,M-Q)
194194
*> On entry, an (M-Q)-by-(M-Q) matrix. On exit, V2T is
195195
*> premultiplied by the transpose of the right
196196
*> singular vector matrix common to [ B12 0 0 ; 0 -I 0 ] and

SRC/zbbcsd.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
*>
191191
*> \param[in,out] V2T
192192
*> \verbatim
193-
*> V2T is COMPLEX*16 array, dimenison (LDV2T,M-Q)
193+
*> V2T is COMPLEX*16 array, dimension (LDV2T,M-Q)
194194
*> On entry, an (M-Q)-by-(M-Q) matrix. On exit, V2T is
195195
*> premultiplied by the conjugate transpose of the right
196196
*> singular vector matrix common to [ B12 0 0 ; 0 -I 0 ] and

0 commit comments

Comments
 (0)