@@ -46,13 +46,13 @@ var ns = {};
46
46
setReadOnly ( ns , 'array' , require ( '@stdlib/ndarray/array' ) ) ;
47
47
48
48
/**
49
- * @name ndat
49
+ * @name at
50
50
* @memberof ns
51
51
* @readonly
52
52
* @type {Function }
53
53
* @see {@link module:@stdlib/ndarray/at }
54
54
*/
55
- setReadOnly ( ns , 'ndat ' , require ( '@stdlib/ndarray/at' ) ) ;
55
+ setReadOnly ( ns , 'at ' , require ( '@stdlib/ndarray/at' ) ) ;
56
56
57
57
/**
58
58
* @name base
@@ -82,13 +82,13 @@ setReadOnly( ns, 'broadcastArray', require( '@stdlib/ndarray/broadcast-array' )
82
82
setReadOnly ( ns , 'broadcastArrays' , require ( '@stdlib/ndarray/broadcast-arrays' ) ) ;
83
83
84
84
/**
85
- * @name ndarrayCastingModes
85
+ * @name castingModes
86
86
* @memberof ns
87
87
* @readonly
88
88
* @type {Function }
89
89
* @see {@link module:@stdlib/ndarray/casting-modes }
90
90
*/
91
- setReadOnly ( ns , 'ndarrayCastingModes ' , require ( '@stdlib/ndarray/casting-modes' ) ) ;
91
+ setReadOnly ( ns , 'castingModes ' , require ( '@stdlib/ndarray/casting-modes' ) ) ;
92
92
93
93
/**
94
94
* @name ndarray
@@ -100,13 +100,13 @@ setReadOnly( ns, 'ndarrayCastingModes', require( '@stdlib/ndarray/casting-modes'
100
100
setReadOnly ( ns , 'ndarray' , require ( '@stdlib/ndarray/ctor' ) ) ;
101
101
102
102
/**
103
- * @name ndarrayDataBuffer
103
+ * @name dataBuffer
104
104
* @memberof ns
105
105
* @readonly
106
106
* @type {Function }
107
107
* @see {@link module:@stdlib/ndarray/data-buffer }
108
108
*/
109
- setReadOnly ( ns , 'ndarrayDataBuffer ' , require ( '@stdlib/ndarray/data-buffer' ) ) ;
109
+ setReadOnly ( ns , 'dataBuffer ' , require ( '@stdlib/ndarray/data-buffer' ) ) ;
110
110
111
111
/**
112
112
* @name defaults
@@ -127,40 +127,40 @@ setReadOnly( ns, 'defaults', require( '@stdlib/ndarray/defaults' ) );
127
127
setReadOnly ( ns , 'dispatch' , require ( '@stdlib/ndarray/dispatch' ) ) ;
128
128
129
129
/**
130
- * @name ndarrayDataType
130
+ * @name dtype
131
131
* @memberof ns
132
132
* @readonly
133
133
* @type {Function }
134
134
* @see {@link module:@stdlib/ndarray/dtype }
135
135
*/
136
- setReadOnly ( ns , 'ndarrayDataType ' , require ( '@stdlib/ndarray/dtype' ) ) ;
136
+ setReadOnly ( ns , 'dtype ' , require ( '@stdlib/ndarray/dtype' ) ) ;
137
137
138
138
/**
139
- * @name ndarrayDataTypes
139
+ * @name dtypes
140
140
* @memberof ns
141
141
* @readonly
142
142
* @type {Function }
143
143
* @see {@link module:@stdlib/ndarray/dtypes }
144
144
*/
145
- setReadOnly ( ns , 'ndarrayDataTypes ' , require ( '@stdlib/ndarray/dtypes' ) ) ;
145
+ setReadOnly ( ns , 'dtypes ' , require ( '@stdlib/ndarray/dtypes' ) ) ;
146
146
147
147
/**
148
- * @name ndempty
148
+ * @name empty
149
149
* @memberof ns
150
150
* @readonly
151
151
* @type {Function }
152
152
* @see {@link module:@stdlib/ndarray/empty }
153
153
*/
154
- setReadOnly ( ns , 'ndempty ' , require ( '@stdlib/ndarray/empty' ) ) ;
154
+ setReadOnly ( ns , 'empty ' , require ( '@stdlib/ndarray/empty' ) ) ;
155
155
156
156
/**
157
- * @name ndemptyLike
157
+ * @name emptyLike
158
158
* @memberof ns
159
159
* @readonly
160
160
* @type {Function }
161
161
* @see {@link module:@stdlib/ndarray/empty-like }
162
162
*/
163
- setReadOnly ( ns , 'ndemptyLike ' , require ( '@stdlib/ndarray/empty-like' ) ) ;
163
+ setReadOnly ( ns , 'emptyLike ' , require ( '@stdlib/ndarray/empty-like' ) ) ;
164
164
165
165
/**
166
166
* @name FancyArray
@@ -172,22 +172,22 @@ setReadOnly( ns, 'ndemptyLike', require( '@stdlib/ndarray/empty-like' ) );
172
172
setReadOnly ( ns , 'FancyArray' , require ( '@stdlib/ndarray/fancy' ) ) ;
173
173
174
174
/**
175
- * @name ndarrayFlag
175
+ * @name flag
176
176
* @memberof ns
177
177
* @readonly
178
178
* @type {Function }
179
179
* @see {@link module:@stdlib/ndarray/flag }
180
180
*/
181
- setReadOnly ( ns , 'ndarrayFlag ' , require ( '@stdlib/ndarray/flag' ) ) ;
181
+ setReadOnly ( ns , 'flag ' , require ( '@stdlib/ndarray/flag' ) ) ;
182
182
183
183
/**
184
- * @name ndarrayFlags
184
+ * @name flags
185
185
* @memberof ns
186
186
* @readonly
187
187
* @type {Function }
188
188
* @see {@link module:@stdlib/ndarray/flags }
189
189
*/
190
- setReadOnly ( ns , 'ndarrayFlags ' , require ( '@stdlib/ndarray/flags' ) ) ;
190
+ setReadOnly ( ns , 'flags ' , require ( '@stdlib/ndarray/flags' ) ) ;
191
191
192
192
/**
193
193
* @name scalar2ndarray
@@ -208,13 +208,13 @@ setReadOnly( ns, 'scalar2ndarray', require( '@stdlib/ndarray/from-scalar' ) );
208
208
setReadOnly ( ns , 'ind2sub' , require ( '@stdlib/ndarray/ind2sub' ) ) ;
209
209
210
210
/**
211
- * @name ndarrayIndexModes
211
+ * @name indexModes
212
212
* @memberof ns
213
213
* @readonly
214
214
* @type {Function }
215
215
* @see {@link module:@stdlib/ndarray/index-modes }
216
216
*/
217
- setReadOnly ( ns , 'ndarrayIndexModes ' , require ( '@stdlib/ndarray/index-modes' ) ) ;
217
+ setReadOnly ( ns , 'indexModes ' , require ( '@stdlib/ndarray/index-modes' ) ) ;
218
218
219
219
/**
220
220
* @name iter
@@ -244,22 +244,22 @@ setReadOnly( ns, 'maybeBroadcastArray', require( '@stdlib/ndarray/maybe-broadcas
244
244
setReadOnly ( ns , 'maybeBroadcastArrays' , require ( '@stdlib/ndarray/maybe-broadcast-arrays' ) ) ;
245
245
246
246
/**
247
- * @name ndarrayMinDataType
247
+ * @name minDataType
248
248
* @memberof ns
249
249
* @readonly
250
250
* @type {Function }
251
251
* @see {@link module:@stdlib/ndarray/min-dtype }
252
252
*/
253
- setReadOnly ( ns , 'ndarrayMinDataType ' , require ( '@stdlib/ndarray/min-dtype' ) ) ;
253
+ setReadOnly ( ns , 'minDataType ' , require ( '@stdlib/ndarray/min-dtype' ) ) ;
254
254
255
255
/**
256
- * @name ndarrayMostlySafeCasts
256
+ * @name mostlySafeCasts
257
257
* @memberof ns
258
258
* @readonly
259
259
* @type {Function }
260
260
* @see {@link module:@stdlib/ndarray/mostly-safe-casts }
261
261
*/
262
- setReadOnly ( ns , 'ndarrayMostlySafeCasts ' , require ( '@stdlib/ndarray/mostly-safe-casts' ) ) ;
262
+ setReadOnly ( ns , 'mostlySafeCasts ' , require ( '@stdlib/ndarray/mostly-safe-casts' ) ) ;
263
263
264
264
/**
265
265
* @name ndims
@@ -271,13 +271,13 @@ setReadOnly( ns, 'ndarrayMostlySafeCasts', require( '@stdlib/ndarray/mostly-safe
271
271
setReadOnly ( ns , 'ndims' , require ( '@stdlib/ndarray/ndims' ) ) ;
272
272
273
273
/**
274
- * @name ndarrayNextDataType
274
+ * @name nextDataType
275
275
* @memberof ns
276
276
* @readonly
277
277
* @type {Function }
278
278
* @see {@link module:@stdlib/ndarray/next-dtype }
279
279
*/
280
- setReadOnly ( ns , 'ndarrayNextDataType ' , require ( '@stdlib/ndarray/next-dtype' ) ) ;
280
+ setReadOnly ( ns , 'nextDataType ' , require ( '@stdlib/ndarray/next-dtype' ) ) ;
281
281
282
282
/**
283
283
* @name numel
@@ -298,88 +298,88 @@ setReadOnly( ns, 'numel', require( '@stdlib/ndarray/numel' ) );
298
298
setReadOnly ( ns , 'numelDimension' , require ( '@stdlib/ndarray/numel-dimension' ) ) ;
299
299
300
300
/**
301
- * @name ndarrayOffset
301
+ * @name offset
302
302
* @memberof ns
303
303
* @readonly
304
304
* @type {Function }
305
305
* @see {@link module:@stdlib/ndarray/offset }
306
306
*/
307
- setReadOnly ( ns , 'ndarrayOffset ' , require ( '@stdlib/ndarray/offset' ) ) ;
307
+ setReadOnly ( ns , 'offset ' , require ( '@stdlib/ndarray/offset' ) ) ;
308
308
309
309
/**
310
- * @name ndarrayOrder
310
+ * @name order
311
311
* @memberof ns
312
312
* @readonly
313
313
* @type {Function }
314
314
* @see {@link module:@stdlib/ndarray/order }
315
315
*/
316
- setReadOnly ( ns , 'ndarrayOrder ' , require ( '@stdlib/ndarray/order' ) ) ;
316
+ setReadOnly ( ns , 'order ' , require ( '@stdlib/ndarray/order' ) ) ;
317
317
318
318
/**
319
- * @name ndarrayOrders
319
+ * @name orders
320
320
* @memberof ns
321
321
* @readonly
322
322
* @type {Function }
323
323
* @see {@link module:@stdlib/ndarray/orders }
324
324
*/
325
- setReadOnly ( ns , 'ndarrayOrders ' , require ( '@stdlib/ndarray/orders' ) ) ;
325
+ setReadOnly ( ns , 'orders ' , require ( '@stdlib/ndarray/orders' ) ) ;
326
326
327
327
/**
328
- * @name ndarrayOutputDataTypePolicies
328
+ * @name outputDataTypePolicies
329
329
* @memberof ns
330
330
* @readonly
331
331
* @type {Function }
332
332
* @see {@link module:@stdlib/ndarray/output-dtype-policies }
333
333
*/
334
- setReadOnly ( ns , 'ndarrayOutputDataTypePolicies ' , require ( '@stdlib/ndarray/output-dtype-policies' ) ) ;
334
+ setReadOnly ( ns , 'outputDataTypePolicies ' , require ( '@stdlib/ndarray/output-dtype-policies' ) ) ;
335
335
336
336
/**
337
- * @name ndarrayPromotionRules
337
+ * @name promotionRules
338
338
* @memberof ns
339
339
* @readonly
340
340
* @type {Function }
341
341
* @see {@link module:@stdlib/ndarray/promotion-rules }
342
342
*/
343
- setReadOnly ( ns , 'ndarrayPromotionRules ' , require ( '@stdlib/ndarray/promotion-rules' ) ) ;
343
+ setReadOnly ( ns , 'promotionRules ' , require ( '@stdlib/ndarray/promotion-rules' ) ) ;
344
344
345
345
/**
346
- * @name ndarraySafeCasts
346
+ * @name safeCasts
347
347
* @memberof ns
348
348
* @readonly
349
349
* @type {Function }
350
350
* @see {@link module:@stdlib/ndarray/safe-casts }
351
351
*/
352
- setReadOnly ( ns , 'ndarraySafeCasts ' , require ( '@stdlib/ndarray/safe-casts' ) ) ;
352
+ setReadOnly ( ns , 'safeCasts ' , require ( '@stdlib/ndarray/safe-casts' ) ) ;
353
353
354
354
/**
355
- * @name ndarraySameKindCasts
355
+ * @name sameKindCasts
356
356
* @memberof ns
357
357
* @readonly
358
358
* @type {Function }
359
359
* @see {@link module:@stdlib/ndarray/same-kind-casts }
360
360
*/
361
- setReadOnly ( ns , 'ndarraySameKindCasts ' , require ( '@stdlib/ndarray/same-kind-casts' ) ) ;
361
+ setReadOnly ( ns , 'sameKindCasts ' , require ( '@stdlib/ndarray/same-kind-casts' ) ) ;
362
362
363
363
/**
364
- * @name ndarrayShape
364
+ * @name shape
365
365
* @memberof ns
366
366
* @readonly
367
367
* @type {Function }
368
368
* @see {@link module:@stdlib/ndarray/shape }
369
369
*/
370
- setReadOnly ( ns , 'ndarrayShape ' , require ( '@stdlib/ndarray/shape' ) ) ;
370
+ setReadOnly ( ns , 'shape ' , require ( '@stdlib/ndarray/shape' ) ) ;
371
371
372
372
/**
373
- * @name ndslice
373
+ * @name slice
374
374
* @memberof ns
375
375
* @readonly
376
376
* @type {Function }
377
377
* @see {@link module:@stdlib/ndarray/slice }
378
378
*/
379
- setReadOnly ( ns , 'ndslice ' , require ( '@stdlib/ndarray/slice' ) ) ;
379
+ setReadOnly ( ns , 'slice ' , require ( '@stdlib/ndarray/slice' ) ) ;
380
380
381
381
/**
382
- * @name ndsliceAssign
382
+ * @name sliceAssign
383
383
* @memberof ns
384
384
* @readonly
385
385
* @type {Function }
@@ -388,67 +388,67 @@ setReadOnly( ns, 'ndslice', require( '@stdlib/ndarray/slice' ) );
388
388
setReadOnly ( ns , 'ndsliceAssign' , require ( '@stdlib/ndarray/slice-assign' ) ) ;
389
389
390
390
/**
391
- * @name ndsliceDimension
391
+ * @name sliceDimension
392
392
* @memberof ns
393
393
* @readonly
394
394
* @type {Function }
395
395
* @see {@link module:@stdlib/ndarray/slice-dimension }
396
396
*/
397
- setReadOnly ( ns , 'ndsliceDimension ' , require ( '@stdlib/ndarray/slice-dimension' ) ) ;
397
+ setReadOnly ( ns , 'sliceDimension ' , require ( '@stdlib/ndarray/slice-dimension' ) ) ;
398
398
399
399
/**
400
- * @name ndsliceDimensionFrom
400
+ * @name sliceDimensionFrom
401
401
* @memberof ns
402
402
* @readonly
403
403
* @type {Function }
404
404
* @see {@link module:@stdlib/ndarray/slice-dimension-from }
405
405
*/
406
- setReadOnly ( ns , 'ndsliceDimensionFrom ' , require ( '@stdlib/ndarray/slice-dimension-from' ) ) ;
406
+ setReadOnly ( ns , 'sliceDimensionFrom ' , require ( '@stdlib/ndarray/slice-dimension-from' ) ) ;
407
407
408
408
/**
409
- * @name ndsliceDimensionTo
409
+ * @name sliceDimensionTo
410
410
* @memberof ns
411
411
* @readonly
412
412
* @type {Function }
413
413
* @see {@link module:@stdlib/ndarray/slice-dimension-to }
414
414
*/
415
- setReadOnly ( ns , 'ndsliceDimensionTo ' , require ( '@stdlib/ndarray/slice-dimension-to' ) ) ;
415
+ setReadOnly ( ns , 'sliceDimensionTo ' , require ( '@stdlib/ndarray/slice-dimension-to' ) ) ;
416
416
417
417
/**
418
- * @name ndsliceFrom
418
+ * @name sliceFrom
419
419
* @memberof ns
420
420
* @readonly
421
421
* @type {Function }
422
422
* @see {@link module:@stdlib/ndarray/slice-from }
423
423
*/
424
- setReadOnly ( ns , 'ndsliceFrom ' , require ( '@stdlib/ndarray/slice-from' ) ) ;
424
+ setReadOnly ( ns , 'sliceFrom ' , require ( '@stdlib/ndarray/slice-from' ) ) ;
425
425
426
426
/**
427
- * @name ndsliceTo
427
+ * @name sliceTo
428
428
* @memberof ns
429
429
* @readonly
430
430
* @type {Function }
431
431
* @see {@link module:@stdlib/ndarray/slice-to }
432
432
*/
433
- setReadOnly ( ns , 'ndsliceTo ' , require ( '@stdlib/ndarray/slice-to' ) ) ;
433
+ setReadOnly ( ns , 'sliceTo ' , require ( '@stdlib/ndarray/slice-to' ) ) ;
434
434
435
435
/**
436
- * @name ndarrayStride
436
+ * @name stride
437
437
* @memberof ns
438
438
* @readonly
439
439
* @type {Function }
440
440
* @see {@link module:@stdlib/ndarray/stride }
441
441
*/
442
- setReadOnly ( ns , 'ndarrayStride ' , require ( '@stdlib/ndarray/stride' ) ) ;
442
+ setReadOnly ( ns , 'stride ' , require ( '@stdlib/ndarray/stride' ) ) ;
443
443
444
444
/**
445
- * @name ndarrayStrides
445
+ * @name strides
446
446
* @memberof ns
447
447
* @readonly
448
448
* @type {Function }
449
449
* @see {@link module:@stdlib/ndarray/strides }
450
450
*/
451
- setReadOnly ( ns , 'ndarrayStrides ' , require ( '@stdlib/ndarray/strides' ) ) ;
451
+ setReadOnly ( ns , 'strides ' , require ( '@stdlib/ndarray/strides' ) ) ;
452
452
453
453
/**
454
454
* @name sub2ind
@@ -469,22 +469,22 @@ setReadOnly( ns, 'sub2ind', require( '@stdlib/ndarray/sub2ind' ) );
469
469
setReadOnly ( ns , 'ndarray2array' , require ( '@stdlib/ndarray/to-array' ) ) ;
470
470
471
471
/**
472
- * @name ndzeros
472
+ * @name zeros
473
473
* @memberof ns
474
474
* @readonly
475
475
* @type {Function }
476
476
* @see {@link module:@stdlib/ndarray/zeros }
477
477
*/
478
- setReadOnly ( ns , 'ndzeros ' , require ( '@stdlib/ndarray/zeros' ) ) ;
478
+ setReadOnly ( ns , 'zeros ' , require ( '@stdlib/ndarray/zeros' ) ) ;
479
479
480
480
/**
481
- * @name ndzerosLike
481
+ * @name zerosLike
482
482
* @memberof ns
483
483
* @readonly
484
484
* @type {Function }
485
485
* @see {@link module:@stdlib/ndarray/zeros-like }
486
486
*/
487
- setReadOnly ( ns , 'ndzerosLike ' , require ( '@stdlib/ndarray/zeros-like' ) ) ;
487
+ setReadOnly ( ns , 'zerosLike ' , require ( '@stdlib/ndarray/zeros-like' ) ) ;
488
488
489
489
490
490
// EXPORTS //
0 commit comments