JSPM

Found 469 results for stdtypes

@stdlib/ndarray-base-strides2offset

Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.

  • v0.2.2
  • 38.10
  • Published

@stdlib/ndarray-base-offset

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

  • v0.2.2
  • 36.57
  • Published

@stdlib/array-base-accessor

Create a minimal array-like object supporting the accessor protocol from another array-like object.

  • v0.2.2
  • 35.75
  • Published

@stdlib/array-filled-by

Create a filled array according to a provided callback function.

  • v0.2.1
  • 35.55
  • Published

@stdlib/array-base-join

Return a string created by joining array elements using a specified separator.

  • v0.1.1
  • 34.80
  • Published

@stdlib/array-zeros

Create a zero-filled array having a specified length.

  • v0.2.2
  • 34.76
  • Published

@stdlib/ndarray-safe-casts

Return a list of ndarray data types to which a provided ndarray data type can be safely cast.

  • v0.3.0
  • 34.30
  • Published

@stdlib/ndarray-offset

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

  • v0.2.2
  • 34.21
  • Published

@stdlib/ndarray-same-kind-casts

Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.

  • v0.3.0
  • 33.90
  • Published

@stdlib/number-float64-base-signbit

Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).

  • v0.2.3
  • 32.17
  • Published

@stdlib/ndarray-mostly-safe-casts

Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.

  • v0.3.0
  • 30.98
  • Published

@stdlib/array-empty

Create an uninitialized array having a specified length.

  • v0.3.0
  • 30.85
  • Published

@stdlib/array-one-to

Generate a linearly spaced numeric array whose elements increment by 1 starting from one.

  • v0.2.2
  • 29.02
  • Published

@stdlib/ndarray-promotion-rules

Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.

  • v0.3.0
  • 28.90
  • Published

@stdlib/array-base-copy

Copy the elements of an array-like object to a new generic array.

  • v0.2.2
  • 28.83
  • Published

@stdlib/array-base-every-by

Test whether all elements in an array pass a test implemented by a predicate function.

  • v0.2.2
  • 28.26
  • Published

@stdlib/array-min-dtype

Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.

  • v0.3.0
  • 28.13
  • Published

@stdlib/ndarray-empty

Create an uninitialized ndarray having a specified shape and data type.

  • v0.3.0
  • 27.86
  • Published

@stdlib/ndarray-zeros

Create a zero-filled ndarray having a specified shape and data type.

  • v0.3.0
  • 27.58
  • Published

@stdlib/number-float32-base-from-word

Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.

  • v0.2.2
  • 26.22
  • Published

@stdlib/array-full

Create a filled array having a specified length.

  • v0.2.1
  • 24.57
  • Published

@stdlib/ndarray-zeros-like

Create a zero-filled ndarray having the same shape and data type as a provided ndarray.

  • v0.3.0
  • 24.29
  • Published

@stdlib/array-ones

Create an array filled with ones and having a specified length.

  • v0.2.1
  • 23.40
  • Published

@stdlib/ndarray-empty-like

Create an uninitialized ndarray having the same shape and data type as a provided ndarray.

  • v0.3.0
  • 23.19
  • Published

@stdlib/number-float32-base-signbit

Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).

  • v0.2.2
  • 19.44
  • Published

@stdlib/array-zero-to

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

  • v0.2.2
  • 18.09
  • Published

@stdlib/array-mostly-safe-casts

Return a list of array data types to which a provided array data type can be safely cast and, for floating-point data types, can be downcast.

  • v0.4.0
  • 17.99
  • Published

@stdlib/array-nans

Create an array filled with NaNs and having a specified length.

  • v0.2.1
  • 17.39
  • Published

@stdlib/ndarray-min-dtype

Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.

  • v0.3.0
  • 16.53
  • Published

@stdlib/array-safe-casts

Return a list of array data types to which a provided array data type can be safely cast.

  • v0.3.0
  • 16.40
  • Published

@stdlib/ndarray-base-slice-assign

Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.

  • v0.2.1
  • 12.83
  • Published

@stdlib/ndarray-base-reverse

Return a view of an input ndarray in which the order of elements along each dimension is reversed.

  • v0.2.2
  • 12.83
  • Published

@stdlib/ndarray-base-flipud

Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.

  • v0.2.2
  • 11.86
  • Published