@stdlib/blas-ext-base-ssort2hp
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
@stdlib/blas-ext-base-dsort2hp
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
@stdlib/blas-ext-base-ssort2sh
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
@stdlib/blas-ext-base-dsort2sh
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
@stdlib/ndarray-base-strides2order
Determine the order of a multidimensional array based on a provided stride array.
@stdlib/ndarray-base-assert-is-row-major
Given a stride array, determine whether an array is row-major.
@stdlib/stats-padjust
Adjust supplied p-values for multiple comparisons via a specified method.
@stdlib/ndarray-base-assert-is-column-major-contiguous
Determine if an array is column-major contiguous.
@stdlib/ndarray-base-assert-is-column-major
Given a stride array, determine whether an array is column-major.
@stdlib/blas-ext-base-dsort2ins
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
@stdlib/blas-ext-base-ssort2ins
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
https://github.com/acil-group/vat-fa
VAT + Fuzzy ART Framework - Companion MATLAB Code
stats-base-dists-planck-median
Planck (discrete exponential) distribution median.