Strided array math functions.
var ns = require( '@stdlib/math/strided' );
Namespace containing strided array math functions.
var o = ns;
// returns {...}
The namespace contains the following:
special
: strided array special math functions.
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/strided' );
console.log( objectKeys( ns ) );