@@ -182,7 +182,7 @@ interface Linspace {
182
182
* @returns linearly spaced array
183
183
*
184
184
* @example
185
- * var Complex64 = require( ` @stdlib/complex/ float32` );
185
+ * var Complex64 = require( ' @stdlib/complex- float32' );
186
186
*
187
187
* var start = new Complex64( 0.0, 0.0 );
188
188
* var stop = new Complex64( 100.0, 10.0 );
@@ -191,7 +191,7 @@ interface Linspace {
191
191
* // returns <Complex64Array>
192
192
*
193
193
* @example
194
- * var Complex64 = require( ` @stdlib/complex/ float32` );
194
+ * var Complex64 = require( ' @stdlib/complex- float32' );
195
195
*
196
196
* var start = new Complex64( 0.0, 0.0 );
197
197
* var stop = new Complex64( 100.0, 10.0 );
@@ -216,7 +216,7 @@ interface Linspace {
216
216
* @returns linearly spaced array
217
217
*
218
218
* @example
219
- * var Complex64 = require( ` @stdlib/complex/ float32` );
219
+ * var Complex64 = require( ' @stdlib/complex- float32' );
220
220
*
221
221
* var start = new Complex64( 0.0, 0.0 );
222
222
* var stop = new Complex64( 100.0, 10.0 );
@@ -241,7 +241,7 @@ interface Linspace {
241
241
* @returns linearly spaced array
242
242
*
243
243
* @example
244
- * var Complex64 = require( ` @stdlib/complex/ float32` );
244
+ * var Complex64 = require( ' @stdlib/complex- float32' );
245
245
*
246
246
* var start = new Complex64( 0.0, 0.0 );
247
247
* var stop = new Complex64( 100.0, 10.0 );
@@ -266,7 +266,7 @@ interface Linspace {
266
266
* @returns linearly spaced array
267
267
*
268
268
* @example
269
- * var Complex128 = require( ` @stdlib/complex/ float64` );
269
+ * var Complex128 = require( ' @stdlib/complex- float64' );
270
270
*
271
271
* var start = new Complex128( 0.0, 0.0 );
272
272
* var stop = new Complex128( 100.0, 10.0 );
@@ -291,7 +291,7 @@ interface Linspace {
291
291
* @returns linearly spaced array
292
292
*
293
293
* @example
294
- * var Complex128 = require( ` @stdlib/complex/ float64` );
294
+ * var Complex128 = require( ' @stdlib/complex- float64' );
295
295
*
296
296
* var start = new Complex128( 0.0, 0.0 );
297
297
* var stop = new Complex128( 100.0, 10.0 );
@@ -316,7 +316,7 @@ interface Linspace {
316
316
* @returns linearly spaced array
317
317
*
318
318
* @example
319
- * var Complex128 = require( ` @stdlib/complex/ float64` );
319
+ * var Complex128 = require( ' @stdlib/complex- float64' );
320
320
*
321
321
* var start = new Complex128( 0.0, 0.0 );
322
322
* var stop = 100.0;
@@ -325,7 +325,7 @@ interface Linspace {
325
325
* // returns <Complex128Array>
326
326
*
327
327
* @example
328
- * var Complex128 = require( ` @stdlib/complex/ float64` );
328
+ * var Complex128 = require( ' @stdlib/complex- float64' );
329
329
*
330
330
* var start = new Complex128( 0.0, 0.0 );
331
331
* var stop = 100.0;
@@ -350,7 +350,7 @@ interface Linspace {
350
350
* @returns linearly spaced array
351
351
*
352
352
* @example
353
- * var Complex128 = require( ` @stdlib/complex/ float64` );
353
+ * var Complex128 = require( ' @stdlib/complex- float64' );
354
354
*
355
355
* var start = 0.0;
356
356
* var stop = new Complex128( 100.0, 10.0 );
@@ -359,7 +359,7 @@ interface Linspace {
359
359
* // returns <Complex128Array>
360
360
*
361
361
* @example
362
- * var Complex128 = require( ` @stdlib/complex/ float64` );
362
+ * var Complex128 = require( ' @stdlib/complex- float64' );
363
363
*
364
364
* var start = 0.0;
365
365
* var stop = new Complex128( 100.0, 10.0 );
@@ -423,7 +423,7 @@ interface Linspace {
423
423
* @returns output array
424
424
*
425
425
* @example
426
- * var Float64Array = require( ` @stdlib/array/ float64` );
426
+ * var Float64Array = require( ' @stdlib/array- float64' );
427
427
*
428
428
* var out = new Float64Array( 6 );
429
429
* var arr = linspace.assign( 0.0, 100.0, out );
@@ -442,7 +442,7 @@ interface Linspace {
442
442
* @returns output array
443
443
*
444
444
* @example
445
- * var Float32Array = require( ` @stdlib/array/ float32` );
445
+ * var Float32Array = require( ' @stdlib/array- float32' );
446
446
*
447
447
* var out = new Float32Array( 6 );
448
448
* var arr = linspace.assign( 0.0, 100.0, out );
@@ -478,7 +478,7 @@ interface Linspace {
478
478
* @returns output array
479
479
*
480
480
* @example
481
- * var Complex64 = require( ` @stdlib/complex/ float32` );
481
+ * var Complex64 = require( ' @stdlib/complex- float32' );
482
482
*
483
483
* var start = new Complex64( 0.0, 0.0 );
484
484
* var stop = new Complex64( 100.0, 10.0 );
@@ -500,7 +500,7 @@ interface Linspace {
500
500
* @returns output array
501
501
*
502
502
* @example
503
- * var Complex128 = require( ` @stdlib/complex/ float64` );
503
+ * var Complex128 = require( ' @stdlib/complex- float64' );
504
504
*
505
505
* var start = new Complex128( 0.0, 0.0 );
506
506
* var stop = new Complex128( 100.0, 10.0 );
@@ -522,7 +522,7 @@ interface Linspace {
522
522
* @returns output array
523
523
*
524
524
* @example
525
- * var Complex128 = require( ` @stdlib/complex/ float64` );
525
+ * var Complex128 = require( ' @stdlib/complex- float64' );
526
526
*
527
527
* var start = new Complex128( 0.0, 0.0 );
528
528
* var stop = new Complex128( 100.0, 10.0 );
@@ -544,7 +544,7 @@ interface Linspace {
544
544
* @returns output array
545
545
*
546
546
* @example
547
- * var Complex128Array = require( ` @stdlib/array/ complex128` );
547
+ * var Complex128Array = require( ' @stdlib/array- complex128' );
548
548
*
549
549
* var out = new Complex128Array( 6 );
550
550
* var arr = linspace.assign( 0.0, 100.0, out );
@@ -563,7 +563,7 @@ interface Linspace {
563
563
* @returns output array
564
564
*
565
565
* @example
566
- * var Complex64Array = require( ` @stdlib/array/ complex64` );
566
+ * var Complex64Array = require( ' @stdlib/array- complex64' );
567
567
*
568
568
* var out = new Complex64Array( 6 );
569
569
* var arr = linspace.assign( 0.0, 100.0, out );
@@ -582,7 +582,7 @@ interface Linspace {
582
582
* @returns output array
583
583
*
584
584
* @example
585
- * var Float64Array = require( ` @stdlib/array/ float64` );
585
+ * var Float64Array = require( ' @stdlib/array- float64' );
586
586
*
587
587
* var out = new Float64Array( 6 );
588
588
* var arr = linspace.assign( 0.0, 100.0, out );
@@ -601,8 +601,8 @@ interface Linspace {
601
601
* @returns output array
602
602
*
603
603
* @example
604
- * var Float64Array = require( ` @stdlib/array/ float64` );
605
- * var Complex64 = require( ` @stdlib/complex/ float32` );
604
+ * var Float64Array = require( ' @stdlib/array- float64' );
605
+ * var Complex64 = require( ' @stdlib/complex- float32' );
606
606
*
607
607
* var start = new Complex64( 0.0, 0.0 );
608
608
* var stop = new Complex64( 100.0, 10.0 );
@@ -624,8 +624,8 @@ interface Linspace {
624
624
* @returns output array
625
625
*
626
626
* @example
627
- * var Float64Array = require( ` @stdlib/array/ float64` );
628
- * var Complex64 = require( ` @stdlib/complex/ float32` );
627
+ * var Float64Array = require( ' @stdlib/array- float64' );
628
+ * var Complex64 = require( ' @stdlib/complex- float32' );
629
629
*
630
630
* var start = new Complex64( 0.0, 0.0 );
631
631
* var stop = new Complex64( 100.0, 10.0 );
@@ -653,7 +653,7 @@ interface Linspace {
653
653
* // returns <Float64Array>[ 0.0, 20.0, 40.0, 60.0, 80.0, 100.0 ]
654
654
*
655
655
* @example
656
- * var Float32Array = require( ` @stdlib/array/ float32` );
656
+ * var Float32Array = require( ' @stdlib/array- float32' );
657
657
*
658
658
* var arr = new Float32Array( 6 );
659
659
* var out = linspace.assign( 0.0, 100.0, arr );
0 commit comments