UNPKG

@stdlib/math-strided-ops-sub-by

Version:

Element-wise subtraction of two strided arrays via a callback function.

8 lines (7 loc) 693 B
"use strict";var q=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var c=q(function(w,v){ var x=require('@stdlib/strided-base-map-by2/dist'),f=require('@stdlib/math-base-ops-sub/dist');function l(e,r,u,a,s,t,i,n,y){return x(e,r,u,a,s,t,i,f,n,y)}v.exports=l });var p=q(function(z,o){ var O=require('@stdlib/strided-base-map-by2/dist').ndarray,R=require('@stdlib/math-base-ops-sub/dist');function g(e,r,u,a,s,t,i,n,y,d,B,m){return O(e,r,u,a,s,t,i,n,y,d,R,B,m)}o.exports=g });var h=require('@stdlib/utils-define-nonenumerable-read-only-property/dist'),b=c(),j=p();h(b,"ndarray",j);module.exports=b; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map