Skip to content

Commit 4185d41

Browse files
authored
style: resolve lint errors
Signed-off-by: Athan <[email protected]>
1 parent 130766c commit 4185d41

File tree

1 file changed

+10
-10
lines changed
  • lib/node_modules/@stdlib/lapack/base/dlarfb/docs

1 file changed

+10
-10
lines changed

lib/node_modules/@stdlib/lapack/base/dlarfb/docs/repl.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<Float64Array>[ -910.0, -1470.0, -64483.0, -103761.0 ]
8686

8787

88-
{{alias}}.ndarray(si,tr,dir,sto,M,N,K,V,sv1,sv2,ov,T,st1,st2,ot,C,sc1,sc2,oc,W,sw1,sw2,ow)
88+
{{alias}}.ndarray(si,tr,d,sto,M,N,K,V,v1,v2,ov,T,t1,t2,ot,C,c1,c2,oc,W,w1,w2,ow)
8989
Applies a real block reflector `H` or its transpose `H^T` to a real `M` by
9090
`N` matrix `C`, from either the left or the right, using alternative
9191
indexing semantics.
@@ -104,7 +104,7 @@
104104
Specifies whether to apply `H` or `H^T`. Must be either
105105
'no-transpose' or 'transpose'.
106106

107-
dir: string
107+
d: string
108108
Indicates how `H` is formed from a product of elementary reflectors.
109109
Must be either 'forward' or 'backward'.
110110

@@ -124,10 +124,10 @@
124124
V: Float64Array
125125
Input matrix.
126126

127-
sv1: integer
127+
v1: integer
128128
Stride of the first dimension of `V`.
129129

130-
sv2: integer
130+
v2: integer
131131
Stride of the second dimension of `V`.
132132

133133
ov: integer
@@ -136,10 +136,10 @@
136136
T: Float64Array
137137
Input matrix.
138138

139-
st1: integer
139+
t1: integer
140140
Stride of the first dimension of `T`.
141141

142-
st2: integer
142+
t2: integer
143143
Stride of the second dimension of `T`.
144144

145145
ot: integer
@@ -148,10 +148,10 @@
148148
C: Float64Array
149149
Input/output matrix.
150150

151-
sc1: integer
151+
c1: integer
152152
Stride of the first dimension of `C`.
153153

154-
sc2: integer
154+
c2: integer
155155
Stride of the second dimension of `C`.
156156

157157
oc: integer
@@ -160,10 +160,10 @@
160160
W: Float64Array
161161
Work array.
162162

163-
sw1: integer
163+
w1: integer
164164
Stride of the first dimension of `W`.
165165

166-
sw2: integer
166+
w2: integer
167167
Stride of the second dimension of `W`.
168168

169169
ow: integer

0 commit comments

Comments
 (0)