@@ -68,7 +68,7 @@ tape( 'the function has an arity of 6', function test( t ) {
68
68
t . end ( ) ;
69
69
} ) ;
70
70
71
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (row-major)' , function test ( t ) {
71
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (row-major)' , function test ( t ) {
72
72
var data ;
73
73
var out ;
74
74
var A ;
@@ -82,7 +82,7 @@ tape( 'the function returns the expected zero based index of the last non-zero r
82
82
t . end ( ) ;
83
83
} ) ;
84
84
85
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (column-major)' , function test ( t ) {
85
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (column-major)' , function test ( t ) {
86
86
var data ;
87
87
var out ;
88
88
var A ;
@@ -124,7 +124,7 @@ tape( 'the function returns an invalid index (-1) when all elements in a matrix
124
124
t . end ( ) ;
125
125
} ) ;
126
126
127
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (row-major) (offsets)' , function test ( t ) {
127
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (row-major) (offsets)' , function test ( t ) {
128
128
var data ;
129
129
var out ;
130
130
var A ;
@@ -138,7 +138,7 @@ tape( 'the function returns the expected zero based index of the last non-zero r
138
138
t . end ( ) ;
139
139
} ) ;
140
140
141
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (column-major) (offsets)' , function test ( t ) {
141
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (column-major) (offsets)' , function test ( t ) {
142
142
var data ;
143
143
var out ;
144
144
var A ;
@@ -180,7 +180,7 @@ tape( 'the function returns an invalid index (-1) when all elements in a matrix
180
180
t . end ( ) ;
181
181
} ) ;
182
182
183
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (row-major) (mixed strides)' , function test ( t ) {
183
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (row-major) (mixed strides)' , function test ( t ) {
184
184
var data ;
185
185
var out ;
186
186
var A ;
@@ -194,7 +194,7 @@ tape( 'the function returns the expected zero based index of the last non-zero r
194
194
t . end ( ) ;
195
195
} ) ;
196
196
197
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (column-major) (mixed strides)' , function test ( t ) {
197
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (column-major) (mixed strides)' , function test ( t ) {
198
198
var data ;
199
199
var out ;
200
200
var A ;
@@ -236,7 +236,7 @@ tape( 'the function returns an invalid index (-1) when all elements in a matrix
236
236
t . end ( ) ;
237
237
} ) ;
238
238
239
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (row-major) (negative strides)' , function test ( t ) {
239
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (row-major) (negative strides)' , function test ( t ) {
240
240
var data ;
241
241
var out ;
242
242
var A ;
@@ -250,7 +250,7 @@ tape( 'the function returns the expected zero based index of the last non-zero r
250
250
t . end ( ) ;
251
251
} ) ;
252
252
253
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (column-major) (negative strides)' , function test ( t ) {
253
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (column-major) (negative strides)' , function test ( t ) {
254
254
var data ;
255
255
var out ;
256
256
var A ;
@@ -292,7 +292,7 @@ tape( 'the function returns an invalid index (-1) when all elements in a matrix
292
292
t . end ( ) ;
293
293
} ) ;
294
294
295
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (row-major) (large strides)' , function test ( t ) {
295
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (row-major) (large strides)' , function test ( t ) {
296
296
var data ;
297
297
var out ;
298
298
var A ;
@@ -306,7 +306,7 @@ tape( 'the function returns the expected zero based index of the last non-zero r
306
306
t . end ( ) ;
307
307
} ) ;
308
308
309
- tape ( 'the function returns the expected zero based index of the last non-zero row of a matrix (column-major) (large strides)' , function test ( t ) {
309
+ tape ( 'the function returns the expected zero- based index of the last non-zero row of a matrix (column-major) (large strides)' , function test ( t ) {
310
310
var data ;
311
311
var out ;
312
312
var A ;
0 commit comments