numpy-ts 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- "use strict";var Rr=Object.defineProperty;var Os=Object.getOwnPropertyDescriptor;var $s=Object.getOwnPropertyNames;var vs=Object.prototype.hasOwnProperty;var Ms=(t,r)=>{for(var e in r)Rr(t,e,{get:r[e],enumerable:!0})},Cs=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of $s(r))!vs.call(t,o)&&o!==e&&Rr(t,o,{get:()=>r[o],enumerable:!(n=Os(r,o))||n.enumerable});return t};var ks=t=>Cs(Rr({},"__esModule",{value:!0}),t);var ji={};Ms(ji,{DTYPE_TO_DESCR:()=>mr,InvalidNpyError:()=>L,NDArray:()=>_,SUPPORTED_DTYPES:()=>vr,UnsupportedDTypeError:()=>H,__version__:()=>qi,absolute:()=>eo,append:()=>ca,arange:()=>Un,arccos:()=>No,arccosh:()=>vo,arcsin:()=>Do,arcsinh:()=>$o,arctan:()=>wo,arctan2:()=>xo,arctanh:()=>Mo,array:()=>R,array_equal:()=>ba,array_equiv:()=>Sa,array_split:()=>Lo,asanyarray:()=>Pn,asarray:()=>yr,ascontiguousarray:()=>Rn,asfortranarray:()=>Ln,atleast_1d:()=>ea,atleast_2d:()=>na,atleast_3d:()=>oa,average:()=>_a,bitwise_and:()=>Wa,bitwise_not:()=>Ga,bitwise_or:()=>Ha,bitwise_xor:()=>Ya,broadcast_arrays:()=>ma,broadcast_shapes:()=>da,broadcast_to:()=>pa,cbrt:()=>Pa,choose:()=>ha,column_stack:()=>sa,compress:()=>as,concatenate:()=>rr,copy:()=>Mn,cos:()=>bo,cosh:()=>To,cumprod:()=>Na,cumsum:()=>Da,deg2rad:()=>Bo,degrees:()=>zo,delete:()=>fa,diag:()=>St,diag_indices:()=>us,diag_indices_from:()=>cs,diagflat:()=>qn,diagonal:()=>lo,divmod:()=>La,dot:()=>co,dsplit:()=>aa,dstack:()=>Po,einsum:()=>ts,empty:()=>ht,empty_like:()=>Vn,expand_dims:()=>Jo,eye:()=>At,fabs:()=>Ra,flip:()=>$r,fliplr:()=>Xo,flipud:()=>Qo,floor_divide:()=>so,frombuffer:()=>Jn,fromfile:()=>Xn,fromfunction:()=>jn,fromiter:()=>Qn,fromstring:()=>Kn,full:()=>bt,full_like:()=>Fn,geomspace:()=>$n,heaviside:()=>Za,hsplit:()=>jo,hstack:()=>Fo,hypot:()=>Io,identity:()=>vn,indices:()=>ds,inner:()=>mo,insert:()=>la,invert:()=>Ja,ix_:()=>gs,kron:()=>yo,left_shift:()=>Xa,linspace:()=>Tn,loadNpz:()=>zt,loadNpzSync:()=>_t,logspace:()=>On,mask_indices:()=>ms,median:()=>xa,meshgrid:()=>Zn,mod:()=>ao,moveaxis:()=>ko,nanargmax:()=>Ca,nanargmin:()=>Ma,nancumprod:()=>Va,nancumsum:()=>ka,nanmax:()=>va,nanmean:()=>Ua,nanmedian:()=>Fa,nanmin:()=>$a,nanprod:()=>Ea,nanstd:()=>Oa,nansum:()=>Ba,nanvar:()=>Ta,negative:()=>no,ones:()=>gt,ones_like:()=>kn,outer:()=>go,packbits:()=>Ka,pad:()=>ya,parseNpy:()=>dr,parseNpyData:()=>Cr,parseNpyHeader:()=>Mr,parseNpz:()=>kr,parseNpzSync:()=>Vr,percentile:()=>Ia,place:()=>is,positive:()=>io,power:()=>to,ptp:()=>wa,put:()=>Aa,put_along_axis:()=>ns,putmask:()=>os,quantile:()=>za,rad2deg:()=>Eo,radians:()=>_o,ravel:()=>Ho,ravel_multi_index:()=>As,reciprocal:()=>uo,remainder:()=>ja,repeat:()=>Wo,reshape:()=>Yo,resize:()=>ua,right_shift:()=>Qa,roll:()=>ra,rollaxis:()=>ta,rot90:()=>Ko,row_stack:()=>ia,select:()=>ss,serializeNpy:()=>nr,serializeNpz:()=>Bt,serializeNpzSync:()=>Et,sign:()=>oo,sin:()=>ho,sinh:()=>Uo,split:()=>Ro,sqrt:()=>ro,square:()=>qa,squeeze:()=>Go,stack:()=>Vo,swapaxes:()=>Co,take:()=>ga,take_along_axis:()=>es,tan:()=>So,tanh:()=>Oo,tensordot:()=>Ao,tile:()=>Zo,trace:()=>fo,transpose:()=>po,tri:()=>Wn,tril:()=>Hn,tril_indices:()=>fs,tril_indices_from:()=>ls,triu:()=>Yn,triu_indices:()=>ys,triu_indices_from:()=>ps,unpackbits:()=>rs,unravel_index:()=>hs,vander:()=>Gn,vsplit:()=>qo,vstack:()=>Dt,zeros:()=>W,zeros_like:()=>Cn});module.exports=ks(ji);function Ut(t){if(!t.includes(":")){if(t.includes("."))throw new Error(`Invalid slice index: "${t}" (must be integer)`);let a=parseInt(t,10);if(isNaN(a))throw new Error(`Invalid slice index: "${t}"`);return{start:a,stop:null,step:1,isIndex:!0}}let r=t.split(":");if(r.length>3)throw new Error(`Invalid slice notation: "${t}" (too many colons)`);let e=r[0]===""?null:parseInt(r[0],10),n=r[1]===""||r[1]===void 0?null:parseInt(r[1],10),o=r[2]===""||r[2]===void 0?1:parseInt(r[2],10);if(e!==null&&isNaN(e))throw new Error(`Invalid start index in slice: "${t}"`);if(n!==null&&isNaN(n))throw new Error(`Invalid stop index in slice: "${t}"`);if(isNaN(o))throw new Error(`Invalid step in slice: "${t}"`);if(o===0)throw new Error("Slice step cannot be zero");return{start:e,stop:n,step:o,isIndex:!1}}function Tt(t,r){let{start:e,stop:n}=t,{step:o,isIndex:a}=t;if(a){if(e===null)throw new Error("Index cannot be null");let u=e<0?r+e:e;if(u<0||u>=r)throw new Error(`Index ${e} is out of bounds for size ${r}`);return{start:u,stop:u+1,step:1,isIndex:!0}}return o>0?(e===null&&(e=0),n===null&&(n=r)):(e===null&&(e=r-1),n===null&&(n=-r-1)),e<0&&(e=r+e),n<0&&(n=r+n),e=Math.max(0,Math.min(e,r)),n=Math.max(-1,Math.min(n,r)),{start:e,stop:n,step:o,isIndex:!1}}var M="float64";function U(t){switch(t){case"float64":return Float64Array;case"float32":return Float32Array;case"int64":return BigInt64Array;case"int32":return Int32Array;case"int16":return Int16Array;case"int8":return Int8Array;case"uint64":return BigUint64Array;case"uint32":return Uint32Array;case"uint16":return Uint16Array;case"uint8":return Uint8Array;case"bool":return Uint8Array;default:throw new Error(`Unknown dtype: ${t}`)}}function $t(t){switch(t){case"float64":case"int64":case"uint64":return 8;case"float32":case"int32":case"uint32":return 4;case"int16":case"uint16":return 2;case"int8":case"uint8":case"bool":return 1;default:throw new Error(`Unknown dtype: ${t}`)}}function vt(t){return t==="int64"||t==="int32"||t==="int16"||t==="int8"||t==="uint64"||t==="uint32"||t==="uint16"||t==="uint8"}function Ot(t){return t==="float64"||t==="float32"}function w(t){return t==="int64"||t==="uint64"}function v(t,r){if(t===r)return t;if(t==="bool")return r;if(r==="bool")return t;if(Ot(t)||Ot(r)){if(t==="float64"||r==="float64")return"float64";if(t==="float32"){let c=r;return c==="int32"||c==="int64"||c==="uint32"||c==="uint64"?"float64":"float32"}if(r==="float32"){let c=t;return c==="int32"||c==="int64"||c==="uint32"||c==="uint64"?"float64":"float32"}return"float32"}let e=t.startsWith("int"),n=r.startsWith("int"),o=t.startsWith("uint"),a=r.startsWith("uint"),u=c=>c.includes("64")?64:c.includes("32")?32:c.includes("16")?16:c.includes("8")?8:0,s=u(t),i=u(r);if(t==="int64"&&r==="uint64"||t==="uint64"&&r==="int64")return"float64";if(e&&a&&s===i){if(s===8)return"int16";if(s===16)return"int32";if(s===32)return"int64"}if(o&&n&&s===i){if(i===8)return"int16";if(i===16)return"int32";if(i===32)return"int64"}if(e&&n||o&&a){let c=Math.max(s,i);return e?c===64?"int64":c===32?"int32":c===16?"int16":"int8":c===64?"uint64":c===32?"uint32":c===16?"uint16":"uint8"}return e&&a?s>i?t:i===8?"int16":i===16?"int32":i===32?"int64":"float64":o&&n?i>s?r:s===8?"int16":s===16?"int32":s===32?"int64":"float64":"float64"}var D=class t{constructor(r,e,n,o,a){this._data=r,this._shape=e,this._strides=n,this._offset=o,this._dtype=a}get shape(){return this._shape}get ndim(){return this._shape.length}get size(){return this._shape.reduce((r,e)=>r*e,1)}get dtype(){return this._dtype}get data(){return this._data}get strides(){return this._strides}get offset(){return this._offset}get isCContiguous(){let r=this._shape,e=this._strides,n=r.length;if(n===0)return!0;if(n===1)return e[0]===1;let o=1;for(let a=n-1;a>=0;a--){if(e[a]!==o)return!1;o*=r[a]}return!0}get isFContiguous(){let r=this._shape,e=this._strides,n=r.length;if(n===0)return!0;if(n===1)return e[0]===1;let o=1;for(let a=0;a<n;a++){if(e[a]!==o)return!1;o*=r[a]}return!0}iget(r){let e=this._shape,n=this._strides,o=e.length;if(o===0)return this._data[this._offset];let a=r,u=this._offset;for(let s=0;s<o;s++){let i=1;for(let f=s+1;f<o;f++)i*=e[f];let c=Math.floor(a/i);a=a%i,u+=c*n[s]}return this._data[u]}iset(r,e){let n=this._shape,o=this._strides,a=n.length;if(a===0){this._data[this._offset]=e;return}let u=r,s=this._offset;for(let i=0;i<a;i++){let c=1;for(let y=i+1;y<a;y++)c*=n[y];let f=Math.floor(u/c);u=u%c,s+=f*o[i]}this._data[s]=e}get(...r){let e=this._strides,n=this._offset;for(let o=0;o<r.length;o++)n+=r[o]*e[o];return this._data[n]}set(r,e){let n=this._strides,o=this._offset;for(let a=0;a<r.length;a++)o+=r[a]*n[a];this._data[o]=e}copy(){let r=Array.from(this._shape),e=this._dtype,n=this.size,o=U(e);if(!o)throw new Error(`Cannot copy array with dtype ${e}`);let a=new o(n);if(this.isCContiguous&&this._offset===0)if(w(e)){let u=this._data,s=a;for(let i=0;i<n;i++)s[i]=u[i]}else a.set(this._data);else if(w(e)){let u=a;for(let s=0;s<n;s++)u[s]=this.iget(s)}else for(let u=0;u<n;u++)a[u]=this.iget(u);return new t(a,r,t._computeStrides(r),0,e)}static fromData(r,e,n,o,a){let u=o??t._computeStrides(e),s=a??0;return new t(r,e,u,s,n)}static zeros(r,e=M){let n=r.reduce((u,s)=>u*s,1),o=U(e);if(!o)throw new Error(`Cannot create array with dtype ${e}`);let a=new o(n);return new t(a,r,t._computeStrides(r),0,e)}static ones(r,e=M){let n=r.reduce((u,s)=>u*s,1),o=U(e);if(!o)throw new Error(`Cannot create array with dtype ${e}`);let a=new o(n);return w(e)?a.fill(BigInt(1)):a.fill(1),new t(a,r,t._computeStrides(r),0,e)}static _computeStrides(r){let e=new Array(r.length),n=1;for(let o=r.length-1;o>=0;o--)e[o]=n,n*=r[o];return e}};function P(t){let r=new Array(t.length),e=1;for(let n=t.length-1;n>=0;n--)r[n]=e,e*=t[n];return r}function Mt(t,r){let e=t.length,n=r.length,o=Math.max(e,n),a=new Array(o);for(let u=0;u<o;u++){let s=u<o-e?1:t[u-(o-e)],i=u<o-n?1:r[u-(o-n)];if(s===i)a[u]=s;else if(s===1)a[u]=i;else if(i===1)a[u]=s;else throw new Error(`operands could not be broadcast together with shapes ${JSON.stringify(Array.from(t))} ${JSON.stringify(Array.from(r))}`)}return a}function Vs(t,r,e){let n=t.length,o=e.length,a=new Array(o).fill(0);for(let u=0;u<n;u++){let s=o-n+u,i=t[u],c=e[s];if(i===c)a[s]=r[u];else if(i===1)a[s]=0;else throw new Error("Invalid broadcast")}return a}function Ar(t,r){let e=Vs(t.shape,t.strides,r);return D.fromData(t.data,Array.from(r),t.dtype,e,t.offset)}function V(t,r,e,n){let o=Mt(t.shape,r.shape),a=Ar(t,o),u=Ar(r,o),s=v(t.dtype,r.dtype),i=D.zeros(o,s),c=i.data,f=i.size;if(w(s)){let y=c;for(let l=0;l<f;l++){let p=a.iget(l),m=u.iget(l),d=typeof p=="bigint"?p:BigInt(Math.round(p)),g=typeof m=="bigint"?m:BigInt(Math.round(m));n==="add"?y[l]=d+g:n==="subtract"?y[l]=d-g:n==="multiply"?y[l]=d*g:n==="divide"?y[l]=d/g:y[l]=BigInt(Math.round(e(Number(d),Number(g))))}}else{let y=w(t.dtype)||w(r.dtype);for(let l=0;l<f;l++){let p=a.iget(l),m=u.iget(l),d=Number(p),g=Number(m);c[l]=e(d,g)}}return i}function G(t,r,e){let n=Mt(t.shape,r.shape),o=Ar(t,n),a=Ar(r,n),u=n.reduce((c,f)=>c*f,1),s=new Uint8Array(u),i=w(t.dtype)||w(r.dtype);for(let c=0;c<u;c++){let f=o.iget(c),y=a.iget(c),l=Number(f),p=Number(y);s[c]=e(l,p)?1:0}return D.fromData(s,n,"bool")}function k(t,r,e=!0){let n=t.dtype,o=Array.from(t.shape),a=t.size,s=e?n:n!=="float32"&&n!=="float64"?"float64":n,i=D.zeros(o,s),c=i.data,f=t.data;if(w(n))if(w(s)){let y=c;for(let l=0;l<a;l++){let p=Number(f[l]);y[l]=BigInt(Math.round(r(p)))}}else for(let y=0;y<a;y++)c[y]=r(Number(f[y]));else for(let y=0;y<a;y++)c[y]=r(Number(f[y]));return i}function Lr(t,r){return t.isCContiguous&&r.isCContiguous&&t.shape.length===r.shape.length&&t.shape.every((e,n)=>e===r.shape[n])}function Ct(t,r){return typeof r=="number"?Ls(t,r):Lr(t,r)?Fs(t,r):V(t,r,(e,n)=>e+n,"add")}function Fs(t,r){let e=v(t.dtype,r.dtype),n=D.zeros(Array.from(t.shape),e),o=t.size,a=t.data,u=r.data,s=n.data;if(w(e)){let i=s;if(!w(t.dtype)||!w(r.dtype))for(let f=0;f<o;f++){let y=typeof a[f]=="bigint"?a[f]:BigInt(Math.round(Number(a[f]))),l=typeof u[f]=="bigint"?u[f]:BigInt(Math.round(Number(u[f])));i[f]=y+l}else{let f=a,y=u;for(let l=0;l<o;l++)i[l]=f[l]+y[l]}}else if(w(t.dtype)||w(r.dtype))for(let c=0;c<o;c++){let f=typeof a[c]=="bigint"?Number(a[c]):a[c],y=typeof u[c]=="bigint"?Number(u[c]):u[c];s[c]=f+y}else for(let c=0;c<o;c++)s[c]=a[c]+u[c];return n}function kt(t,r){return typeof r=="number"?qs(t,r):Lr(t,r)?Ps(t,r):V(t,r,(e,n)=>e-n,"subtract")}function Ps(t,r){let e=v(t.dtype,r.dtype),n=D.zeros(Array.from(t.shape),e),o=t.size,a=t.data,u=r.data,s=n.data;if(w(e)){let i=s;if(!w(t.dtype)||!w(r.dtype))for(let f=0;f<o;f++){let y=typeof a[f]=="bigint"?a[f]:BigInt(Math.round(Number(a[f]))),l=typeof u[f]=="bigint"?u[f]:BigInt(Math.round(Number(u[f])));i[f]=y-l}else{let f=a,y=u;for(let l=0;l<o;l++)i[l]=f[l]-y[l]}}else if(w(t.dtype)||w(r.dtype))for(let c=0;c<o;c++){let f=typeof a[c]=="bigint"?Number(a[c]):a[c],y=typeof u[c]=="bigint"?Number(u[c]):u[c];s[c]=f-y}else for(let c=0;c<o;c++)s[c]=a[c]-u[c];return n}function Vt(t,r){return typeof r=="number"?js(t,r):Lr(t,r)?Rs(t,r):V(t,r,(e,n)=>e*n,"multiply")}function Rs(t,r){let e=v(t.dtype,r.dtype),n=D.zeros(Array.from(t.shape),e),o=t.size,a=t.data,u=r.data,s=n.data;if(w(e)){let i=s;if(!w(t.dtype)||!w(r.dtype))for(let f=0;f<o;f++){let y=typeof a[f]=="bigint"?a[f]:BigInt(Math.round(Number(a[f]))),l=typeof u[f]=="bigint"?u[f]:BigInt(Math.round(Number(u[f])));i[f]=y*l}else{let f=a,y=u;for(let l=0;l<o;l++)i[l]=f[l]*y[l]}}else if(w(t.dtype)||w(r.dtype))for(let c=0;c<o;c++){let f=typeof a[c]=="bigint"?Number(a[c]):a[c],y=typeof u[c]=="bigint"?Number(u[c]):u[c];s[c]=f*y}else for(let c=0;c<o;c++)s[c]=a[c]*u[c];return n}function Ft(t,r){if(typeof r=="number")return Zs(t,r);let e=t.dtype==="float64",n=r.dtype==="float64",o=t.dtype==="float32",a=r.dtype==="float32";if(e||n){let i=e?t:tr(t,"float64"),c=n?r:tr(r,"float64");return V(i,c,(f,y)=>f/y,"divide")}if(o||a){let i=o?t:tr(t,"float32"),c=a?r:tr(r,"float32");return V(i,c,(f,y)=>f/y,"divide")}let u=tr(t,"float64"),s=tr(r,"float64");return V(u,s,(i,c)=>i/c,"divide")}function tr(t,r){let e=D.zeros(Array.from(t.shape),r),n=t.size,o=t.data,a=e.data;for(let u=0;u<n;u++)a[u]=Number(o[u]);return e}function Ls(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++)c[y]=i[y]+f}else for(let i=0;i<a;i++)s[i]=Number(o[i])+r;return u}function qs(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++)c[y]=i[y]-f}else for(let i=0;i<a;i++)s[i]=Number(o[i])-r;return u}function js(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++)c[y]=i[y]*f}else for(let i=0;i<a;i++)s[i]=Number(o[i])*r;return u}function Zs(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,s=e!=="float32"&&e!=="float64"?"float64":e,i=D.zeros(n,s),c=i.data;if(w(e))for(let f=0;f<a;f++)c[f]=Number(o[f])/r;else for(let f=0;f<a;f++)c[f]=Number(o[f])/r;return i}function Pt(t){let r=t.dtype,e=Array.from(t.shape),n=t.data,o=t.size,a=D.zeros(e,r),u=a.data;if(w(r)){let s=n,i=u;for(let c=0;c<o;c++){let f=s[c];i[c]=f<0n?-f:f}}else for(let s=0;s<o;s++)u[s]=Math.abs(Number(n[s]));return a}function Rt(t){let r=t.dtype,e=Array.from(t.shape),n=t.data,o=t.size,a=D.zeros(e,r),u=a.data;if(w(r)){let s=n,i=u;for(let c=0;c<o;c++)i[c]=-s[c]}else for(let s=0;s<o;s++)u[s]=-Number(n[s]);return a}function Lt(t){let r=t.dtype,e=Array.from(t.shape),n=t.data,o=t.size,a=D.zeros(e,r),u=a.data;if(w(r)){let s=n,i=u;for(let c=0;c<o;c++){let f=s[c];i[c]=f>0n?1n:f<0n?-1n:0n}}else for(let s=0;s<o;s++){let i=Number(n[s]);u[s]=i>0?1:i<0?-1:0}return a}function hr(t,r){return typeof r=="number"?Ws(t,r):V(t,r,(e,n)=>(e%n+n)%n,"mod")}function Ws(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++){let l=i[y];c[y]=(l%f+f)%f}}else for(let i=0;i<a;i++){let c=Number(o[i]);s[i]=(c%r+r)%r}return u}function qr(t,r){return typeof r=="number"?Hs(t,r):V(t,r,(e,n)=>Math.floor(e/n),"floor_divide")}function Hs(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++)c[y]=i[y]/f}else for(let i=0;i<a;i++)s[i]=Math.floor(Number(o[i])/r);return u}function qt(t){let r=t.dtype,e=Array.from(t.shape),n=t.data,o=t.size,a=D.zeros(e,r),u=a.data;for(let s=0;s<o;s++)u[s]=n[s];return a}function jt(t){let r=t.dtype,e=Array.from(t.shape),n=t.data,o=t.size,u=r!=="float32"&&r!=="float64"?"float64":r,s=D.zeros(e,u),i=s.data;if(w(r))for(let c=0;c<o;c++)i[c]=1/Number(n[c]);else for(let c=0;c<o;c++)i[c]=1/Number(n[c]);return s}function Zt(t){let r=t.dtype,e=Array.from(t.shape),n=t.data,o=t.size,u=r!=="float32"&&r!=="float64"?"float64":r,s=D.zeros(e,u),i=s.data;for(let c=0;c<o;c++)i[c]=Math.cbrt(Number(n[c]));return s}function Wt(t){let r=t.dtype,e=Array.from(t.shape),n=t.data,o=t.size,a=r==="float32"?"float32":"float64",u=D.zeros(e,a),s=u.data;for(let i=0;i<o;i++)s[i]=Math.abs(Number(n[i]));return u}function Ht(t,r){let e=qr(t,r),n=hr(t,r);return[e,n]}function Yt(t){let r=t.dtype,e=Array.from(t.shape),n=t.data,o=t.size,a=D.zeros(e,r),u=a.data;if(w(r)){let s=n,i=u;for(let c=0;c<o;c++)i[c]=s[c]*s[c]}else for(let s=0;s<o;s++){let i=Number(n[s]);u[s]=i*i}return a}function Gt(t,r){return hr(t,r)}function Jt(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.size,a=e==="float32"?"float32":"float64",u=D.zeros(n,a),s=u.data;if(typeof r=="number")for(let i=0;i<o;i++){let c=Number(t.data[i]);c<0?s[i]=0:c===0?s[i]=r:s[i]=1}else{let i=r.data,c=r.shape;if(n.every((f,y)=>f===c[y]))for(let f=0;f<o;f++){let y=Number(t.data[f]);y<0?s[f]=0:y===0?s[f]=Number(i[f]):s[f]=1}else for(let f=0;f<o;f++){let y=Number(t.data[f]),l=f%r.size;y<0?s[f]=0:y===0?s[f]=Number(i[l]):s[f]=1}}return u}function J(t){if(t.length===0)return[];if(t.length===1)return Array.from(t[0]);let r=Math.max(...t.map(n=>n.length)),e=new Array(r);for(let n=0;n<r;n++){let o=1;for(let a of t){let u=a.length-r+n,s=u<0?1:a[u];if(s!==1){if(o===1)o=s;else if(o!==s)return null}}e[n]=o}return e}function Gs(t,r,e){let n=t.length,o=e.length,a=new Array(o).fill(0);for(let u=0;u<n;u++){let s=o-n+u,i=t[u],c=e[s];if(i===c)a[s]=r[u];else if(i===1)a[s]=0;else throw new Error("Invalid broadcast")}return a}function Z(t,r){let e=Gs(t.shape,t.strides,r);return D.fromData(t.data,Array.from(r),t.dtype,e,t.offset)}function jr(...t){let r=J(t);if(r===null){let e=t.map(n=>`(${n.join(",")})`).join(" ");throw new Error(`shape mismatch: objects cannot be broadcast to a single shape. Mismatch is between ${e}`)}return r}function Xt(t,r){return typeof r=="number"?Js(t,r):G(t,r,(e,n)=>e>n)}function Qt(t,r){return typeof r=="number"?Xs(t,r):G(t,r,(e,n)=>e>=n)}function Kt(t,r){return typeof r=="number"?Qs(t,r):G(t,r,(e,n)=>e<n)}function re(t,r){return typeof r=="number"?Ks(t,r):G(t,r,(e,n)=>e<=n)}function te(t,r){return typeof r=="number"?ri(t,r):G(t,r,(e,n)=>e===n)}function ee(t,r){return typeof r=="number"?ti(t,r):G(t,r,(e,n)=>e!==n)}function Zr(t,r,e=1e-5,n=1e-8){return typeof r=="number"?ei(t,r,e,n):G(t,r,(o,a)=>{let u=Math.abs(o-a),s=n+e*Math.abs(a);return u<=s})}function ne(t,r,e=1e-5,n=1e-8){let o=Zr(t,r,e,n),a=o.data;for(let u=0;u<o.size;u++)if(a[u]===0)return!1;return!0}function oe(t,r){let e=[Array.from(t.shape),Array.from(r.shape)],n=J(e);if(n===null)return!1;let o=Z(t,n),a=Z(r,n),u=n.length,s=n.reduce((f,y)=>f*y,1),i=w(o.dtype),c=w(a.dtype);for(let f=0;f<s;f++){let y=f,l=new Array(u);for(let d=u-1;d>=0;d--)l[d]=y%n[d],y=Math.floor(y/n[d]);let p=o.get(...l),m=a.get(...l);if(i||c){let d=typeof p=="bigint"?p:BigInt(Number(p)),g=typeof m=="bigint"?m:BigInt(Number(m));if(d!==g)return!1}else if(p!==m)return!1}return!0}function Js(t,r){let e=new Uint8Array(t.size),n=t.data;for(let o=0;o<t.size;o++)e[o]=n[o]>r?1:0;return D.fromData(e,Array.from(t.shape),"bool")}function Xs(t,r){let e=new Uint8Array(t.size),n=t.data;for(let o=0;o<t.size;o++)e[o]=n[o]>=r?1:0;return D.fromData(e,Array.from(t.shape),"bool")}function Qs(t,r){let e=new Uint8Array(t.size),n=t.data;for(let o=0;o<t.size;o++)e[o]=n[o]<r?1:0;return D.fromData(e,Array.from(t.shape),"bool")}function Ks(t,r){let e=new Uint8Array(t.size),n=t.data;for(let o=0;o<t.size;o++)e[o]=n[o]<=r?1:0;return D.fromData(e,Array.from(t.shape),"bool")}function ri(t,r){let e=new Uint8Array(t.size),n=t.data,o=t.dtype;if(w(o)){let a=BigInt(Math.round(r)),u=n;for(let s=0;s<t.size;s++)e[s]=u[s]===a?1:0}else for(let a=0;a<t.size;a++)e[a]=n[a]===r?1:0;return D.fromData(e,Array.from(t.shape),"bool")}function ti(t,r){let e=new Uint8Array(t.size),n=t.data;for(let o=0;o<t.size;o++)e[o]=n[o]!==r?1:0;return D.fromData(e,Array.from(t.shape),"bool")}function ei(t,r,e,n){let o=new Uint8Array(t.size),a=t.data,u=t.dtype;if(w(u)){let s=a;for(let i=0;i<t.size;i++){let c=Number(s[i]),f=Math.abs(c-r),y=n+e*Math.abs(r);o[i]=f<=y?1:0}}else for(let s=0;s<t.size;s++){let i=Number(a[s]),c=Math.abs(i-r),f=n+e*Math.abs(r);o[s]=c<=f?1:0}return D.fromData(o,Array.from(t.shape),"bool")}function O(t,r){let e=0,n=1;for(let o=t.length-1;o>=0;o--)e+=t[o]*n,n*=r[o];return e}function $(t,r,e,n){let o=n.length,a=new Array(o),u=Array.from(n).filter((i,c)=>c!==r),s=t;for(let i=u.length-1;i>=0;i--)a[i>=r?i+1:i]=s%u[i],s=Math.floor(s/u[i]);return a[r]=e,a}function ar(t,r,e=!1){let n=t.dtype,o=t.shape,a=o.length,u=t.size,s=t.data;if(r===void 0)if(w(n)){let m=s,d=BigInt(0);for(let g=0;g<u;g++)d+=m[g];return Number(d)}else{let m=0;for(let d=0;d<u;d++)m+=Number(s[d]);return m}let i=r;if(i<0&&(i=a+i),i<0||i>=a)throw new Error(`axis ${r} is out of bounds for array of dimension ${a}`);let c=Array.from(o).filter((m,d)=>d!==i);if(c.length===0)return ar(t);let f=D.zeros(c,n),y=f.data,l=o[i],p=c.reduce((m,d)=>m*d,1);if(w(n)){let m=s,d=y;for(let g=0;g<p;g++){let h=BigInt(0);for(let A=0;A<l;A++){let b=$(g,i,A,o),S=O(b,o);h+=m[S]}d[g]=h}}else for(let m=0;m<p;m++){let d=0;for(let g=0;g<l;g++){let h=$(m,i,g,o),A=O(h,o);d+=Number(s[A])}y[m]=d}if(e){let m=[...o];return m[i]=1,D.fromData(y,m,n)}return f}function br(t,r,e=!1){let n=t.dtype,o=t.shape;if(r===void 0)return ar(t)/t.size;let a=r;if(a<0&&(a=o.length+a),a<0||a>=o.length)throw new Error(`axis ${r} is out of bounds for array of dimension ${o.length}`);let u=ar(t,r,e);if(typeof u=="number")return u/o[a];let s=o[a],i=n;(w(n)||n.startsWith("int")||n.startsWith("uint"))&&(i="float64");let c=D.zeros(Array.from(u.shape),i),f=c.data,y=u.data;if(w(n)){let l=y;for(let p=0;p<f.length;p++)f[p]=Number(l[p])/s}else for(let l=0;l<f.length;l++)f[l]=Number(y[l])/s;return c}function Sr(t,r,e=!1){let n=t.dtype,o=t.shape,a=o.length,u=t.size,s=t.data;if(r===void 0){if(u===0)throw new Error("max of empty array");let m=s[0];for(let d=1;d<u;d++)s[d]>m&&(m=s[d]);return Number(m)}let i=r;if(i<0&&(i=a+i),i<0||i>=a)throw new Error(`axis ${r} is out of bounds for array of dimension ${a}`);let c=Array.from(o).filter((m,d)=>d!==i);if(c.length===0)return Sr(t);let f=D.zeros(c,n),y=f.data,l=o[i],p=c.reduce((m,d)=>m*d,1);if(w(n)){let m=s,d=y;for(let g=0;g<p;g++){let h=$(g,i,0,o),A=O(h,o),b=m[A];for(let S=1;S<l;S++){let N=$(g,i,S,o),x=O(N,o),I=m[x];I>b&&(b=I)}d[g]=b}}else for(let m=0;m<p;m++){let d=-1/0;for(let g=0;g<l;g++){let h=$(m,i,g,o),A=O(h,o),b=Number(s[A]);b>d&&(d=b)}y[m]=d}if(e){let m=[...o];return m[i]=1,D.fromData(y,m,n)}return f}function Wr(t,r,e=!1){let n=t.dtype,o=t.shape,a=o.length,u=t.size,s=t.data;if(r===void 0)if(w(n)){let m=s,d=BigInt(1);for(let g=0;g<u;g++)d*=m[g];return Number(d)}else{let m=1;for(let d=0;d<u;d++)m*=Number(s[d]);return m}let i=r;if(i<0&&(i=a+i),i<0||i>=a)throw new Error(`axis ${r} is out of bounds for array of dimension ${a}`);let c=Array.from(o).filter((m,d)=>d!==i);if(c.length===0)return Wr(t);let f=D.zeros(c,n),y=f.data,l=o[i],p=c.reduce((m,d)=>m*d,1);if(w(n)){let m=s,d=y;for(let g=0;g<p;g++){let h=BigInt(1);for(let A=0;A<l;A++){let b=$(g,i,A,o),S=O(b,o);h*=m[S]}d[g]=h}}else for(let m=0;m<p;m++){let d=1;for(let g=0;g<l;g++){let h=$(m,i,g,o),A=O(h,o);d*=Number(s[A])}y[m]=d}if(e){let m=[...o];return m[i]=1,D.fromData(y,m,n)}return f}function Dr(t,r,e=!1){let n=t.dtype,o=t.shape,a=o.length,u=t.size,s=t.data;if(r===void 0){if(u===0)throw new Error("min of empty array");let m=s[0];for(let d=1;d<u;d++)s[d]<m&&(m=s[d]);return Number(m)}let i=r;if(i<0&&(i=a+i),i<0||i>=a)throw new Error(`axis ${r} is out of bounds for array of dimension ${a}`);let c=Array.from(o).filter((m,d)=>d!==i);if(c.length===0)return Dr(t);let f=D.zeros(c,n),y=f.data,l=o[i],p=c.reduce((m,d)=>m*d,1);if(w(n)){let m=s,d=y;for(let g=0;g<p;g++){let h=$(g,i,0,o),A=O(h,o),b=m[A];for(let S=1;S<l;S++){let N=$(g,i,S,o),x=O(N,o),I=m[x];I<b&&(b=I)}d[g]=b}}else for(let m=0;m<p;m++){let d=1/0;for(let g=0;g<l;g++){let h=$(m,i,g,o),A=O(h,o),b=Number(s[A]);b<d&&(d=b)}y[m]=d}if(e){let m=[...o];return m[i]=1,D.fromData(y,m,n)}return f}function Hr(t,r){let e=t.dtype,n=t.shape,o=n.length,a=t.size,u=t.data;if(r===void 0){if(a===0)throw new Error("argmin of empty array");let p=u[0],m=0;for(let d=1;d<a;d++)u[d]<p&&(p=u[d],m=d);return m}let s=r;if(s<0&&(s=o+s),s<0||s>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let i=Array.from(n).filter((p,m)=>m!==s);if(i.length===0)return Hr(t);let c=D.zeros(i,"int32"),f=c.data,y=n[s],l=i.reduce((p,m)=>p*m,1);if(w(e)){let p=u;for(let m=0;m<l;m++){let d=$(m,s,0,n),g=O(d,n),h=p[g],A=0;for(let b=1;b<y;b++){let S=$(m,s,b,n),N=O(S,n),x=p[N];x<h&&(h=x,A=b)}f[m]=A}}else for(let p=0;p<l;p++){let m=1/0,d=0;for(let g=0;g<y;g++){let h=$(p,s,g,n),A=O(h,n),b=Number(u[A]);b<m&&(m=b,d=g)}f[p]=d}return c}function Yr(t,r){let e=t.dtype,n=t.shape,o=n.length,a=t.size,u=t.data;if(r===void 0){if(a===0)throw new Error("argmax of empty array");let p=u[0],m=0;for(let d=1;d<a;d++)u[d]>p&&(p=u[d],m=d);return m}let s=r;if(s<0&&(s=o+s),s<0||s>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let i=Array.from(n).filter((p,m)=>m!==s);if(i.length===0)return Yr(t);let c=D.zeros(i,"int32"),f=c.data,y=n[s],l=i.reduce((p,m)=>p*m,1);if(w(e)){let p=u;for(let m=0;m<l;m++){let d=$(m,s,0,n),g=O(d,n),h=p[g],A=0;for(let b=1;b<y;b++){let S=$(m,s,b,n),N=O(S,n),x=p[N];x>h&&(h=x,A=b)}f[m]=A}}else for(let p=0;p<l;p++){let m=-1/0,d=0;for(let g=0;g<y;g++){let h=$(p,s,g,n),A=O(h,n),b=Number(u[A]);b>m&&(m=b,d=g)}f[p]=d}return c}function Gr(t,r,e=0,n=!1){let o=t.shape,a=o.length,u=t.size,s=t.data,i=br(t,r,n);if(r===void 0){let h=i,A=0;for(let b=0;b<u;b++){let S=Number(s[b])-h;A+=S*S}return A/(u-e)}let c=r;if(c<0&&(c=a+c),c<0||c>=a)throw new Error(`axis ${r} is out of bounds for array of dimension ${a}`);let f=o[c],y=i,l=y.data,p=n?y.shape:Array.from(o).filter((h,A)=>A!==c),m=D.zeros(Array.from(p),"float64"),d=m.data,g=p.reduce((h,A)=>h*A,1);for(let h=0;h<g;h++){let A=0,b=Number(l[h]);for(let S=0;S<f;S++){let N=$(h,c,S,o),x=O(N,o),I=Number(s[x])-b;A+=I*I}d[h]=A/(f-e)}return m}function ae(t,r,e=0,n=!1){let o=Gr(t,r,e,n);if(typeof o=="number")return Math.sqrt(o);let a=D.zeros(Array.from(o.shape),"float64"),u=o.data,s=a.data;for(let i=0;i<u.length;i++)s[i]=Math.sqrt(Number(u[i]));return a}function Jr(t,r,e=!1){let n=t.shape,o=n.length,a=t.size,u=t.data;if(r===void 0){for(let p=0;p<a;p++)if(!u[p])return!1;return!0}let s=r;if(s<0&&(s=o+s),s<0||s>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let i=Array.from(n).filter((p,m)=>m!==s);if(i.length===0)return Jr(t);let c=D.zeros(i,"bool"),f=c.data,y=n[s],l=i.reduce((p,m)=>p*m,1);for(let p=0;p<l;p++){let m=!0;for(let d=0;d<y;d++){let g=$(p,s,d,n),h=O(g,n);if(!u[h]){m=!1;break}}f[p]=m?1:0}if(e){let p=[...n];return p[s]=1,D.fromData(f,p,"bool")}return c}function Xr(t,r,e=!1){let n=t.shape,o=n.length,a=t.size,u=t.data;if(r===void 0){for(let p=0;p<a;p++)if(u[p])return!0;return!1}let s=r;if(s<0&&(s=o+s),s<0||s>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let i=Array.from(n).filter((p,m)=>m!==s);if(i.length===0)return Xr(t);let c=D.zeros(i,"bool"),f=c.data,y=n[s],l=i.reduce((p,m)=>p*m,1);for(let p=0;p<l;p++){let m=!1;for(let d=0;d<y;d++){let g=$(p,s,d,n),h=O(g,n);if(u[h]){m=!0;break}}f[p]=m?1:0}if(e){let p=[...n];return p[s]=1,D.fromData(f,p,"bool")}return c}function Qr(t,r){let e=t.shape,n=e.length,o=t.data;if(r===void 0){let l=t.size,p=new Float64Array(l),m=0;for(let d=0;d<l;d++)m+=Number(o[d]),p[d]=m;return D.fromData(p,[l],"float64")}let a=r;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);let u=new Float64Array(t.size),s=e[a],i=[],c=1;for(let l=n-1;l>=0;l--)i.unshift(c),c*=e[l];let f=t.size,y=i[a];for(let l=0;l<f;l++)Math.floor(l/y)%s===0?u[l]=Number(o[l]):u[l]=u[l-y]+Number(o[l]);return D.fromData(u,[...e],"float64")}function Kr(t,r){let e=t.shape,n=e.length,o=t.data;if(r===void 0){let l=t.size,p=new Float64Array(l),m=1;for(let d=0;d<l;d++)m*=Number(o[d]),p[d]=m;return D.fromData(p,[l],"float64")}let a=r;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);let u=new Float64Array(t.size),s=e[a],i=[],c=1;for(let l=n-1;l>=0;l--)i.unshift(c),c*=e[l];let f=t.size,y=i[a];for(let l=0;l<f;l++)Math.floor(l/y)%s===0?u[l]=Number(o[l]):u[l]=u[l-y]*Number(o[l]);return D.fromData(u,[...e],"float64")}function rt(t,r,e=!1){let n=Sr(t,r,e),o=Dr(t,r,e);if(typeof n=="number"&&typeof o=="number")return n-o;let a=n,u=o,s=a.data,i=u.data,c=new Float64Array(a.size);for(let f=0;f<a.size;f++)c[f]=Number(s[f])-Number(i[f]);return D.fromData(c,[...a.shape],"float64")}function tt(t,r,e=!1){return er(t,.5,r,e)}function et(t,r,e,n=!1){return er(t,r/100,e,n)}function er(t,r,e,n=!1){if(r<0||r>1)throw new Error("Quantile must be between 0 and 1");let o=t.shape,a=o.length,u=t.data;if(e===void 0){let p=[];for(let b=0;b<t.size;b++)p.push(Number(u[b]));p.sort((b,S)=>b-S);let m=p.length,d=r*(m-1),g=Math.floor(d),h=Math.ceil(d);if(g===h)return p[g];let A=d-g;return p[g]*(1-A)+p[h]*A}let s=e;if(s<0&&(s=a+s),s<0||s>=a)throw new Error(`axis ${e} is out of bounds for array of dimension ${a}`);let i=Array.from(o).filter((p,m)=>m!==s);if(i.length===0)return er(t,r);let c=i.reduce((p,m)=>p*m,1),f=o[s],y=new Float64Array(c);for(let p=0;p<c;p++){let m=[];for(let b=0;b<f;b++){let S=$(p,s,b,o),N=O(S,o);m.push(Number(u[N]))}m.sort((b,S)=>b-S);let d=m.length,g=r*(d-1),h=Math.floor(g),A=Math.ceil(g);if(h===A)y[p]=m[h];else{let b=g-h;y[p]=m[h]*(1-b)+m[A]*b}}let l=D.fromData(y,i,"float64");if(n){let p=[...o];return p[s]=1,D.fromData(y,p,"float64")}return l}function Nr(t,r,e,n=!1){let o=t.shape,a=o.length,u=t.data;if(e===void 0)return br(t,r,n);if(r===void 0){let m=0,d=0,g=e.data;for(let h=0;h<t.size;h++){let A=Number(g[h%e.size]);m+=Number(u[h])*A,d+=A}return d===0?NaN:m/d}let s=r;if(s<0&&(s=a+s),s<0||s>=a)throw new Error(`axis ${r} is out of bounds for array of dimension ${a}`);let i=Array.from(o).filter((m,d)=>d!==s);if(i.length===0)return Nr(t,void 0,e);let c=i.reduce((m,d)=>m*d,1),f=o[s],y=e.data,l=new Float64Array(c);for(let m=0;m<c;m++){let d=0,g=0;for(let h=0;h<f;h++){let A=$(m,s,h,o),b=O(A,o),S=Number(y[h%e.size]);d+=Number(u[b])*S,g+=S}l[m]=g===0?NaN:d/g}let p=D.fromData(l,i,"float64");if(n){let m=[...o];return m[s]=1,D.fromData(l,m,"float64")}return p}function wr(t,r,e=!1){let n=t.shape,o=n.length,a=t.data;if(r===void 0){let l=0;for(let p=0;p<t.size;p++){let m=Number(a[p]);isNaN(m)||(l+=m)}return l}let u=r;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((l,p)=>p!==u);if(s.length===0)return wr(t);let i=s.reduce((l,p)=>l*p,1),c=n[u],f=new Float64Array(i);for(let l=0;l<i;l++){let p=0;for(let m=0;m<c;m++){let d=$(l,u,m,n),g=O(d,n),h=Number(a[g]);isNaN(h)||(p+=h)}f[l]=p}let y=D.fromData(f,s,"float64");if(e){let l=[...n];return l[u]=1,D.fromData(f,l,"float64")}return y}function xr(t,r,e=!1){let n=t.shape,o=n.length,a=t.data;if(r===void 0){let l=1;for(let p=0;p<t.size;p++){let m=Number(a[p]);isNaN(m)||(l*=m)}return l}let u=r;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((l,p)=>p!==u);if(s.length===0)return xr(t);let i=s.reduce((l,p)=>l*p,1),c=n[u],f=new Float64Array(i);for(let l=0;l<i;l++){let p=1;for(let m=0;m<c;m++){let d=$(l,u,m,n),g=O(d,n),h=Number(a[g]);isNaN(h)||(p*=h)}f[l]=p}let y=D.fromData(f,s,"float64");if(e){let l=[...n];return l[u]=1,D.fromData(f,l,"float64")}return y}function Ir(t,r,e=!1){let n=t.shape,o=n.length,a=t.data;if(r===void 0){let l=0,p=0;for(let m=0;m<t.size;m++){let d=Number(a[m]);isNaN(d)||(l+=d,p++)}return p===0?NaN:l/p}let u=r;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((l,p)=>p!==u);if(s.length===0)return Ir(t);let i=s.reduce((l,p)=>l*p,1),c=n[u],f=new Float64Array(i);for(let l=0;l<i;l++){let p=0,m=0;for(let d=0;d<c;d++){let g=$(l,u,d,n),h=O(g,n),A=Number(a[h]);isNaN(A)||(p+=A,m++)}f[l]=m===0?NaN:p/m}let y=D.fromData(f,s,"float64");if(e){let l=[...n];return l[u]=1,D.fromData(f,l,"float64")}return y}function sr(t,r,e=0,n=!1){let o=t.shape,a=o.length,u=t.data;if(r===void 0){let p=0,m=0;for(let h=0;h<t.size;h++){let A=Number(u[h]);isNaN(A)||(p+=A,m++)}if(m-e<=0)return NaN;let d=p/m,g=0;for(let h=0;h<t.size;h++){let A=Number(u[h]);isNaN(A)||(g+=(A-d)**2)}return g/(m-e)}let s=r;if(s<0&&(s=a+s),s<0||s>=a)throw new Error(`axis ${r} is out of bounds for array of dimension ${a}`);let i=Array.from(o).filter((p,m)=>m!==s);if(i.length===0)return sr(t,void 0,e);let c=i.reduce((p,m)=>p*m,1),f=o[s],y=new Float64Array(c);for(let p=0;p<c;p++){let m=0,d=0;for(let A=0;A<f;A++){let b=$(p,s,A,o),S=O(b,o),N=Number(u[S]);isNaN(N)||(m+=N,d++)}if(d-e<=0){y[p]=NaN;continue}let g=m/d,h=0;for(let A=0;A<f;A++){let b=$(p,s,A,o),S=O(b,o),N=Number(u[S]);isNaN(N)||(h+=(N-g)**2)}y[p]=h/(d-e)}let l=D.fromData(y,i,"float64");if(n){let p=[...o];return p[s]=1,D.fromData(y,p,"float64")}return l}function nt(t,r,e=0,n=!1){let o=sr(t,r,e,n);if(typeof o=="number")return Math.sqrt(o);let a=o,u=new Float64Array(a.size);for(let s=0;s<a.size;s++)u[s]=Math.sqrt(Number(a.data[s]));return D.fromData(u,[...a.shape],"float64")}function zr(t,r,e=!1){let n=t.shape,o=n.length,a=t.data;if(r===void 0){let l=1/0;for(let p=0;p<t.size;p++){let m=Number(a[p]);!isNaN(m)&&m<l&&(l=m)}return l===1/0?NaN:l}let u=r;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((l,p)=>p!==u);if(s.length===0)return zr(t);let i=s.reduce((l,p)=>l*p,1),c=n[u],f=new Float64Array(i);for(let l=0;l<i;l++){let p=1/0;for(let m=0;m<c;m++){let d=$(l,u,m,n),g=O(d,n),h=Number(a[g]);!isNaN(h)&&h<p&&(p=h)}f[l]=p===1/0?NaN:p}let y=D.fromData(f,s,"float64");if(e){let l=[...n];return l[u]=1,D.fromData(f,l,"float64")}return y}function _r(t,r,e=!1){let n=t.shape,o=n.length,a=t.data;if(r===void 0){let l=-1/0;for(let p=0;p<t.size;p++){let m=Number(a[p]);!isNaN(m)&&m>l&&(l=m)}return l===-1/0?NaN:l}let u=r;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((l,p)=>p!==u);if(s.length===0)return _r(t);let i=s.reduce((l,p)=>l*p,1),c=n[u],f=new Float64Array(i);for(let l=0;l<i;l++){let p=-1/0;for(let m=0;m<c;m++){let d=$(l,u,m,n),g=O(d,n),h=Number(a[g]);!isNaN(h)&&h>p&&(p=h)}f[l]=p===-1/0?NaN:p}let y=D.fromData(f,s,"float64");if(e){let l=[...n];return l[u]=1,D.fromData(f,l,"float64")}return y}function Br(t,r){let e=t.shape,n=e.length,o=t.data;if(r===void 0){let f=1/0,y=-1;for(let l=0;l<t.size;l++){let p=Number(o[l]);!isNaN(p)&&p<f&&(f=p,y=l)}return y}let a=r;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);let u=Array.from(e).filter((f,y)=>y!==a);if(u.length===0)return Br(t);let s=u.reduce((f,y)=>f*y,1),i=e[a],c=new Int32Array(s);for(let f=0;f<s;f++){let y=1/0,l=0;for(let p=0;p<i;p++){let m=$(f,a,p,e),d=O(m,e),g=Number(o[d]);!isNaN(g)&&g<y&&(y=g,l=p)}c[f]=l}return D.fromData(c,u,"int32")}function Er(t,r){let e=t.shape,n=e.length,o=t.data;if(r===void 0){let f=-1/0,y=-1;for(let l=0;l<t.size;l++){let p=Number(o[l]);!isNaN(p)&&p>f&&(f=p,y=l)}return y}let a=r;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);let u=Array.from(e).filter((f,y)=>y!==a);if(u.length===0)return Er(t);let s=u.reduce((f,y)=>f*y,1),i=e[a],c=new Int32Array(s);for(let f=0;f<s;f++){let y=-1/0,l=0;for(let p=0;p<i;p++){let m=$(f,a,p,e),d=O(m,e),g=Number(o[d]);!isNaN(g)&&g>y&&(y=g,l=p)}c[f]=l}return D.fromData(c,u,"int32")}function ot(t,r){let e=t.shape,n=e.length,o=t.data;if(r===void 0){let l=t.size,p=new Float64Array(l),m=0;for(let d=0;d<l;d++){let g=Number(o[d]);isNaN(g)||(m+=g),p[d]=m}return D.fromData(p,[l],"float64")}let a=r;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);let u=new Float64Array(t.size),s=e[a],i=[],c=1;for(let l=n-1;l>=0;l--)i.unshift(c),c*=e[l];let f=t.size,y=i[a];for(let l=0;l<f;l++){let p=Number(o[l]);Math.floor(l/y)%s===0?u[l]=isNaN(p)?0:p:u[l]=u[l-y]+(isNaN(p)?0:p)}return D.fromData(u,[...e],"float64")}function at(t,r){let e=t.shape,n=e.length,o=t.data;if(r===void 0){let l=t.size,p=new Float64Array(l),m=1;for(let d=0;d<l;d++){let g=Number(o[d]);isNaN(g)||(m*=g),p[d]=m}return D.fromData(p,[l],"float64")}let a=r;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);let u=new Float64Array(t.size),s=e[a],i=[],c=1;for(let l=n-1;l>=0;l--)i.unshift(c),c*=e[l];let f=t.size,y=i[a];for(let l=0;l<f;l++){let p=Number(o[l]);Math.floor(l/y)%s===0?u[l]=isNaN(p)?1:p:u[l]=u[l-y]*(isNaN(p)?1:p)}return D.fromData(u,[...e],"float64")}function Ur(t,r,e=!1){let n=t.shape,o=n.length,a=t.data;if(r===void 0){let l=[];for(let d=0;d<t.size;d++){let g=Number(a[d]);isNaN(g)||l.push(g)}if(l.length===0)return NaN;l.sort((d,g)=>d-g);let p=l.length,m=Math.floor(p/2);return p%2===0?(l[m-1]+l[m])/2:l[m]}let u=r;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((l,p)=>p!==u);if(s.length===0)return Ur(t);let i=s.reduce((l,p)=>l*p,1),c=n[u],f=new Float64Array(i);for(let l=0;l<i;l++){let p=[];for(let g=0;g<c;g++){let h=$(l,u,g,n),A=O(h,n),b=Number(a[A]);isNaN(b)||p.push(b)}if(p.length===0){f[l]=NaN;continue}p.sort((g,h)=>g-h);let m=p.length,d=Math.floor(m/2);m%2===0?f[l]=(p[d-1]+p[d])/2:f[l]=p[d]}let y=D.fromData(f,s,"float64");if(e){let l=[...n];return l[u]=1,D.fromData(f,l,"float64")}return y}function q(t,r){let e=t.size,n=t.dtype,o=r.indexOf(-1),a;if(o!==-1){let c=r.reduce((y,l,p)=>p===o?y:y*l,1),f=e/c;if(!Number.isInteger(f))throw new Error(`cannot reshape array of size ${e} into shape ${JSON.stringify(r)}`);a=r.map((y,l)=>l===o?f:y)}else a=r;if(a.reduce((c,f)=>c*f,1)!==e)throw new Error(`cannot reshape array of size ${e} into shape ${JSON.stringify(a)}`);if(t.isCContiguous){let c=t.data;return D.fromData(c,a,n,P(a),0)}let i=t.copy().data;return D.fromData(i,a,n,P(a),0)}function Tr(t){let r=t.size,e=t.dtype,n=U(e);if(!n)throw new Error(`Cannot flatten array with dtype ${e}`);if(t.isCContiguous){let s=t.data.slice(t.offset,t.offset+r);return D.fromData(s,[r],e,[1],0)}let o=new n(r),a=w(e);for(let u=0;u<r;u++){let s=t.iget(u);o[u]=s}return D.fromData(o,[r],e,[1],0)}function ur(t){let r=t.size,e=t.dtype;if(t.isCContiguous){let n=t.data;return D.fromData(n,[r],e,[1],0)}return Tr(t)}function cr(t,r){let e=t.shape,n=e.length,o=t.strides,a=t.data,u=t.dtype,s;if(r===void 0)s=Array.from({length:n},(y,l)=>n-1-l);else{if(r.length!==n)throw new Error(`axes must have length ${n}, got ${r.length}`);let y=new Set;for(let l of r){let p=l<0?n+l:l;if(p<0||p>=n)throw new Error(`axis ${l} is out of bounds for array of dimension ${n}`);if(y.has(p))throw new Error("repeated axis in transpose");y.add(p)}s=r.map(l=>l<0?n+l:l)}let i=s.map(y=>e[y]),c=Array.from(o),f=s.map(y=>c[y]);return D.fromData(a,i,u,f,t.offset)}function se(t,r){let e=t.shape,n=e.length,o=t.strides,a=t.data,u=t.dtype;if(r===void 0){let s=[],i=[];for(let c=0;c<n;c++)e[c]!==1&&(s.push(e[c]),i.push(o[c]));return s.length===0&&(s.push(1),i.push(1)),D.fromData(a,s,u,i,t.offset)}else{let s=r<0?n+r:r;if(s<0||s>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);if(e[s]!==1)throw new Error(`cannot select an axis which has size not equal to one (axis ${r} has size ${e[s]})`);let i=[],c=[];for(let f=0;f<n;f++)f!==s&&(i.push(e[f]),c.push(o[f]));return D.fromData(a,i,u,c,t.offset)}}function ir(t,r){let e=t.shape,n=e.length,o=t.strides,a=t.data,u=t.dtype,s=r;if(s<0&&(s=n+r+1),s<0||s>n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n+1}`);let i=[...Array.from(e)];i.splice(s,0,1);let c=[...Array.from(o)],f=s<n?o[s]*(e[s]||1):1;return c.splice(s,0,f),D.fromData(a,i,u,c,t.offset)}function ie(t,r,e){let n=t.shape,o=n.length,a=t.strides,u=t.data,s=t.dtype,i=r<0?o+r:r,c=e<0?o+e:e;if(i<0||i>=o)throw new Error(`axis1 ${r} is out of bounds for array of dimension ${o}`);if(c<0||c>=o)throw new Error(`axis2 ${e} is out of bounds for array of dimension ${o}`);if(i===c)return D.fromData(u,Array.from(n),s,Array.from(a),t.offset);let f=Array.from(n),y=Array.from(a);return[f[i],f[c]]=[f[c],f[i]],[y[i],y[c]]=[y[c],y[i]],D.fromData(u,f,s,y,t.offset)}function st(t,r,e){let n=t.ndim,o=Array.isArray(r)?r:[r],a=Array.isArray(e)?e:[e];if(o.length!==a.length)throw new Error("source and destination must have the same number of elements");let u=o.map(c=>{let f=c<0?n+c:c;if(f<0||f>=n)throw new Error(`source axis ${c} is out of bounds for array of dimension ${n}`);return f}),s=a.map(c=>{let f=c<0?n+c:c;if(f<0||f>=n)throw new Error(`destination axis ${c} is out of bounds for array of dimension ${n}`);return f});if(new Set(u).size!==u.length)throw new Error("repeated axis in source");if(new Set(s).size!==s.length)throw new Error("repeated axis in destination");let i=[];for(let c=0;c<n;c++)u.includes(c)||i.push(c);for(let c=0;c<u.length;c++){let f=s[c];i.splice(f,0,u[c])}return cr(t,i)}function Q(t,r=0){if(t.length===0)throw new Error("need at least one array to concatenate");if(t.length===1)return t[0].copy();let e=t[0],n=e.ndim,o=e.dtype,a=r<0?n+r:r;if(a<0||a>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);for(let p=1;p<t.length;p++){let m=t[p];if(m.ndim!==n)throw new Error("all the input arrays must have same number of dimensions");for(let d=0;d<n;d++)if(d!==a&&m.shape[d]!==e.shape[d])throw new Error("all the input array dimensions except for the concatenation axis must match exactly")}let u=Array.from(e.shape),s=e.shape[a];for(let p=1;p<t.length;p++)s+=t[p].shape[a];u[a]=s;let i=u.reduce((p,m)=>p*m,1),c=U(o);if(!c)throw new Error(`Cannot concatenate arrays with dtype ${o}`);let f=new c(i),y=P(u),l=0;for(let p of t){let m=p.shape[a];ai(p,f,u,y,a,l,o),l+=m}return D.fromData(f,u,o)}function ai(t,r,e,n,o,a,u){let s=t.shape,i=s.length,c=t.size,f=u==="int64"||u==="uint64";if(o===0&&t.isCContiguous&&i>0){let p=a*n[0],m=t.data,d=t.offset,g=d+c;r.set(m.subarray(d,g),p);return}if(o===1&&i===2&&t.isCContiguous){let p=s[0],m=s[1],d=e[1],g=t.data,h=t.offset;for(let A=0;A<p;A++){let b=h+A*m,S=A*d+a;r.set(g.subarray(b,b+m),S)}return}let y=new Array(i).fill(0),l=a*n[o];for(let p=0;p<c;p++){let m=t.iget(p),d=l;for(let g=0;g<i;g++)d+=y[g]*n[g];r[d]=m;for(let g=i-1;g>=0&&(y[g]++,!(y[g]<s[g]));g--)y[g]=0}}function ue(t,r=0){if(t.length===0)throw new Error("need at least one array to stack");let e=t[0],n=e.shape,o=e.ndim,a=r<0?o+1+r:r;if(a<0||a>o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o+1}`);for(let s=1;s<t.length;s++){let i=t[s];if(i.ndim!==o)throw new Error("all input arrays must have the same shape");for(let c=0;c<o;c++)if(i.shape[c]!==n[c])throw new Error("all input arrays must have the same shape")}let u=t.map(s=>ir(s,a));return Q(u,a)}function ce(t){if(t.length===0)throw new Error("need at least one array to stack");let r=t.map(e=>e.ndim===1?q(e,[1,e.shape[0]]):e);return Q(r,0)}function it(t){if(t.length===0)throw new Error("need at least one array to stack");return t.every(e=>e.ndim===1)?Q(t,0):Q(t,1)}function fe(t){if(t.length===0)throw new Error("need at least one array to stack");let r=t.map(e=>e.ndim===1?q(ir(q(e,[1,e.shape[0]]),2),[1,e.shape[0],1]):e.ndim===2?ir(e,2):e);return Q(r,2)}function le(t,r,e=0){let n=t.shape,o=n.length,a=e<0?o+e:e;if(a<0||a>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let u=n[a],s;if(typeof r=="number"){if(u%r!==0)throw new Error("array split does not result in an equal division");let i=u/r;s=[];for(let c=1;c<r;c++)s.push(c*i)}else s=r;return ye(t,s,a)}function fr(t,r,e=0){let n=t.shape,o=n.length,a=e<0?o+e:e;if(a<0||a>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let u=n[a],s;if(typeof r=="number"){let i=r,c=Math.floor(u/i),f=u%i;s=[];let y=0;for(let l=0;l<i-1;l++)y+=c+(l<f?1:0),s.push(y)}else s=r;return ye(t,s,a)}function ye(t,r,e){let n=t.shape,o=n[e],a=[0,...r,o],u=[];for(let s=0;s<a.length-1;s++){let i=a[s],c=a[s+1];if(i>c)throw new Error("split indices must be in ascending order");let f=Array.from(n);f[e]=c-i;let y=t.offset+i*t.strides[e];u.push(D.fromData(t.data,f,t.dtype,Array.from(t.strides),y))}return u}function pe(t,r){if(t.ndim<2)throw new Error("vsplit only works on arrays of 2 or more dimensions");return fr(t,r,0)}function me(t,r){if(t.ndim<1)throw new Error("hsplit only works on arrays of 1 or more dimensions");let e=t.ndim===1?0:1;return fr(t,r,e)}function de(t,r){let e=t.shape,n=e.length,o=t.dtype,a=Array.isArray(r)?r:[r],u=Math.max(n,a.length),s=new Array(u).fill(1),i=new Array(u).fill(1);for(let A=0;A<n;A++)s[u-n+A]=e[A];for(let A=0;A<a.length;A++)i[u-a.length+A]=a[A];let c=s.map((A,b)=>A*i[b]),f=c.reduce((A,b)=>A*b,1),y=U(o);if(!y)throw new Error(`Cannot tile array with dtype ${o}`);let l=new y(f),p=P(c),m=t;n<u&&(m=q(t,s));let d=o==="int64"||o==="uint64",g=m.strides,h=new Array(u).fill(0);for(let A=0;A<f;A++){let b=m.offset;for(let x=0;x<u;x++){let I=h[x]%s[x];b+=I*g[x]}let S=m.data[b],N=0;for(let x=0;x<u;x++)N+=h[x]*p[x];l[N]=S;for(let x=u-1;x>=0&&(h[x]++,!(h[x]<c[x]));x--)h[x]=0}return D.fromData(l,c,o)}function ge(t,r,e){let n=t.shape,o=n.length,a=t.dtype,u=t.size;if(e===void 0){let A=u,b=Array.isArray(r)?r:new Array(A).fill(r);if(b.length!==A)throw new Error(`operands could not be broadcast together with shape (${A},) (${b.length},)`);let S=b.reduce((z,B)=>z+B,0),N=U(a);if(!N)throw new Error(`Cannot repeat array with dtype ${a}`);let x=new N(S),I=0;for(let z=0;z<A;z++){let B=t.iget(z),E=b[z];for(let T=0;T<E;T++)x[I++]=B}return D.fromData(x,[S],a)}let s=e<0?o+e:e;if(s<0||s>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let i=n[s],c=Array.isArray(r)?r:new Array(i).fill(r);if(c.length!==i)throw new Error(`operands could not be broadcast together with shape (${i},) (${c.length},)`);let f=Array.from(n);f[s]=c.reduce((A,b)=>A+b,0);let y=f.reduce((A,b)=>A*b,1),l=U(a);if(!l)throw new Error(`Cannot repeat array with dtype ${a}`);let p=new l(y),m=P(f),d=new Array(o).fill(0),g=a==="int64"||a==="uint64",h=[0];for(let A=0;A<i;A++)h.push(h[A]+c[A]);for(let A=0;A<u;A++){let b=t.iget(A),S=d[s],N=c[S],x=0;for(let B=0;B<o;B++)B!==s&&(x+=d[B]*m[B]);let I=m[s],z=h[S];for(let B=0;B<N;B++){let E=x+(z+B)*I;p[E]=b}for(let B=o-1;B>=0&&(d[B]++,!(d[B]<n[B]));B--)d[B]=0}return D.fromData(p,f,a)}function Ae(t,r){let e=t.shape,n=e.length,o=t.dtype,a=t.size,u;if(r===void 0)u=new Set(Array.from({length:n},(l,p)=>p));else if(typeof r=="number"){let l=r<0?n+r:r;if(l<0||l>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);u=new Set([l])}else u=new Set(r.map(l=>{let p=l<0?n+l:l;if(p<0||p>=n)throw new Error(`axis ${l} is out of bounds for array of dimension ${n}`);return p}));let s=U(o);if(!s)throw new Error(`Cannot flip array with dtype ${o}`);let i=new s(a),c=w(o);if(n===1&&t.isCContiguous){let l=t.data,p=t.offset;for(let m=0;m<a;m++)i[m]=l[p+a-1-m];return D.fromData(i,[...e],o)}if(n===2&&t.isCContiguous){let l=e[0],p=e[1],m=t.data,d=t.offset;if(u.size===2){for(let g=0;g<a;g++)i[g]=m[d+a-1-g];return D.fromData(i,[...e],o)}if(u.size===1){if(u.has(0)){for(let g=0;g<l;g++){let h=d+(l-1-g)*p,A=g*p;for(let b=0;b<p;b++)i[A+b]=m[h+b]}return D.fromData(i,[...e],o)}else if(u.has(1)){for(let g=0;g<l;g++){let h=d+g*p,A=g*p;for(let b=0;b<p;b++)i[A+b]=m[h+p-1-b]}return D.fromData(i,[...e],o)}}}let f=new Array(n),y=new Array(n).fill(0);for(let l=0;l<a;l++){for(let d=0;d<n;d++)f[d]=u.has(d)?e[d]-1-y[d]:y[d];let p=t.offset;for(let d=0;d<n;d++)p+=f[d]*t.strides[d];let m=t.data[p];i[l]=m;for(let d=n-1;d>=0&&(y[d]++,!(y[d]<e[d]));d--)y[d]=0}return D.fromData(i,[...e],o)}function he(t,r=1,e=[0,1]){let n=t.shape,o=n.length,a=t.dtype;if(o<2)throw new Error("Input must be at least 2-D");let u=e[0]<0?o+e[0]:e[0],s=e[1]<0?o+e[1]:e[1];if(u<0||u>=o||s<0||s>=o)throw new Error(`Axes are out of bounds for array of dimension ${o}`);if(u===s)throw new Error("Axes must be different");if(r=(r%4+4)%4,r===0)return t.copy();let i=U(a);if(!i)throw new Error(`Cannot rotate array with dtype ${a}`);let c=[...n];(r===1||r===3)&&([c[u],c[s]]=[c[s],c[u]]);let f=c.reduce((g,h)=>g*h,1),y=new i(f),l=P(c),p=w(a),m=new Array(o).fill(0),d=new Array(o);for(let g=0;g<t.size;g++){for(let N=0;N<o;N++)d[N]=m[N];let h,A;r===1?(h=n[s]-1-m[s],A=m[u]):r===2?(h=n[u]-1-m[u],A=n[s]-1-m[s],d[u]=h,d[s]=A):(h=m[s],A=n[u]-1-m[u]),r!==2&&(d[u]=h,d[s]=A);let b=0;for(let N=0;N<o;N++)b+=d[N]*l[N];let S=t.iget(g);y[b]=S;for(let N=o-1;N>=0&&(m[N]++,!(m[N]<n[N]));N--)m[N]=0}return D.fromData(y,c,a)}function be(t,r,e){let n=t.shape,o=n.length,a=t.dtype,u=t.size;if(e===void 0){let m=Array.isArray(r)?r.reduce((b,S)=>b+S,0):r,d=Tr(t),g=U(a);if(!g)throw new Error(`Cannot roll array with dtype ${a}`);let h=new g(u),A=w(a);for(let b=0;b<u;b++){let S=((b-m)%u+u)%u,N=d.iget(S);h[b]=N}return D.fromData(h,[...n],a)}let s=Array.isArray(r)?r:[r],i=Array.isArray(e)?e:[e];if(s.length!==i.length)throw new Error("shift and axis must have the same length");let c=i.map(m=>{let d=m<0?o+m:m;if(d<0||d>=o)throw new Error(`axis ${m} is out of bounds for array of dimension ${o}`);return d}),f=U(a);if(!f)throw new Error(`Cannot roll array with dtype ${a}`);let y=new f(u),l=w(a),p=new Array(o).fill(0);for(let m=0;m<u;m++){let d=[...p];for(let A=0;A<c.length;A++){let b=c[A],S=n[b],N=s[A];d[b]=((d[b]-N)%S+S)%S}let g=t.offset;for(let A=0;A<o;A++)g+=d[A]*t.strides[A];let h=t.data[g];y[m]=h;for(let A=o-1;A>=0&&(p[A]++,!(p[A]<n[A]));A--)p[A]=0}return D.fromData(y,[...n],a)}function Se(t,r,e=0){let n=t.ndim,o=r<0?n+r:r;if(o<0||o>=n)throw new Error(`axis ${r} is out of bounds for array of dimension ${n}`);let a=e<0?n+e:e;if(a<0||a>n)throw new Error(`start ${e} is out of bounds`);return o<a&&a--,o===a?D.fromData(t.data,Array.from(t.shape),t.dtype,Array.from(t.strides),t.offset):st(t,o,a)}function De(t,r){if(t.ndim<3)throw new Error("dsplit only works on arrays of 3 or more dimensions");return fr(t,r,2)}function Ne(t){if(t.length===0)throw new Error("need at least one array to stack");let r=t.map(e=>e.ndim===1?q(e,[e.shape[0],1]):e);return it(r)}function we(t,r){let e=t.dtype,n=r.reduce((i,c)=>i*c,1),o=t.size,a=U(e);if(!a)throw new Error(`Cannot resize array with dtype ${e}`);let u=new a(n),s=w(e);for(let i=0;i<n;i++){let c=i%o,f=t.iget(c);u[i]=f}return D.fromData(u,r,e)}function xe(t){return t.map(r=>r.ndim===0?q(r,[1]):r)}function Ie(t){return t.map(r=>r.ndim===0?q(r,[1,1]):r.ndim===1?q(r,[1,r.shape[0]]):r)}function ze(t){return t.map(r=>r.ndim===0?q(r,[1,1,1]):r.ndim===1?q(r,[1,r.shape[0],1]):r.ndim===2?q(r,[r.shape[0],r.shape[1],1]):r)}function si(t,r,e,n,o,a,u,s,i,c,f,y,l,p){if(y===0)for(let h=0;h<n*o;h++)l[h]=0;else if(y!==1)for(let h=0;h<n*o;h++)l[h]=(l[h]??0)*y;let m=t==="row-major",d=r==="transpose",g=e==="transpose";if(m&&!d&&!g)for(let h=0;h<n;h++)for(let A=0;A<o;A++){let b=0;for(let S=0;S<a;S++)b+=(s[h*i+S]??0)*(c[S*f+A]??0);l[h*p+A]=(l[h*p+A]??0)+u*b}else if(m&&d&&!g)for(let h=0;h<n;h++)for(let A=0;A<o;A++){let b=0;for(let S=0;S<a;S++)b+=(s[S*i+h]??0)*(c[S*f+A]??0);l[h*p+A]=(l[h*p+A]??0)+u*b}else if(m&&!d&&g)for(let h=0;h<n;h++)for(let A=0;A<o;A++){let b=0;for(let S=0;S<a;S++)b+=(s[h*i+S]??0)*(c[A*f+S]??0);l[h*p+A]=(l[h*p+A]??0)+u*b}else if(m&&d&&g)for(let h=0;h<n;h++)for(let A=0;A<o;A++){let b=0;for(let S=0;S<a;S++)b+=(s[S*i+h]??0)*(c[A*f+S]??0);l[h*p+A]=(l[h*p+A]??0)+u*b}else if(!m&&!d&&!g)for(let h=0;h<n;h++)for(let A=0;A<o;A++){let b=0;for(let S=0;S<a;S++)b+=(s[S*i+h]??0)*(c[A*f+S]??0);l[A*p+h]=(l[A*p+h]??0)+u*b}else if(!m&&d&&!g)for(let h=0;h<n;h++)for(let A=0;A<o;A++){let b=0;for(let S=0;S<a;S++)b+=(s[h*i+S]??0)*(c[A*f+S]??0);l[A*p+h]=(l[A*p+h]??0)+u*b}else if(!m&&!d&&g)for(let h=0;h<n;h++)for(let A=0;A<o;A++){let b=0;for(let S=0;S<a;S++)b+=(s[S*i+h]??0)*(c[S*f+A]??0);l[A*p+h]=(l[A*p+h]??0)+u*b}else for(let h=0;h<n;h++)for(let A=0;A<o;A++){let b=0;for(let S=0;S<a;S++)b+=(s[h*i+S]??0)*(c[S*f+A]??0);l[A*p+h]=(l[A*p+h]??0)+u*b}}function ct(t,r){let e=t.ndim,n=r.ndim;if(e===0||n===0){let o=e===0?t.get():null,a=n===0?r.get():null;if(e===0&&n===0)return typeof o=="bigint"&&typeof a=="bigint"?o*a:Number(o)*Number(a);if(e===0){let u=v(t.dtype,r.dtype),s=D.zeros([...r.shape],u);for(let i=0;i<r.size;i++){let c=r.data[i+r.offset];typeof o=="bigint"&&typeof c=="bigint"?s.data[i]=o*c:s.data[i]=Number(o)*Number(c)}return s}else{let u=v(t.dtype,r.dtype),s=D.zeros([...t.shape],u);for(let i=0;i<t.size;i++){let c=t.data[i+t.offset];typeof c=="bigint"&&typeof a=="bigint"?s.data[i]=c*a:s.data[i]=Number(c)*Number(a)}return s}}if(e===1&&n===1){if(t.shape[0]!==r.shape[0])throw new Error(`dot: incompatible shapes (${t.shape[0]},) and (${r.shape[0]},)`);let o=t.shape[0],a=0;for(let u=0;u<o;u++){let s=t.get(u),i=r.get(u);typeof s=="bigint"&&typeof i=="bigint"?a=Number(a)+Number(s*i):a+=Number(s)*Number(i)}return a}if(e===2&&n===2)return K(t,r);if(e===2&&n===1){let[o,a]=t.shape,u=r.shape[0];if(a!==u)throw new Error(`dot: incompatible shapes (${o},${a}) and (${u},)`);let s=v(t.dtype,r.dtype),i=D.zeros([o],s);for(let c=0;c<o;c++){let f=0;for(let y=0;y<a;y++){let l=t.get(c,y),p=r.get(y);typeof l=="bigint"&&typeof p=="bigint"?f=Number(f)+Number(l*p):f+=Number(l)*Number(p)}i.set([c],f)}return i}if(e===1&&n===2){let o=t.shape[0],[a,u]=r.shape;if(o!==a)throw new Error(`dot: incompatible shapes (${o},) and (${a},${u})`);let s=v(t.dtype,r.dtype),i=D.zeros([u],s);for(let c=0;c<u;c++){let f=0;for(let y=0;y<o;y++){let l=t.get(y),p=r.get(y,c);typeof l=="bigint"&&typeof p=="bigint"?f=Number(f)+Number(l*p):f+=Number(l)*Number(p)}i.set([c],f)}return i}if(e>2&&n===1){let o=t.shape[e-1],a=r.shape[0];if(o!==a)throw new Error(`dot: incompatible shapes ${JSON.stringify(t.shape)} and (${a},)`);let u=[...t.shape.slice(0,-1)],s=v(t.dtype,r.dtype),i=D.zeros(u,s),c=u.reduce((f,y)=>f*y,1);for(let f=0;f<c;f++){let y=0,l=f,p=[];for(let m=u.length-1;m>=0;m--)p[m]=l%u[m],l=Math.floor(l/u[m]);for(let m=0;m<o;m++){let d=[...p,m],g=t.get(...d),h=r.get(m);typeof g=="bigint"&&typeof h=="bigint"?y=Number(y)+Number(g*h):y+=Number(g)*Number(h)}i.set(p,y)}return i}if(e===1&&n>2){let o=t.shape[0],a=1,u=r.shape[a];if(o!==u)throw new Error(`dot: incompatible shapes (${o},) and ${JSON.stringify(r.shape)}`);let s=[...r.shape.slice(0,a),...r.shape.slice(a+1)],i=v(t.dtype,r.dtype),c=D.zeros(s,i),f=s.reduce((y,l)=>y*l,1);for(let y=0;y<f;y++){let l=y,p=[];for(let h=s.length-1;h>=0;h--)p[h]=l%s[h],l=Math.floor(l/s[h]);let m=p.slice(0,a),d=p.slice(a),g=0;for(let h=0;h<o;h++){let A=t.get(h),b=[...m,h,...d],S=r.get(...b);typeof A=="bigint"&&typeof S=="bigint"?g=Number(g)+Number(A*S):g+=Number(A)*Number(S)}c.set(p,g)}return c}if(e>=2&&n>=2&&!(e===2&&n===2)){let o=t.shape[e-1],a=r.shape[n-2];if(o!==a)throw new Error(`dot: incompatible shapes ${JSON.stringify(t.shape)} and ${JSON.stringify(r.shape)}`);let u=[...t.shape.slice(0,-1),...r.shape.slice(0,-2),r.shape[n-1]],s=v(t.dtype,r.dtype),i=D.zeros(u,s),c=t.shape.slice(0,-1).reduce((p,m)=>p*m,1),f=r.shape.slice(0,-2).reduce((p,m)=>p*m,1),y=r.shape[n-1],l=o;for(let p=0;p<c;p++)for(let m=0;m<f;m++)for(let d=0;d<y;d++){let g=0;for(let A=0;A<l;A++){let b=p*l+A,S=t.data[b+t.offset],N=m*l*y+A*y+d,x=r.data[N+r.offset];typeof S=="bigint"&&typeof x=="bigint"?g=Number(g)+Number(S*x):g+=Number(S)*Number(x)}let h=p*f*y+m*y+d;i.data[h]=g}return i}throw new Error(`dot: unexpected combination of dimensions ${e}D \xB7 ${n}D`)}function K(t,r){if(t.ndim!==2||r.ndim!==2)throw new Error("matmul requires 2D arrays");let[e=0,n=0]=t.shape,[o=0,a=0]=r.shape;if(n!==o)throw new Error(`matmul shape mismatch: (${e},${n}) @ (${o},${a})`);let u=v(t.dtype,r.dtype),s=u.startsWith("int")||u.startsWith("uint")||u==="bool"?"float64":u;if(s!=="float64")throw new Error(`matmul currently only supports float64, got ${s}`);let i=t.dtype==="float64"?t.data:Float64Array.from(Array.from(t.data).map(Number)),c=r.dtype==="float64"?r.data:Float64Array.from(Array.from(r.data).map(Number));t.offset>0&&(i=i.subarray(t.offset)),r.offset>0&&(c=c.subarray(r.offset));let[f=0,y=0]=t.strides,[l=0,p=0]=r.strides,m=y>f,d=p>l,g=m?"transpose":"no-transpose",h=d?"transpose":"no-transpose",A,b;m?A=y:A=f,d?b=p:b=l;let S=D.zeros([e,a],"float64");return si("row-major",g,h,e,a,n,1,i,A,c,b,0,S.data,a),S}function Ee(t){if(t.ndim!==2)throw new Error(`trace requires 2D array, got ${t.ndim}D`);let[r=0,e=0]=t.shape,n=Math.min(r,e),o=0;for(let a=0;a<n;a++){let u=t.get(a,a);typeof u=="bigint"?o=(typeof o=="bigint"?o:BigInt(o))+u:o=(typeof o=="bigint"?Number(o):o)+u}return o}function Be(t,r){return cr(t,r)}function Ue(t,r){let e=t.ndim,n=r.ndim,o=t.shape[e-1],a=r.shape[n-1];if(o!==a)throw new Error(`inner: incompatible shapes - last dimensions ${o} and ${a} don't match`);if(e===1&&n===1)return ct(t,r);let u=[...t.shape.slice(0,-1),...r.shape.slice(0,-1)],s=v(t.dtype,r.dtype),i=D.zeros(u,s),c=e===1?1:t.shape.slice(0,-1).reduce((l,p)=>l*p,1),f=n===1?1:r.shape.slice(0,-1).reduce((l,p)=>l*p,1),y=o;for(let l=0;l<c;l++)for(let p=0;p<f;p++){let m=0;for(let g=0;g<y;g++){let h=e===1?g:l*y+g,A=n===1?g:p*y+g,b=t.data[h+t.offset],S=r.data[A+r.offset];typeof b=="bigint"&&typeof S=="bigint"?m=Number(m)+Number(b*S):m+=Number(b)*Number(S)}if(u.length===0)return m;let d=c===1?p:l*f+p;i.data[d]=m}return i}function ft(t,r){let e=t.ndim===1?t:ur(t),n=r.ndim===1?r:ur(r),o=e.size,a=n.size,u=v(t.dtype,r.dtype),s=D.zeros([o,a],u);for(let i=0;i<o;i++)for(let c=0;c<a;c++){let f=e.get(i),y=n.get(c),l;typeof f=="bigint"&&typeof y=="bigint"?l=f*y:l=Number(f)*Number(y),s.set([i,c],l)}return s}function Te(t,r,e){let n,o;if(typeof e=="number"){let l=e;if(l<0)throw new Error("tensordot: axes must be non-negative");if(l>t.ndim||l>r.ndim)throw new Error("tensordot: axes exceeds array dimensions");n=Array.from({length:l},(p,m)=>t.ndim-l+m),o=Array.from({length:l},(p,m)=>m)}else if([n,o]=e,n.length!==o.length)throw new Error("tensordot: axes lists must have same length");for(let l=0;l<n.length;l++){let p=n[l],m=o[l];if(p<0||p>=t.ndim||m<0||m>=r.ndim)throw new Error("tensordot: axis out of bounds");if(t.shape[p]!==r.shape[m])throw new Error(`tensordot: shape mismatch on axes ${p} and ${m}: ${t.shape[p]} != ${r.shape[m]}`)}let a=[],u=[];for(let l=0;l<t.ndim;l++)n.includes(l)||a.push(l);for(let l=0;l<r.ndim;l++)o.includes(l)||u.push(l);let s=[...a.map(l=>t.shape[l]),...u.map(l=>r.shape[l])];if(s.length===0){let l=0,p=n.map(m=>t.shape[m]).reduce((m,d)=>m*d,1);for(let m=0;m<p;m++){let d=m,g=new Array(n.length);for(let N=n.length-1;N>=0;N--){let x=n[N];g[N]=d%t.shape[x],d=Math.floor(d/t.shape[x])}let h=new Array(t.ndim),A=new Array(r.ndim);for(let N=0;N<n.length;N++)h[n[N]]=g[N];for(let N=0;N<o.length;N++)A[o[N]]=g[N];let b=t.get(...h),S=r.get(...A);typeof b=="bigint"&&typeof S=="bigint"?l=Number(l)+Number(b*S):l+=Number(b)*Number(S)}return l}let i=v(t.dtype,r.dtype),c=D.zeros(s,i),f=s.reduce((l,p)=>l*p,1),y=n.map(l=>t.shape[l]).reduce((l,p)=>l*p,1);for(let l=0;l<f;l++){let p=l,m=[];for(let A=s.length-1;A>=0;A--)m[A]=p%s[A],p=Math.floor(p/s[A]);let d=m.slice(0,a.length),g=m.slice(a.length),h=0;for(let A=0;A<y;A++){p=A;let b=[];for(let z=n.length-1;z>=0;z--){let B=n[z];b[z]=p%t.shape[B],p=Math.floor(p/t.shape[B])}let S=new Array(t.ndim),N=new Array(r.ndim);for(let z=0;z<a.length;z++)S[a[z]]=d[z];for(let z=0;z<u.length;z++)N[u[z]]=g[z];for(let z=0;z<n.length;z++)S[n[z]]=b[z],N[o[z]]=b[z];let x=t.get(...S),I=r.get(...N);typeof x=="bigint"&&typeof I=="bigint"?h=Number(h)+Number(x*I):h+=Number(x)*Number(I)}c.set(m,h)}return c}function Oe(t,r=0,e=0,n=1){let o=t.shape,a=o.length;if(a<2)throw new Error("diagonal requires an array of at least two dimensions");let u=e<0?a+e:e,s=n<0?a+n:n;if(u<0||u>=a||s<0||s>=a)throw new Error("axis out of bounds");if(u===s)throw new Error("axis1 and axis2 cannot be the same");let i=o[u],c=o[s],f;r>=0?f=Math.max(0,Math.min(i,c-r)):f=Math.max(0,Math.min(i+r,c));let y=[];for(let d=0;d<a;d++)d!==u&&d!==s&&y.push(o[d]);y.push(f);let l=D.zeros(y,t.dtype),p=o.filter((d,g)=>g!==u&&g!==s),m=p.reduce((d,g)=>d*g,1);for(let d=0;d<m;d++){let g=d,h=[];for(let A=p.length-1;A>=0;A--)h.unshift(g%p[A]),g=Math.floor(g/p[A]);for(let A=0;A<f;A++){let b=new Array(a),S=0;for(let I=0;I<a;I++)I===u?b[I]=r>=0?A:A-r:I===s?b[I]=r>=0?A+r:A:b[I]=h[S++];let N=[...h,A],x=t.get(...b);l.set(N,x)}}return l}function $e(t,...r){let e=t.indexOf("->"),n,o;e===-1?(n=t,o=ii(n)):(n=t.slice(0,e),o=t.slice(e+2));let a=n.split(",").map(d=>d.trim());if(a.length!==r.length)throw new Error(`einsum: expected ${a.length} operands, got ${r.length}`);let u=new Map;for(let d=0;d<r.length;d++){let g=a[d],h=r[d];if(g.length!==h.ndim)throw new Error(`einsum: operand ${d} has ${h.ndim} dimensions but subscript '${g}' has ${g.length} indices`);for(let A=0;A<g.length;A++){let b=g[A],S=h.shape[A];if(u.has(b)){if(u.get(b)!==S)throw new Error(`einsum: size mismatch for index '${b}': ${u.get(b)} vs ${S}`)}else u.set(b,S)}}for(let d of o)if(!u.has(d))throw new Error(`einsum: output subscript contains unknown index '${d}'`);let s=new Set(o),i=new Set;for(let d of a)for(let g of d)i.add(g);let c=[];for(let d of i)s.has(d)||c.push(d);if(r.length===2&&a.length===2){let[d,g]=a,[h,A]=r;if(d.length===2&&g.length===2&&o.length===2&&h.ndim===2&&A.ndim===2){let[b,S]=[d[0],d[1]],[N,x]=[g[0],g[1]],[I,z]=[o[0],o[1]];if(b===I&&x===z&&S===N&&c.length===1&&c[0]===S||b===I&&x===z&&S===N&&c.length===1&&c[0]===S)return K(h,A);if(S===I&&x===z&&b===N&&c.length===1&&c[0]===b){let B=Be(h);return K(B,A)}if(b===I&&N===z&&S===x&&c.length===1&&c[0]===S){let B=Be(A);return K(h,B)}}if(d.length===1&&g.length===1&&d===g&&o.length===0&&h.ndim===1&&A.ndim===1)return ut(r,a,c,u);if(d&&g&&d.length===1&&g.length===1&&o.length===2&&o===d+g&&c.length===0&&h.ndim===1&&A.ndim===1)return ft(h,A)}if(r.length===1&&a[0].length===2&&o.length===0){let d=a[0];if(d[0]===d[1]&&r[0].ndim===2)return ut(r,a,c,u)}let f=Array.from(o).map(d=>u.get(d));if(f.length===0)return ut(r,a,c,u);let y=r[0].dtype;for(let d=1;d<r.length;d++)y=v(y,r[d].dtype);let l=D.zeros(f,y),p=f.reduce((d,g)=>d*g,1),m=1;for(let d of c)m*=u.get(d);for(let d=0;d<p;d++){let g=ui(d,f),h=new Map;for(let b=0;b<o.length;b++)h.set(o[b],g[b]);let A=0;for(let b=0;b<m;b++){let S=b;for(let x=c.length-1;x>=0;x--){let I=c[x],z=u.get(I);h.set(I,S%z),S=Math.floor(S/z)}let N=1;for(let x=0;x<r.length;x++){let I=r[x],z=a[x],B=[];for(let T of z)B.push(h.get(T));let E=I.get(...B);N*=Number(E)}A+=N}l.set(g,A)}return l}function ii(t){let r=new Map,e=t.split(",");for(let o of e)for(let a of o.trim())r.set(a,(r.get(a)||0)+1);let n=[];for(let[o,a]of r)a===1&&n.push(o);return n.sort().join("")}function ut(t,r,e,n){let o=1;for(let u of e)o*=n.get(u);let a=0;for(let u=0;u<o;u++){let s=new Map,i=u;for(let f=e.length-1;f>=0;f--){let y=e[f],l=n.get(y);s.set(y,i%l),i=Math.floor(i/l)}let c=1;for(let f=0;f<t.length;f++){let y=t[f],l=r[f],p=[];for(let d of l)p.push(s.get(d));let m=y.get(...p);c*=Number(m)}a+=c}return a}function ui(t,r){let e=new Array(r.length),n=t;for(let o=r.length-1;o>=0;o--)e[o]=n%r[o],n=Math.floor(n/r[o]);return e}function ve(t,r){let e=t.shape,n=r.shape,o=e.length,a=n.length,u=v(t.dtype,r.dtype),s=Math.max(o,a),i=new Array(s),c=new Array(s).fill(1),f=new Array(s).fill(1);for(let m=0;m<o;m++)c[s-o+m]=e[m];for(let m=0;m<a;m++)f[s-a+m]=n[m];for(let m=0;m<s;m++)i[m]=c[m]*f[m];let y=D.zeros(i,u),l=e.reduce((m,d)=>m*d,1),p=n.reduce((m,d)=>m*d,1);for(let m=0;m<l;m++){let d=m,g=new Array(o);for(let b=o-1;b>=0;b--)g[b]=d%e[b],d=Math.floor(d/e[b]);let h=new Array(s).fill(0);for(let b=0;b<o;b++)h[s-o+b]=g[b];let A=t.get(...g);for(let b=0;b<p;b++){let S=b,N=new Array(a);for(let E=a-1;E>=0;E--)N[E]=S%n[E],S=Math.floor(S/n[E]);let x=new Array(s).fill(0);for(let E=0;E<a;E++)x[s-a+E]=N[E];let I=r.get(...N),z=new Array(s);for(let E=0;E<s;E++)z[E]=h[E]*f[E]+x[E];let B=typeof A=="bigint"||typeof I=="bigint"?BigInt(Number(A))*BigInt(Number(I)):Number(A)*Number(I);y.set(z,B)}}return y}function Me(t){return k(t,Math.sqrt,!1)}function Ce(t,r){return typeof r=="number"?fi(t,r):V(t,r,Math.pow,"power")}function fi(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,i=e!=="float32"&&e!=="float64"&&(r<0||!Number.isInteger(r))?"float64":e,c=D.zeros(n,i),f=c.data;if(w(e))if(w(i)&&Number.isInteger(r)&&r>=0){let y=o,l=f;for(let p=0;p<a;p++)l[p]=y[p]**BigInt(r)}else for(let y=0;y<a;y++)f[y]=Math.pow(Number(o[y]),r);else for(let y=0;y<a;y++)f[y]=Math.pow(Number(o[y]),r);return c}function ke(t){return k(t,Math.sin,!1)}function Ve(t){return k(t,Math.cos,!1)}function Fe(t){return k(t,Math.tan,!1)}function Pe(t){return k(t,Math.asin,!1)}function Re(t){return k(t,Math.acos,!1)}function Le(t){return k(t,Math.atan,!1)}function qe(t,r){return typeof r=="number"?pi(t,r):yi(t,r)}function yi(t,r){let e=Array.from(t.shape),n=t.size,o=t.dtype,a=r.dtype,u=o==="float32"&&a==="float32"?"float32":"float64",s=D.zeros(e,u),i=s.data;for(let c=0;c<n;c++){let f=(w(o),Number(t.data[c])),y=(w(a),Number(r.data[c]));i[c]=Math.atan2(f,y)}return s}function pi(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=e==="float32"?"float32":"float64",s=D.zeros(n,u),i=s.data;if(w(e))for(let c=0;c<a;c++)i[c]=Math.atan2(Number(o[c]),r);else for(let c=0;c<a;c++)i[c]=Math.atan2(Number(o[c]),r);return s}function je(t,r){return typeof r=="number"?di(t,r):mi(t,r)}function mi(t,r){let e=Array.from(t.shape),n=t.size,o=t.dtype,a=r.dtype,u=o==="float32"&&a==="float32"?"float32":"float64",s=D.zeros(e,u),i=s.data;for(let c=0;c<n;c++){let f=(w(o),Number(t.data[c])),y=(w(a),Number(r.data[c]));i[c]=Math.hypot(f,y)}return s}function di(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=e==="float32"?"float32":"float64",s=D.zeros(n,u),i=s.data;if(w(e))for(let c=0;c<a;c++)i[c]=Math.hypot(Number(o[c]),r);else for(let c=0;c<a;c++)i[c]=Math.hypot(Number(o[c]),r);return s}function Ze(t){let r=180/Math.PI;return k(t,e=>e*r,!1)}function We(t){let r=Math.PI/180;return k(t,e=>e*r,!1)}function He(t){return k(t,Math.sinh,!1)}function Ye(t){return k(t,Math.cosh,!1)}function Ge(t){return k(t,Math.tanh,!1)}function Je(t){return k(t,Math.asinh,!1)}function Xe(t){return k(t,Math.acosh,!1)}function Qe(t){return k(t,Math.atanh,!1)}function lt(t,r){let e=t.shape,n=e.length,o=r.length;if(o<n)throw new Error("input operand has more dimensions than allowed by the axis remapping");let a=J([Array.from(e),r]);if(a===null)throw new Error(`operands could not be broadcast together with shape (${e.join(",")}) (${r.join(",")})`);for(let u=0;u<o;u++)if(a[u]!==r[u])throw new Error(`operands could not be broadcast together with shape (${e.join(",")}) (${r.join(",")})`);return Z(t,r)}function Ke(t){if(t.length===0)return[];if(t.length===1)return[t[0]];let r=t.map(n=>Array.from(n.shape)),e=J(r);if(e===null)throw new Error(`operands could not be broadcast together with shapes ${r.map(n=>`(${n.join(",")})`).join(" ")}`);return t.map(n=>Z(n,e))}function rn(t,r,e){let n=t.shape,o=n.length,a=t.dtype;if(e===void 0){let m=t.size;for(let A of r){let b=A<0?m+A:A;if(b<0||b>=m)throw new Error(`index ${A} is out of bounds for axis 0 with size ${m}`)}let d=r.length,g=U(a);if(!g)throw new Error(`Cannot take from array with dtype ${a}`);let h=new g(d);for(let A=0;A<d;A++){let b=r[A];b<0&&(b=m+b);let S=t.iget(b);w(a),h[A]=S}return D.fromData(h,[d],a)}let u=e<0?o+e:e;if(u<0||u>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let s=n[u];for(let m of r){let d=m<0?s+m:m;if(d<0||d>=s)throw new Error(`index ${m} is out of bounds for axis ${u} with size ${s}`)}let i=Array.from(n);i[u]=r.length;let c=i.reduce((m,d)=>m*d,1),f=U(a);if(!f)throw new Error(`Cannot take from array with dtype ${a}`);let y=new f(c),l=P(i),p=new Array(o).fill(0);for(let m=0;m<c;m++){let d=[...p],g=p[u],h=r[g];h<0&&(h=s+h),d[u]=h;let A=t.get(...d),b=0;for(let S=0;S<o;S++)b+=p[S]*l[S];w(a),y[b]=A;for(let S=o-1;S>=0&&(p[S]++,!(p[S]<i[S]));S--)p[S]=0}return D.fromData(y,i,a)}function tn(t,r,e){let n=t.size,o=t.dtype,a;if(typeof e=="number"||typeof e=="bigint")a=new Array(r.length).fill(e);else{a=[];for(let u=0;u<e.size;u++)a.push(e.iget(u));if(a.length===1)a=new Array(r.length).fill(a[0]);else if(a.length!==r.length){let u=[...a];a=[];for(let s=0;s<r.length;s++)a.push(u[s%u.length])}}for(let u=0;u<r.length;u++){let s=r[u];if(s<0&&(s=n+s),s<0||s>=n)throw new Error(`index ${r[u]} is out of bounds for axis 0 with size ${n}`);let i=a[u];w(o)?typeof i!="bigint"&&(i=BigInt(Math.round(Number(i)))):typeof i=="bigint"&&(i=Number(i)),t.iset(s,i)}}function en(t,r){if(r.length===0)throw new Error("choices cannot be empty");let e=t.shape,n=r.length,o=r[0].dtype,a=r.map(l=>Array.from(l.shape));a.unshift(Array.from(e));let u=J(a);if(u===null)throw new Error("operands could not be broadcast together");let s=Z(t,u),i=r.map(l=>Z(l,u)),c=u.reduce((l,p)=>l*p,1),f=U(o);if(!f)throw new Error(`Cannot choose with dtype ${o}`);let y=new f(c);for(let l=0;l<c;l++){let p=Number(s.iget(l));if(p<0||p>=n)throw new Error(`index ${p} is out of bounds for axis 0 with size ${n}`);let m=i[p].iget(l);w(o),y[l]=m}return D.fromData(y,u,o)}function nn(t,r,e=!1){if(t.ndim!==r.ndim)return!1;for(let o=0;o<t.ndim;o++)if(t.shape[o]!==r.shape[o])return!1;let n=t.size;for(let o=0;o<n;o++){let a=t.iget(o),u=r.iget(o);if(e){let s=typeof a=="number"&&Number.isNaN(a),i=typeof u=="number"&&Number.isNaN(u);if(s&&i)continue}if(a!==u)return!1}return!0}function on(t,r,e){let n=t.shape,o=n.length,a=t.dtype,u=e<0?o+e:e;if(u<0||u>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let s=r.shape;if(s.length!==o)throw new Error(`indices and arr must have the same number of dimensions, got ${s.length} vs ${o}`);for(let d=0;d<o;d++)if(d!==u&&s[d]!==n[d]&&s[d]!==1&&n[d]!==1)throw new Error(`index ${s[d]} is out of bounds for size ${n[d]} in dimension ${d}`);let i=Array.from(s),c=i.reduce((d,g)=>d*g,1),f=U(a);if(!f)throw new Error(`Cannot take_along_axis with dtype ${a}`);let y=new f(c),l=P(n),p=P(s),m=n[u];for(let d=0;d<c;d++){let g=new Array(o),h=d;for(let I=o-1;I>=0;I--)g[I]=h%i[I],h=Math.floor(h/i[I]);let A=0;for(let I=0;I<o;I++){let z=s[I]===1?0:g[I];A+=z*p[I]}let b=Number(r.iget(A));if(b<0&&(b=m+b),b<0||b>=m)throw new Error(`index ${b} is out of bounds for axis ${u} with size ${m}`);let S=[...g];S[u]=b;let N=0;for(let I=0;I<o;I++){let z=n[I]===1?0:S[I];N+=z*l[I]}let x=t.iget(N);w(a),y[d]=x}return D.fromData(y,i,a)}function an(t,r,e,n){let o=t.shape,a=o.length,u=t.dtype,s=n<0?a+n:n;if(s<0||s>=a)throw new Error(`axis ${n} is out of bounds for array of dimension ${a}`);let i=r.shape,c=e.shape;if(i.length!==a||c.length!==a)throw new Error("indices, arr, and values must have same ndim");let f=o[s],y=P(o),l=P(i),p=P(c),m=i.reduce((d,g)=>d*g,1);for(let d=0;d<m;d++){let g=new Array(a),h=d;for(let z=a-1;z>=0;z--)g[z]=h%i[z],h=Math.floor(h/i[z]);let A=0;for(let z=0;z<a;z++)A+=g[z]*l[z];let b=Number(r.iget(A));if(b<0&&(b=f+b),b<0||b>=f)throw new Error(`index ${b} is out of bounds for axis ${s} with size ${f}`);let S=0;for(let z=0;z<a;z++){let B=c[z]===1?0:g[z];S+=B*p[z]}let N=e.iget(S),x=[...g];x[s]=b;let I=0;for(let z=0;z<a;z++)I+=x[z]*y[z];w(u)?typeof N!="bigint"&&(N=BigInt(Math.round(Number(N)))):typeof N=="bigint"&&(N=Number(N)),t.iset(I,N)}}function sn(t,r,e){let n=t.size,o=t.dtype,a;if(typeof e=="number"||typeof e=="bigint")a=[e];else{a=[];for(let s=0;s<e.size;s++)a.push(e.iget(s))}let u=0;for(let s=0;s<n;s++)if(r.iget(s)){let c=a[u%a.length];w(o)?typeof c!="bigint"&&(c=BigInt(Math.round(Number(c)))):typeof c=="bigint"&&(c=Number(c)),t.iset(s,c),u++}}function un(t,r,e){let n=r.shape,o=n.length,a=r.dtype,u=r.data,s=w(a);if(e===void 0){let A=0,b=Math.min(t.size,r.size);for(let I=0;I<b;I++)t.iget(I)&&A++;let S=U(a);if(!S)throw new Error(`Cannot compress with dtype ${a}`);let N=new S(A),x=0;for(let I=0;I<b;I++)t.iget(I)&&(N[x]=u[I],x++);return D.fromData(N,[A],a)}let i=e<0?o+e:e;if(i<0||i>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let c=n[i],f=Math.min(t.size,c),y=[];for(let A=0;A<f;A++)t.iget(A)&&y.push(A);let l=y.length,p=[...n];p[i]=l;let m=p.reduce((A,b)=>A*b,1),d=U(a);if(!d)throw new Error(`Cannot compress with dtype ${a}`);let g=new d(m),h=P(n);if(i===0){let A=h[0],b=n.slice(1).reduce((N,x)=>N*x,1),S=0;for(let N=0;N<l;N++){let I=y[N]*A;if(s){let z=u,B=g;for(let E=0;E<b;E++)B[S++]=z[I+E]}else{let z=u,B=g;for(let E=0;E<b;E++)B[S++]=z[I+E]}}}else{let A=n.slice(0,i).reduce((N,x)=>N*x,1),b=n.slice(i+1).reduce((N,x)=>N*x,1),S=0;for(let N=0;N<A;N++)for(let x=0;x<l;x++){let I=y[x],z=0,B=N;for(let E=i-1;E>=0;E--){let T=B%n[E];B=Math.floor(B/n[E]),z+=T*h[E]}if(z+=I*h[i],s){let E=u,T=g;for(let C=0;C<b;C++)T[S++]=E[z+C]}else{let E=u,T=g;for(let C=0;C<b;C++)T[S++]=E[z+C]}}}return D.fromData(g,p,a)}function cn(t,r,e=0){if(t.length!==r.length)throw new Error("condlist and choicelist must have same length");if(t.length===0)throw new Error("condlist and choicelist cannot be empty");let n=[...t.map(l=>Array.from(l.shape)),...r.map(l=>Array.from(l.shape))],o=J(n);if(o===null)throw new Error("condlist and choicelist arrays could not be broadcast together");let a=r[0].dtype,u=o.reduce((l,p)=>l*p,1),s=U(a);if(!s)throw new Error(`Cannot select with dtype ${a}`);let i=e;w(a)?i=typeof e=="bigint"?e:BigInt(e):i=typeof e=="bigint"?Number(e):e;let c=new s(u);for(let l=0;l<u;l++)w(a),c[l]=i;let f=t.map(l=>Z(l,o)),y=r.map(l=>Z(l,o));for(let l=0;l<u;l++)for(let p=0;p<t.length;p++)if(f[p].iget(l)){let m=y[p].iget(l);w(a),c[l]=m;break}return D.fromData(c,o,a)}function fn(t,r,e){let n=t.size,o=t.dtype,a=[];for(let s=0;s<e.size;s++)a.push(e.iget(s));if(a.length===0)return;let u=0;for(let s=0;s<n;s++)if(r.iget(s)){let c=a[u%a.length];w(o)?typeof c!="bigint"&&(c=BigInt(Math.round(Number(c)))):typeof c=="bigint"&&(c=Number(c)),t.iset(s,c),u++}}function yt(t,r=2){if(r<1)throw new Error("ndim must be at least 1");let e=new Int32Array(t);for(let o=0;o<t;o++)e[o]=o;let n=[];for(let o=0;o<r;o++)n.push(D.fromData(new Int32Array(e),[t],"int32"));return n}function ln(t){let r=t.shape,e=r.length;if(e<2)throw new Error("array must be at least 2-D");let n=r[0];for(let o=1;o<e;o++)if(r[o]!==n)throw new Error("All dimensions of input must be equal");return yt(n,e)}function pt(t,r=0,e){let n=e??t,o=[],a=[];for(let u=0;u<t;u++)for(let s=0;s<=Math.min(u+r,n-1);s++)s>=0&&(o.push(u),a.push(s));return[D.fromData(new Int32Array(o),[o.length],"int32"),D.fromData(new Int32Array(a),[a.length],"int32")]}function yn(t,r=0){let e=t.shape;if(e.length!==2)throw new Error("array must be 2-D");return pt(e[0],r,e[1])}function mt(t,r=0,e){let n=e??t,o=[],a=[];for(let u=0;u<t;u++)for(let s=Math.max(u+r,0);s<n;s++)o.push(u),a.push(s);return[D.fromData(new Int32Array(o),[o.length],"int32"),D.fromData(new Int32Array(a),[a.length],"int32")]}function pn(t,r=0){let e=t.shape;if(e.length!==2)throw new Error("array must be 2-D");return mt(e[0],r,e[1])}function mn(t,r,e=0){let n=r(t,e),o=n.shape;if(o.length!==2||o[0]!==t||o[1]!==t)throw new Error("mask_func must return n x n array");let a=[],u=[];for(let s=0;s<t;s++)for(let i=0;i<t;i++)n.get(s,i)&&(a.push(s),u.push(i));return[D.fromData(new Int32Array(a),[a.length],"int32"),D.fromData(new Int32Array(u),[u.length],"int32")]}function dn(t,r="int32"){let e=t.length,n=[e,...t],o=n.reduce((i,c)=>i*c,1),a=U(r);if(!a)throw new Error(`Cannot create indices with dtype ${r}`);let u=new a(o),s=t.reduce((i,c)=>i*c,1);for(let i=0;i<e;i++){let c=i*s;for(let f=0;f<s;f++){let y=new Array(e),l=f;for(let m=e-1;m>=0;m--)y[m]=l%t[m],l=Math.floor(l/t[m]);let p=y[i];r==="int64"?u[c+f]=BigInt(p):u[c+f]=p}}return D.fromData(u,n,r)}function gn(...t){let r=t.length,e=[];for(let n=0;n<r;n++){let o=t[n],a=o.size,u=o.dtype,s=new Array(r).fill(1);s[n]=a;let i=U(u);if(!i)throw new Error(`Cannot create ix_ with dtype ${u}`);let c=new i(a);for(let f=0;f<a;f++){let y=o.iget(f);w(u),c[f]=y}e.push(D.fromData(c,s,u))}return e}function An(t,r,e="raise"){if(t.length!==r.length)throw new Error("multi_index length must equal dims length");if(t.length===0)throw new Error("multi_index cannot be empty");let n=t[0].size,o=r.length,a=new Int32Array(n),u=new Array(o),s=1;for(let i=o-1;i>=0;i--)u[i]=s,s*=r[i];for(let i=0;i<n;i++){let c=0;for(let f=0;f<o;f++){let y=Number(t[f].iget(i)),l=r[f];if(e==="wrap")y=(y%l+l)%l;else if(e==="clip")y=Math.max(0,Math.min(y,l-1));else if(y<0||y>=l)throw new Error(`index ${y} is out of bounds for axis ${f} with size ${l}`);c+=y*u[f]}a[i]=c}return D.fromData(a,[n],"int32")}function hn(t,r,e="C"){let n=r.length,o,a;if(typeof t=="number")o=[t],a=[];else{o=[];for(let f=0;f<t.size;f++)o.push(Number(t.iget(f)));a=Array.from(t.shape)}let u=o.length,s=r.reduce((f,y)=>f*y,1),i=new Array(n);if(e==="C"){let f=1;for(let y=n-1;y>=0;y--)i[y]=f,f*=r[y]}else{let f=1;for(let y=0;y<n;y++)i[y]=f,f*=r[y]}let c=[];for(let f=0;f<n;f++){let y=new Int32Array(u);c.push(D.fromData(y,a.length?a:[1],"int32"))}for(let f=0;f<u;f++){let y=o[f];if(y<0||y>=s)throw new Error(`index ${y} is out of bounds for array with size ${s}`);if(e==="C")for(let l=0;l<n;l++){let p=Math.floor(y/i[l]);y=y%i[l],c[l].data[f]=p%r[l]}else for(let l=n-1;l>=0;l--){let p=Math.floor(y/i[l]);y=y%i[l],c[l].data[f]=p%r[l]}}return typeof t=="number"?c.map(f=>{let y=f.iget(0);return D.fromData(new Int32Array([Number(y)]),[],"int32")}):c}function j(t,r){if(!vt(t)&&t!=="bool")throw new TypeError(`ufunc '${r}' not supported for the input types, and the inputs could not be safely coerced to any supported types`)}function lr(t,r){return t.isCContiguous&&r.isCContiguous&&t.shape.length===r.shape.length&&t.shape.every((e,n)=>e===r.shape[n])}function Dn(t,r){return j(t.dtype,"bitwise_and"),typeof r=="number"?Si(t,r):(j(r.dtype,"bitwise_and"),lr(t,r)?bi(t,r):V(t,r,(e,n)=>e&n,"bitwise_and"))}function bi(t,r){let e=v(t.dtype,r.dtype),n=D.zeros(Array.from(t.shape),e),o=t.size,a=t.data,u=r.data,s=n.data;if(w(e)){let i=s;if(!w(t.dtype)||!w(r.dtype))for(let f=0;f<o;f++){let y=typeof a[f]=="bigint"?a[f]:BigInt(Math.round(Number(a[f]))),l=typeof u[f]=="bigint"?u[f]:BigInt(Math.round(Number(u[f])));i[f]=y&l}else{let f=a,y=u;for(let l=0;l<o;l++)i[l]=f[l]&y[l]}}else for(let i=0;i<o;i++)s[i]=a[i]&u[i];return n}function Si(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++)c[y]=i[y]&f}else for(let i=0;i<a;i++)s[i]=o[i]&r;return u}function Nn(t,r){return j(t.dtype,"bitwise_or"),typeof r=="number"?Ni(t,r):(j(r.dtype,"bitwise_or"),lr(t,r)?Di(t,r):V(t,r,(e,n)=>e|n,"bitwise_or"))}function Di(t,r){let e=v(t.dtype,r.dtype),n=D.zeros(Array.from(t.shape),e),o=t.size,a=t.data,u=r.data,s=n.data;if(w(e)){let i=s;if(!w(t.dtype)||!w(r.dtype))for(let f=0;f<o;f++){let y=typeof a[f]=="bigint"?a[f]:BigInt(Math.round(Number(a[f]))),l=typeof u[f]=="bigint"?u[f]:BigInt(Math.round(Number(u[f])));i[f]=y|l}else{let f=a,y=u;for(let l=0;l<o;l++)i[l]=f[l]|y[l]}}else for(let i=0;i<o;i++)s[i]=a[i]|u[i];return n}function Ni(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++)c[y]=i[y]|f}else for(let i=0;i<a;i++)s[i]=o[i]|r;return u}function wn(t,r){return j(t.dtype,"bitwise_xor"),typeof r=="number"?xi(t,r):(j(r.dtype,"bitwise_xor"),lr(t,r)?wi(t,r):V(t,r,(e,n)=>e^n,"bitwise_xor"))}function wi(t,r){let e=v(t.dtype,r.dtype),n=D.zeros(Array.from(t.shape),e),o=t.size,a=t.data,u=r.data,s=n.data;if(w(e)){let i=s;if(!w(t.dtype)||!w(r.dtype))for(let f=0;f<o;f++){let y=typeof a[f]=="bigint"?a[f]:BigInt(Math.round(Number(a[f]))),l=typeof u[f]=="bigint"?u[f]:BigInt(Math.round(Number(u[f])));i[f]=y^l}else{let f=a,y=u;for(let l=0;l<o;l++)i[l]=f[l]^y[l]}}else for(let i=0;i<o;i++)s[i]=a[i]^u[i];return n}function xi(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++)c[y]=i[y]^f}else for(let i=0;i<a;i++)s[i]=o[i]^r;return u}function dt(t){j(t.dtype,"bitwise_not");let r=t.dtype,e=Array.from(t.shape),n=t.data,o=t.size,a=D.zeros(e,r),u=a.data;if(w(r)){let s=n,i=u;for(let c=0;c<o;c++)i[c]=~s[c]}else for(let s=0;s<o;s++)u[s]=~n[s];return a}function xn(t){return dt(t)}function In(t,r){if(j(t.dtype,"left_shift"),typeof r=="number")return bn(t,r);if(j(r.dtype,"left_shift"),r.size===1||r.ndim===1&&r.shape[0]===1){let e=w(r.dtype)?Number(r.data[0]):r.data[0];return bn(t,e)}return lr(t,r)?Ii(t,r):V(t,r,(e,n)=>e<<n,"left_shift")}function Ii(t,r){let e=v(t.dtype,r.dtype),n=D.zeros(Array.from(t.shape),e),o=t.size,a=t.data,u=r.data,s=n.data;if(w(e)){let i=s;for(let c=0;c<o;c++){let f=typeof a[c]=="bigint"?a[c]:BigInt(Math.round(Number(a[c]))),y=typeof u[c]=="bigint"?u[c]:BigInt(Math.round(Number(u[c])));i[c]=f<<y}}else for(let i=0;i<o;i++)s[i]=a[i]<<u[i];return n}function bn(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++)c[y]=i[y]<<f}else for(let i=0;i<a;i++)s[i]=o[i]<<r;return u}function zn(t,r){if(j(t.dtype,"right_shift"),typeof r=="number")return Sn(t,r);if(j(r.dtype,"right_shift"),r.size===1||r.ndim===1&&r.shape[0]===1){let e=w(r.dtype)?Number(r.data[0]):r.data[0];return Sn(t,e)}return lr(t,r)?zi(t,r):V(t,r,(e,n)=>e>>n,"right_shift")}function zi(t,r){let e=v(t.dtype,r.dtype),n=D.zeros(Array.from(t.shape),e),o=t.size,a=t.data,u=r.data,s=n.data;if(w(e)){let i=s;for(let c=0;c<o;c++){let f=typeof a[c]=="bigint"?a[c]:BigInt(Math.round(Number(a[c]))),y=typeof u[c]=="bigint"?u[c]:BigInt(Math.round(Number(u[c])));i[c]=f>>y}}else for(let i=0;i<o;i++)s[i]=a[i]>>u[i];return n}function Sn(t,r){let e=t.dtype,n=Array.from(t.shape),o=t.data,a=t.size,u=D.zeros(n,e),s=u.data;if(w(e)){let i=o,c=s,f=BigInt(Math.round(r));for(let y=0;y<a;y++)c[y]=i[y]>>f}else for(let i=0;i<a;i++)s[i]=o[i]>>r;return u}function _n(t,r=-1,e="big"){let n=Array.from(t.shape),o=n.length;if(r<0&&(r=o+r),r<0||r>=o)throw new Error(`axis ${r} is out of bounds for array of dimension ${o}`);let a=n[r],u=Math.ceil(a/8),s=[...n];s[r]=u;let i=D.zeros(s,"uint8"),c=i.data;if(o===1){for(let g=0;g<u;g++){let h=0;for(let A=0;A<8;A++){let b=g*8+A;if(b<a){let S=Number(t.data[b])!==0?1:0;e==="big"?h|=S<<7-A:h|=S<<A}}c[g]=h}return i}let f=n.slice(0,r),y=n.slice(r+1),l=f.reduce((g,h)=>g*h,1),p=y.reduce((g,h)=>g*h,1),m=Or(n),d=Or(s);for(let g=0;g<l;g++)for(let h=0;h<p;h++)for(let A=0;A<u;A++){let b=0;for(let I=0;I<8;I++){let z=A*8+I;if(z<a){let B=0,E=g;for(let F=0;F<r;F++){let Y=F<r-1?f.slice(F+1).reduce((Fr,Pr)=>Fr*Pr,1):1,X=Math.floor(E/Y);E%=Y,B+=X*m[F]}B+=z*m[r];let T=h;for(let F=r+1;F<o;F++){let Y=F<o-1?y.slice(F-r).reduce((Fr,Pr)=>Fr*Pr,1):1,X=Math.floor(T/Y);T%=Y,B+=X*m[F]}let C=Number(t.data[B])!==0?1:0;e==="big"?b|=C<<7-I:b|=C<<I}}let S=0,N=g;for(let I=0;I<r;I++){let z=I<r-1?f.slice(I+1).reduce((E,T)=>E*T,1):1,B=Math.floor(N/z);N%=z,S+=B*d[I]}S+=A*d[r];let x=h;for(let I=r+1;I<o;I++){let z=I<o-1?y.slice(I-r).reduce((E,T)=>E*T,1):1,B=Math.floor(x/z);x%=z,S+=B*d[I]}c[S]=b}return i}function Bn(t,r=-1,e=-1,n="big"){if(t.dtype!=="uint8")throw new TypeError("Expected an input array of unsigned byte data type");let o=Array.from(t.shape),a=o.length;if(r<0&&(r=a+r),r<0||r>=a)throw new Error(`axis ${r} is out of bounds for array of dimension ${a}`);let u=o[r],s=u*8;e>=0&&(s=e);let i=[...o];i[r]=s;let c=D.zeros(i,"uint8"),f=c.data;if(a===1){for(let h=0;h<u;h++){let A=Number(t.data[h]);for(let b=0;b<8;b++){let S=h*8+b;if(S>=s)break;n==="big"?f[S]=A>>7-b&1:f[S]=A>>b&1}}return c}let y=o.slice(0,r),l=o.slice(r+1),p=y.reduce((h,A)=>h*A,1),m=l.reduce((h,A)=>h*A,1),d=Or(o),g=Or(i);for(let h=0;h<p;h++)for(let A=0;A<m;A++)for(let b=0;b<u;b++){let S=0,N=h;for(let z=0;z<r;z++){let B=z<r-1?y.slice(z+1).reduce((T,C)=>T*C,1):1,E=Math.floor(N/B);N%=B,S+=E*d[z]}S+=b*d[r];let x=A;for(let z=r+1;z<a;z++){let B=z<a-1?l.slice(z-r).reduce((T,C)=>T*C,1):1,E=Math.floor(x/B);x%=B,S+=E*d[z]}let I=Number(t.data[S]);for(let z=0;z<8;z++){let B=b*8+z;if(B>=s)break;let E=0;N=h;for(let T=0;T<r;T++){let C=T<r-1?y.slice(T+1).reduce((Y,X)=>Y*X,1):1,F=Math.floor(N/C);N%=C,E+=F*g[T]}E+=B*g[r],x=A;for(let T=r+1;T<a;T++){let C=T<a-1?l.slice(T-r).reduce((Y,X)=>Y*X,1):1,F=Math.floor(x/C);x%=C,E+=F*g[T]}n==="big"?f[E]=I>>7-z&1:f[E]=I>>z&1}}return c}function Or(t){let r=t.length,e=new Array(r),n=1;for(let o=r-1;o>=0;o--)e[o]=n,n*=t[o];return e}var _=class t{constructor(r,e){this._storage=r,this._base=e}get storage(){return this._storage}static _fromStorage(r,e){return new t(r,e)}get shape(){return this._storage.shape}get ndim(){return this._storage.ndim}get size(){return this._storage.size}get dtype(){return this._storage.dtype}get data(){return this._storage.data}get strides(){return this._storage.strides}get flags(){return{C_CONTIGUOUS:this._storage.isCContiguous,F_CONTIGUOUS:this._storage.isFContiguous,OWNDATA:this._base===void 0}}get base(){return this._base??null}get(r){if(r.length!==this.ndim)throw new Error(`Index has ${r.length} dimensions, but array has ${this.ndim} dimensions`);let e=r.map((n,o)=>{let a=n;if(a<0&&(a=this.shape[o]+a),a<0||a>=this.shape[o])throw new Error(`Index ${n} is out of bounds for axis ${o} with size ${this.shape[o]}`);return a});return this._storage.get(...e)}set(r,e){if(r.length!==this.ndim)throw new Error(`Index has ${r.length} dimensions, but array has ${this.ndim} dimensions`);let n=r.map((u,s)=>{let i=u;if(i<0&&(i=this.shape[s]+i),i<0||i>=this.shape[s])throw new Error(`Index ${u} is out of bounds for axis ${s} with size ${this.shape[s]}`);return i}),o=this.dtype,a;w(o)?a=typeof e=="bigint"?e:BigInt(Math.round(e)):o==="bool"?a=e?1:0:a=Number(e),this._storage.set(n,a)}copy(){return new t(this._storage.copy())}astype(r,e=!0){let n=this.dtype;if(n===r&&!e)return this;if(n===r&&e)return this.copy();let o=Array.from(this.shape),a=this.size,u=U(r);if(!u)throw new Error(`Cannot convert to dtype ${r}`);let s=new u(a),i=this.data;if(w(n)&&!w(r)){let f=i;if(r==="bool")for(let y=0;y<a;y++)s[y]=f[y]!==BigInt(0)?1:0;else for(let y=0;y<a;y++)s[y]=Number(f[y])}else if(!w(n)&&w(r)){let f=i;for(let y=0;y<a;y++)s[y]=BigInt(Math.round(Number(f[y])))}else if(r==="bool"){let f=i;for(let y=0;y<a;y++)s[y]=f[y]!==0?1:0}else if(n==="bool"&&!w(r)){let f=i;for(let y=0;y<a;y++)s[y]=f[y]}else if(!w(n)&&!w(r)){let f=i;for(let y=0;y<a;y++)s[y]=f[y]}else{let f=i;for(let y=0;y<a;y++)s[y]=f[y]}let c=D.fromData(s,o,r);return new t(c)}add(r){let e=typeof r=="number"?r:r._storage,n=Ct(this._storage,e);return t._fromStorage(n)}subtract(r){let e=typeof r=="number"?r:r._storage,n=kt(this._storage,e);return t._fromStorage(n)}multiply(r){let e=typeof r=="number"?r:r._storage,n=Vt(this._storage,e);return t._fromStorage(n)}divide(r){let e=typeof r=="number"?r:r._storage,n=Ft(this._storage,e);return t._fromStorage(n)}mod(r){let e=typeof r=="number"?r:r._storage,n=hr(this._storage,e);return t._fromStorage(n)}floor_divide(r){let e=typeof r=="number"?r:r._storage,n=qr(this._storage,e);return t._fromStorage(n)}positive(){let r=qt(this._storage);return t._fromStorage(r)}reciprocal(){let r=jt(this._storage);return t._fromStorage(r)}sqrt(){let r=Me(this._storage);return t._fromStorage(r)}power(r){let e=typeof r=="number"?r:r._storage,n=Ce(this._storage,e);return t._fromStorage(n)}absolute(){let r=Pt(this._storage);return t._fromStorage(r)}negative(){let r=Rt(this._storage);return t._fromStorage(r)}sign(){let r=Lt(this._storage);return t._fromStorage(r)}sin(){let r=ke(this._storage);return t._fromStorage(r)}cos(){let r=Ve(this._storage);return t._fromStorage(r)}tan(){let r=Fe(this._storage);return t._fromStorage(r)}arcsin(){let r=Pe(this._storage);return t._fromStorage(r)}arccos(){let r=Re(this._storage);return t._fromStorage(r)}arctan(){let r=Le(this._storage);return t._fromStorage(r)}arctan2(r){let e=typeof r=="number"?r:r._storage,n=qe(this._storage,e);return t._fromStorage(n)}hypot(r){let e=typeof r=="number"?r:r._storage,n=je(this._storage,e);return t._fromStorage(n)}degrees(){let r=Ze(this._storage);return t._fromStorage(r)}radians(){let r=We(this._storage);return t._fromStorage(r)}sinh(){let r=He(this._storage);return t._fromStorage(r)}cosh(){let r=Ye(this._storage);return t._fromStorage(r)}tanh(){let r=Ge(this._storage);return t._fromStorage(r)}arcsinh(){let r=Je(this._storage);return t._fromStorage(r)}arccosh(){let r=Xe(this._storage);return t._fromStorage(r)}arctanh(){let r=Qe(this._storage);return t._fromStorage(r)}greater(r){let e=typeof r=="number"?r:r._storage,n=Xt(this._storage,e);return t._fromStorage(n)}greater_equal(r){let e=typeof r=="number"?r:r._storage,n=Qt(this._storage,e);return t._fromStorage(n)}less(r){let e=typeof r=="number"?r:r._storage,n=Kt(this._storage,e);return t._fromStorage(n)}less_equal(r){let e=typeof r=="number"?r:r._storage,n=re(this._storage,e);return t._fromStorage(n)}equal(r){let e=typeof r=="number"?r:r._storage,n=te(this._storage,e);return t._fromStorage(n)}not_equal(r){let e=typeof r=="number"?r:r._storage,n=ee(this._storage,e);return t._fromStorage(n)}isclose(r,e=1e-5,n=1e-8){let o=typeof r=="number"?r:r._storage,a=Zr(this._storage,o,e,n);return t._fromStorage(a)}allclose(r,e=1e-5,n=1e-8){let o=typeof r=="number"?r:r._storage;return ne(this._storage,o,e,n)}bitwise_and(r){let e=typeof r=="number"?r:r._storage,n=Dn(this._storage,e);return t._fromStorage(n)}bitwise_or(r){let e=typeof r=="number"?r:r._storage,n=Nn(this._storage,e);return t._fromStorage(n)}bitwise_xor(r){let e=typeof r=="number"?r:r._storage,n=wn(this._storage,e);return t._fromStorage(n)}bitwise_not(){let r=dt(this._storage);return t._fromStorage(r)}invert(){let r=xn(this._storage);return t._fromStorage(r)}left_shift(r){let e=typeof r=="number"?r:r._storage,n=In(this._storage,e);return t._fromStorage(n)}right_shift(r){let e=typeof r=="number"?r:r._storage,n=zn(this._storage,e);return t._fromStorage(n)}sum(r,e=!1){let n=ar(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}mean(r,e=!1){let n=br(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}max(r,e=!1){let n=Sr(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}min(r,e=!1){let n=Dr(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}prod(r,e=!1){let n=Wr(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}argmin(r){let e=Hr(this._storage,r);return typeof e=="number"?e:t._fromStorage(e)}argmax(r){let e=Yr(this._storage,r);return typeof e=="number"?e:t._fromStorage(e)}var(r,e=0,n=!1){let o=Gr(this._storage,r,e,n);return typeof o=="number"?o:t._fromStorage(o)}std(r,e=0,n=!1){let o=ae(this._storage,r,e,n);return typeof o=="number"?o:t._fromStorage(o)}all(r,e=!1){let n=Jr(this._storage,r,e);return typeof n=="boolean"?n:t._fromStorage(n)}any(r,e=!1){let n=Xr(this._storage,r,e);return typeof n=="boolean"?n:t._fromStorage(n)}cumsum(r){return t._fromStorage(Qr(this._storage,r))}cumprod(r){return t._fromStorage(Kr(this._storage,r))}ptp(r,e=!1){let n=rt(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}median(r,e=!1){let n=tt(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}percentile(r,e,n=!1){let o=et(this._storage,r,e,n);return typeof o=="number"?o:t._fromStorage(o)}quantile(r,e,n=!1){let o=er(this._storage,r,e,n);return typeof o=="number"?o:t._fromStorage(o)}average(r,e){let n=Nr(this._storage,e,r?.storage);return typeof n=="number"?n:t._fromStorage(n)}nansum(r,e=!1){let n=wr(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}nanprod(r,e=!1){let n=xr(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}nanmean(r,e=!1){let n=Ir(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}nanvar(r,e=0,n=!1){let o=sr(this._storage,r,e,n);return typeof o=="number"?o:t._fromStorage(o)}nanstd(r,e=0,n=!1){let o=nt(this._storage,r,e,n);return typeof o=="number"?o:t._fromStorage(o)}nanmin(r,e=!1){let n=zr(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}nanmax(r,e=!1){let n=_r(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}nanargmin(r){let e=Br(this._storage,r);return typeof e=="number"?e:t._fromStorage(e)}nanargmax(r){let e=Er(this._storage,r);return typeof e=="number"?e:t._fromStorage(e)}nancumsum(r){return t._fromStorage(ot(this._storage,r))}nancumprod(r){return t._fromStorage(at(this._storage,r))}nanmedian(r,e=!1){let n=Ur(this._storage,r,e);return typeof n=="number"?n:t._fromStorage(n)}reshape(...r){let e=r.length===1&&Array.isArray(r[0])?r[0]:r,n=q(this._storage,e),a=n.data===this.data?this._base??this:void 0;return t._fromStorage(n,a)}flatten(){let r=Tr(this._storage);return t._fromStorage(r)}ravel(){let r=ur(this._storage),n=r.data===this.data?this._base??this:void 0;return t._fromStorage(r,n)}transpose(r){let e=cr(this._storage,r),n=this._base??this;return t._fromStorage(e,n)}squeeze(r){let e=se(this._storage,r),n=this._base??this;return t._fromStorage(e,n)}expand_dims(r){let e=ir(this._storage,r),n=this._base??this;return t._fromStorage(e,n)}swapaxes(r,e){let n=ie(this._storage,r,e),o=this._base??this;return t._fromStorage(n,o)}moveaxis(r,e){let n=st(this._storage,r,e),o=this._base??this;return t._fromStorage(n,o)}repeat(r,e){let n=ge(this._storage,r,e);return t._fromStorage(n)}take(r,e){let n=rn(this._storage,r,e);return t._fromStorage(n)}put(r,e){let n=e instanceof t?e._storage:e;tn(this._storage,r,n)}matmul(r){let e=K(this._storage,r._storage);return t._fromStorage(e)}dot(r){let e=ct(this._storage,r._storage);return typeof e=="number"||typeof e=="bigint"?e:t._fromStorage(e)}trace(){return Ee(this._storage)}inner(r){let e=Ue(this._storage,r._storage);return typeof e=="number"||typeof e=="bigint"?e:t._fromStorage(e)}outer(r){let e=ft(this._storage,r._storage);return t._fromStorage(e)}tensordot(r,e=2){let n=Te(this._storage,r._storage,e);return typeof n=="number"||typeof n=="bigint"?n:t._fromStorage(n)}cbrt(){let r=Zt(this._storage);return t._fromStorage(r)}fabs(){let r=Wt(this._storage);return t._fromStorage(r)}divmod(r){let e=typeof r=="number"?r:r._storage,[n,o]=Ht(this._storage,e);return[t._fromStorage(n),t._fromStorage(o)]}square(){let r=Yt(this._storage);return t._fromStorage(r)}remainder(r){let e=typeof r=="number"?r:r._storage,n=Gt(this._storage,e);return t._fromStorage(n)}heaviside(r){let e=typeof r=="number"?r:r._storage,n=Jt(this._storage,e);return t._fromStorage(n)}slice(...r){if(r.length===0)return this;if(r.length>this.ndim)throw new Error(`Too many indices for array: array is ${this.ndim}-dimensional, but ${r.length} were indexed`);let e=r.map((i,c)=>{let f=Ut(i);return Tt(f,this.shape[c])});for(;e.length<this.ndim;)e.push({start:0,stop:this.shape[e.length],step:1,isIndex:!1});let n=[],o=[],a=this._storage.offset;for(let i=0;i<e.length;i++){let c=e[i],f=this._storage.strides[i];if(a+=c.start*f,!c.isIndex){let y;c.step>0?y=Math.max(0,Math.ceil((c.stop-c.start)/c.step)):y=Math.max(0,Math.ceil((c.start-c.stop)/Math.abs(c.step))),n.push(y),o.push(f*c.step)}}let u=D.fromData(this._storage.data,n,this._storage.dtype,o,a),s=this._base??this;return new t(u,s)}row(r){if(this.ndim<2)throw new Error("row() requires at least 2 dimensions");return this.slice(String(r),":")}col(r){if(this.ndim<2)throw new Error("col() requires at least 2 dimensions");return this.slice(":",String(r))}rows(r,e){if(this.ndim<2)throw new Error("rows() requires at least 2 dimensions");return this.slice(`${r}:${e}`,":")}cols(r,e){if(this.ndim<2)throw new Error("cols() requires at least 2 dimensions");return this.slice(":",`${r}:${e}`)}toString(){return`NDArray(shape=${JSON.stringify(this.shape)}, dtype=${this.dtype})`}toArray(){if(this.ndim===0)return this._storage.iget(0);let r=this.shape,e=r.length,n=(o,a)=>{if(a===e)return this._storage.get(...o);let u=[];for(let s=0;s<r[a];s++)o[a]=s,u.push(n(o,a+1));return u};return n(new Array(e),0)}};function W(t,r=M){let e=D.zeros(t,r);return new _(e)}function gt(t,r=M){let e=D.ones(t,r);return new _(e)}function Bi(t){let r=[],e=t;for(;Array.isArray(e);)r.push(e.length),e=e[0];return r}function En(t){return typeof t=="bigint"?!0:Array.isArray(t)?t.some(r=>En(r)):!1}function Ei(t){let r=[];function e(n){Array.isArray(n)?n.forEach(o=>e(o)):r.push(n)}return e(t),r}function R(t,r){if(t instanceof _)return!r||t.dtype===r?t.copy():t.astype(r);let e=En(t),n=Bi(t),o=n.reduce((f,y)=>f*y,1),a=r;a||(e?a="int64":a=M);let u=U(a);if(!u)throw new Error(`Cannot create array with dtype ${a}`);let s=new u(o),i=Ei(t);if(w(a)){let f=s;for(let y=0;y<o;y++){let l=i[y];f[y]=typeof l=="bigint"?l:BigInt(Math.round(Number(l)))}}else if(a==="bool"){let f=s;for(let y=0;y<o;y++)f[y]=i[y]?1:0}else{let f=s;for(let y=0;y<o;y++){let l=i[y];f[y]=Number(l)}}let c=D.fromData(s,n,a);return new _(c)}function Un(t,r,e=1,n=M){let o=t,a=r;if(r===void 0&&(o=0,a=t),a===void 0)throw new Error("stop is required");let u=Math.max(0,Math.ceil((a-o)/e)),s=U(n);if(!s)throw new Error(`Cannot create arange array with dtype ${n}`);let i=new s(u);if(w(n))for(let f=0;f<u;f++)i[f]=BigInt(Math.round(o+f*e));else if(n==="bool")for(let f=0;f<u;f++)i[f]=o+f*e!==0?1:0;else for(let f=0;f<u;f++)i[f]=o+f*e;let c=D.fromData(i,[u],n);return new _(c)}function Tn(t,r,e=50,n=M){if(e<0)throw new Error("num must be non-negative");if(e===0)return R([],n);if(e===1)return R([t],n);let o=U(n);if(!o)throw new Error(`Cannot create linspace array with dtype ${n}`);let a=new o(e),u=(r-t)/(e-1);if(w(n))for(let i=0;i<e;i++)a[i]=BigInt(Math.round(t+i*u));else if(n==="bool")for(let i=0;i<e;i++)a[i]=t+i*u!==0?1:0;else for(let i=0;i<e;i++)a[i]=t+i*u;let s=D.fromData(a,[e],n);return new _(s)}function On(t,r,e=50,n=10,o=M){if(e<0)throw new Error("num must be non-negative");if(e===0)return R([],o);if(e===1)return R([Math.pow(n,t)],o);let a=U(o);if(!a)throw new Error(`Cannot create logspace array with dtype ${o}`);let u=new a(e),s=(r-t)/(e-1);if(w(o))for(let c=0;c<e;c++){let f=t+c*s;u[c]=BigInt(Math.round(Math.pow(n,f)))}else if(o==="bool")for(let c=0;c<e;c++){let f=t+c*s;u[c]=Math.pow(n,f)!==0?1:0}else for(let c=0;c<e;c++){let f=t+c*s;u[c]=Math.pow(n,f)}let i=D.fromData(u,[e],o);return new _(i)}function $n(t,r,e=50,n=M){if(e<0)throw new Error("num must be non-negative");if(t===0||r===0)throw new Error("Geometric sequence cannot include zero");if(e===0)return R([],n);if(e===1)return R([t],n);let o=Math.sign(t),a=Math.sign(r);if(o!==a)throw new Error("Geometric sequence cannot contain both positive and negative values");let u=U(n);if(!u)throw new Error(`Cannot create geomspace array with dtype ${n}`);let s=new u(e),i=Math.log(Math.abs(t)),f=(Math.log(Math.abs(r))-i)/(e-1);if(w(n))for(let l=0;l<e;l++){let p=o*Math.exp(i+l*f);s[l]=BigInt(Math.round(p))}else if(n==="bool")for(let l=0;l<e;l++){let p=o*Math.exp(i+l*f);s[l]=p!==0?1:0}else for(let l=0;l<e;l++){let p=o*Math.exp(i+l*f);s[l]=p}let y=D.fromData(s,[e],n);return new _(y)}function At(t,r,e=0,n=M){let o=r??t,a=W([t,o],n),u=a.data;if(w(n)){let s=u;for(let i=0;i<t;i++){let c=i+e;c>=0&&c<o&&(s[i*o+c]=BigInt(1))}}else{let s=u;for(let i=0;i<t;i++){let c=i+e;c>=0&&c<o&&(s[i*o+c]=1)}}return a}function ht(t,r=M){return W(t,r)}function bt(t,r,e){let n=e;n||(typeof r=="bigint"?n="int64":typeof r=="boolean"?n="bool":Number.isInteger(r)?n="int32":n=M);let o=U(n);if(!o)throw new Error(`Cannot create full array with dtype ${n}`);let a=t.reduce((i,c)=>i*c,1),u=new o(a);if(w(n)){let i=typeof r=="bigint"?r:BigInt(Math.round(Number(r)));u.fill(i)}else n==="bool"?u.fill(r?1:0):u.fill(Number(r));let s=D.fromData(u,t,n);return new _(s)}function vn(t,r=M){return At(t,t,0,r)}function yr(t,r){return t instanceof _?!r||t.dtype===r?t:t.astype(r):R(t,r)}function Mn(t){return t.copy()}function Cn(t,r){return W(Array.from(t.shape),r??t.dtype)}function kn(t,r){return gt(Array.from(t.shape),r??t.dtype)}function Vn(t,r){return ht(Array.from(t.shape),r??t.dtype)}function Fn(t,r,e){return bt(Array.from(t.shape),r,e??t.dtype)}function Pn(t,r){return yr(t,r)}function Rn(t,r){let e=yr(t,r);return e.flags.C_CONTIGUOUS?e:e.copy()}function Ln(t,r){return yr(t,r).copy()}function St(t,r=0){if(t.ndim===1){let e=t.size,n=e+Math.abs(r),o=W([n,n],t.dtype);for(let a=0;a<e;a++){let u=r>=0?a:a-r,s=r>=0?a+r:a;o.set([u,s],t.get([a]))}return o}else if(t.ndim===2){let[e,n]=t.shape,o,a,u;if(r>=0?(o=0,a=r,u=Math.min(e,n-r)):(o=-r,a=0,u=Math.min(e+r,n)),u<=0)return W([0],t.dtype);let s=U(t.dtype),i=new s(u);for(let f=0;f<u;f++){let y=t.get([o+f,a+f]);w(t.dtype)?i[f]=typeof y=="bigint"?y:BigInt(y):i[f]=y}let c=D.fromData(i,[u],t.dtype);return new _(c)}else throw new Error("Input must be 1-D or 2-D")}function qn(t,r=0){let e=t.flatten();return St(e,r)}function jn(t,r,e=M){let n=r.reduce((c,f)=>c*f,1),o=U(e);if(!o)throw new Error(`Cannot create array with dtype ${e}`);let a=new o(n),u=r.length,s=new Array(u).fill(0);for(let c=0;c<n;c++){let f=t(...s);w(e)?a[c]=typeof f=="bigint"?f:BigInt(Number(f)):e==="bool"?a[c]=f?1:0:a[c]=Number(f);for(let y=u-1;y>=0&&(s[y]++,!(s[y]<r[y]));y--)s[y]=0}let i=D.fromData(a,r,e);return new _(i)}function Zn(...t){let r=[],e="xy";for(let s of t)s instanceof _?r.push(s):typeof s=="object"&&"indexing"in s&&(e=s.indexing||"xy");if(r.length===0)return[];if(r.length===1)return[r[0].copy()];let n=r.map(s=>s.size);e==="xy"&&r.length>=2&&(r=[r[1],r[0],...r.slice(2)],[n[0],n[1]]=[n[1],n[0]]);let o=n,a=o.length,u=[];for(let s=0;s<r.length;s++){let i=r[s],c=i.size,f=new Array(a).fill(1);f[s]=c;let y=i.reshape(...f),l=lt(y.storage,o),p=_._fromStorage(l.copy());u.push(p)}return e==="xy"&&u.length>=2&&([u[0],u[1]]=[u[1],u[0]]),u}function Wn(t,r,e=0,n=M){let o=r??t,a=W([t,o],n);for(let u=0;u<t;u++)for(let s=0;s<=u+e&&s<o;s++)s>=0&&a.set([u,s],1);return a}function Hn(t,r=0){if(t.ndim<2)throw new Error("Input must have at least 2 dimensions");let e=t.copy(),n=e.shape,o=n[n.length-2],a=n[n.length-1],u=n.slice(0,-2).reduce((s,i)=>s*i,1);for(let s=0;s<u;s++)for(let i=0;i<o;i++)for(let c=0;c<a;c++)if(c>i+r){let f=[],y=s;for(let l=n.length-3;l>=0;l--)f.unshift(y%n[l]),y=Math.floor(y/n[l]);f.push(i,c),e.set(f,0)}return e}function Yn(t,r=0){if(t.ndim<2)throw new Error("Input must have at least 2 dimensions");let e=t.copy(),n=e.shape,o=n[n.length-2],a=n[n.length-1],u=n.slice(0,-2).reduce((s,i)=>s*i,1);for(let s=0;s<u;s++)for(let i=0;i<o;i++)for(let c=0;c<a;c++)if(c<i+r){let f=[],y=s;for(let l=n.length-3;l>=0;l--)f.unshift(y%n[l]),y=Math.floor(y/n[l]);f.push(i,c),e.set(f,0)}return e}function Gn(t,r,e=!1){if(t.ndim!==1)throw new Error("Input must be 1-D");let n=t.size,o=r??n;if(o<0)throw new Error("N must be non-negative");let a=W([n,o],t.dtype);for(let u=0;u<n;u++){let s=t.get([u]);for(let i=0;i<o;i++){let c=e?i:o-1-i;a.set([u,i],Math.pow(s,c))}}return a}function Jn(t,r=M,e=-1,n=0){let o,a=n;t instanceof ArrayBuffer?o=t:(o=t.buffer,a+=t.byteOffset);let u=Ui(r),s=o.byteLength-a,i=Math.floor(s/u),c=e<0?i:Math.min(e,i);if(c<=0)return R([],r);let f=U(r);if(!f)throw new Error(`Unsupported dtype: ${r}`);let y=new f(o,a,c),l=D.fromData(y,[c],r);return new _(l)}function Xn(t,r=M,e=-1){let n=[],o=0;for(let a of t){if(e>=0&&o>=e)break;n.push(a),o++}return R(n,r)}function Qn(t,r=M,e=-1){let n=[],o=0;for(let a of t){if(e>=0&&o>=e)break;n.push(a),o++}return R(n,r)}function Kn(t,r=M,e=-1,n=""){let o;n===""?o=t.trim().split(/\s+/):o=t.split(n);let a=[],u=0;for(let s of o){if(e>=0&&u>=e)break;let i=s.trim();i!==""&&(w(r)?a.push(BigInt(i)):a.push(parseFloat(i)),u++)}return R(a,r)}function Ui(t){switch(t){case"int8":case"uint8":case"bool":return 1;case"int16":case"uint16":return 2;case"int32":case"uint32":case"float32":return 4;case"int64":case"uint64":case"float64":return 8;default:return 8}}function ro(t){return t.sqrt()}function to(t,r){return t.power(r)}function eo(t){return t.absolute()}function no(t){return t.negative()}function oo(t){return t.sign()}function ao(t,r){return t.mod(r)}function so(t,r){return t.floor_divide(r)}function io(t){return t.positive()}function uo(t){return t.reciprocal()}function co(t,r){return t.dot(r)}function fo(t){return t.trace()}function lo(t,r=0,e=0,n=1){let o=Oe(t.storage,r,e,n);return _._fromStorage(o)}function yo(t,r){let e=ve(t.storage,r.storage);return _._fromStorage(e)}function po(t,r){return t.transpose(r)}function mo(t,r){return t.inner(r)}function go(t,r){return t.outer(r)}function Ao(t,r,e=2){return t.tensordot(r,e)}function ho(t){return t.sin()}function bo(t){return t.cos()}function So(t){return t.tan()}function Do(t){return t.arcsin()}function No(t){return t.arccos()}function wo(t){return t.arctan()}function xo(t,r){return t.arctan2(r)}function Io(t,r){return t.hypot(r)}function zo(t){return t.degrees()}function _o(t){return t.radians()}function Bo(t){return t.radians()}function Eo(t){return t.degrees()}function Uo(t){return t.sinh()}function To(t){return t.cosh()}function Oo(t){return t.tanh()}function $o(t){return t.arcsinh()}function vo(t){return t.arccosh()}function Mo(t){return t.arctanh()}function Co(t,r,e){return t.swapaxes(r,e)}function ko(t,r,e){return t.moveaxis(r,e)}function rr(t,r=0){if(t.length===0)throw new Error("need at least one array to concatenate");let e=t.map(o=>o.storage),n=Q(e,r);return _._fromStorage(n)}function Vo(t,r=0){if(t.length===0)throw new Error("need at least one array to stack");let e=t.map(o=>o.storage),n=ue(e,r);return _._fromStorage(n)}function Dt(t){if(t.length===0)throw new Error("need at least one array to stack");let r=t.map(n=>n.storage),e=ce(r);return _._fromStorage(e)}function Fo(t){if(t.length===0)throw new Error("need at least one array to stack");let r=t.map(n=>n.storage),e=it(r);return _._fromStorage(e)}function Po(t){if(t.length===0)throw new Error("need at least one array to stack");let r=t.map(n=>n.storage),e=fe(r);return _._fromStorage(e)}function Ro(t,r,e=0){return le(t.storage,r,e).map(o=>_._fromStorage(o,t.base??t))}function Lo(t,r,e=0){return fr(t.storage,r,e).map(o=>_._fromStorage(o,t.base??t))}function qo(t,r){return pe(t.storage,r).map(n=>_._fromStorage(n,t.base??t))}function jo(t,r){return me(t.storage,r).map(n=>_._fromStorage(n,t.base??t))}function Zo(t,r){let e=de(t.storage,r);return _._fromStorage(e)}function Wo(t,r,e){return t.repeat(r,e)}function Ho(t){return t.ravel()}function Yo(t,r){return t.reshape(...r)}function Go(t,r){return t.squeeze(r)}function Jo(t,r){return t.expand_dims(r)}function $r(t,r){let e=Ae(t.storage,r);return _._fromStorage(e)}function Xo(t){if(t.ndim<2)throw new Error("Input must be at least 2-D");return $r(t,1)}function Qo(t){if(t.ndim<2)throw new Error("Input must be at least 2-D");return $r(t,0)}function Ko(t,r=1,e=[0,1]){let n=he(t.storage,r,e);return _._fromStorage(n)}function ra(t,r,e){let n=be(t.storage,r,e);return _._fromStorage(n)}function ta(t,r,e=0){let n=Se(t.storage,r,e);return _._fromStorage(n,t.base??t)}function ea(...t){let r=t.map(o=>o.storage),n=xe(r).map((o,a)=>o===r[a]?t[a]:_._fromStorage(o));return n.length===1?n[0]:n}function na(...t){let r=t.map(o=>o.storage),n=Ie(r).map((o,a)=>o===r[a]?t[a]:_._fromStorage(o));return n.length===1?n[0]:n}function oa(...t){let r=t.map(o=>o.storage),n=ze(r).map((o,a)=>o===r[a]?t[a]:_._fromStorage(o));return n.length===1?n[0]:n}function aa(t,r){return De(t.storage,r).map(n=>_._fromStorage(n,t.base??t))}function sa(t){if(t.length===0)throw new Error("need at least one array to stack");let r=t.map(n=>n.storage),e=Ne(r);return _._fromStorage(e)}function ia(t){return Dt(t)}function ua(t,r){let e=we(t.storage,r);return _._fromStorage(e)}function ca(t,r,e){let n=r instanceof _?r:R(r,t.dtype);if(e===void 0){let o=t.flatten(),a=n.flatten();return rr([o,a])}return rr([t,n],e)}function fa(t,r,e){let n=t.dtype;if(e===void 0){let p=t.flatten(),d=(Array.isArray(r)?r:[r]).map(S=>S<0?p.size+S:S),g=[];for(let S=0;S<p.size;S++)d.includes(S)||g.push(S);let h=U(n),A=new h(g.length);for(let S=0;S<g.length;S++){let N=p.get([g[S]]);w(n)?A[S]=typeof N=="bigint"?N:BigInt(N):A[S]=N}let b=D.fromData(A,[g.length],n);return new _(b)}let o=t.shape,a=o.length,u=e<0?a+e:e;if(u<0||u>=a)throw new Error(`axis ${e} is out of bounds for array of dimension ${a}`);let s=o[u],i=Array.isArray(r)?r:[r],c=new Set(i.map(p=>p<0?s+p:p)),f=[],y=0;for(let p=0;p<=s;p++)(c.has(p)||p===s)&&(p>y&&f.push([y,p]),y=p+1);if(f.length===0){let p=[...o];return p[u]=0,W(p,n)}let l=[];for(let[p,m]of f){let d=o.map(()=>":");d[u]=`${p}:${m}`,l.push(t.slice(...d))}return rr(l,u)}function la(t,r,e,n){let o=e instanceof _?e:R(e,t.dtype);if(n===void 0){let y=t.flatten(),l=o.flatten(),p=r<0?y.size+r:r;if(p<0||p>y.size)throw new Error(`index ${r} is out of bounds for array of size ${y.size}`);let m=p>0?y.slice(`0:${p}`):null,d=p<y.size?y.slice(`${p}:`):null,g=[];return m&&g.push(m),g.push(l),d&&g.push(d),rr(g)}let a=t.shape,u=a.length,s=n<0?u+n:n;if(s<0||s>=u)throw new Error(`axis ${n} is out of bounds for array of dimension ${u}`);let i=a[s],c=r<0?i+r:r;if(c<0||c>i)throw new Error(`index ${r} is out of bounds for axis ${n} with size ${i}`);let f=[];if(c>0){let y=a.map(()=>":");y[s]=`0:${c}`,f.push(t.slice(...y))}if(f.push(o),c<i){let y=a.map(()=>":");y[s]=`${c}:`,f.push(t.slice(...y))}return rr(f,s)}function ya(t,r,e="constant",n=0){let o=t.shape,a=o.length,u=t.dtype,s;if(typeof r=="number"?s=o.map(()=>[r,r]):Array.isArray(r)&&typeof r[0]=="number"?s=o.map(()=>r):s=r,s.length!==a)throw new Error(`pad_width must have ${a} elements`);let i=o.map((d,g)=>d+s[g][0]+s[g][1]),c=i.reduce((d,g)=>d*g,1),f=U(u),y=new f(c),l=w(u);e==="constant"&&(l?y.fill(BigInt(n)):y.fill(n));let p=new Array(a).fill(0);for(let d=0;d<c;d++){let g=!0,h=[];for(let b=0;b<a;b++){let[S]=s[b],N=p[b]-S;if(N<0||N>=o[b]){g=!1;break}h.push(N)}let A;if(g)A=t.get(h);else if(e==="constant"){for(let b=a-1;b>=0&&(p[b]++,!(p[b]<i[b]));b--)p[b]=0;continue}else{let b=[];for(let S=0;S<a;S++){let[N]=s[S],x=p[S]-N,I=o[S];x<0?e==="edge"?x=0:e==="reflect"?(x=-x,x>=I&&(x=I-1)):e==="symmetric"?(x=-x-1,x>=I&&(x=I-1),x<0&&(x=0)):e==="wrap"&&(x=(x%I+I)%I):x>=I&&(e==="edge"?x=I-1:e==="reflect"?(x=2*I-x-2,x<0&&(x=0)):e==="symmetric"?(x=2*I-x-1,x<0&&(x=0)):e==="wrap"&&(x=x%I)),b.push(Math.max(0,Math.min(I-1,x)))}A=t.get(b)}l?y[d]=typeof A=="bigint"?A:BigInt(Number(A)):y[d]=Number(A);for(let b=a-1;b>=0&&(p[b]++,!(p[b]<i[b]));b--)p[b]=0}let m=D.fromData(y,i,u);return new _(m)}function pa(t,r){let e=lt(t.storage,r);return _._fromStorage(e,t.base??t)}function ma(...t){let r=t.map(n=>n.storage);return Ke(r).map((n,o)=>_._fromStorage(n,t[o].base??t[o]))}function da(...t){return jr(...t)}function ga(t,r,e){return t.take(r,e)}function Aa(t,r,e){t.put(r,e)}function ha(t,r){let e=r.map(o=>o.storage),n=en(t.storage,e);return _._fromStorage(n)}function ba(t,r,e=!1){return nn(t.storage,r.storage,e)}function Sa(t,r){return oe(t.storage,r.storage)}function Da(t,r){return _._fromStorage(Qr(t.storage,r))}function Na(t,r){return _._fromStorage(Kr(t.storage,r))}function wa(t,r,e=!1){let n=rt(t.storage,r,e);return typeof n=="number"?n:_._fromStorage(n)}function xa(t,r,e=!1){let n=tt(t.storage,r,e);return typeof n=="number"?n:_._fromStorage(n)}function Ia(t,r,e,n=!1){let o=et(t.storage,r,e,n);return typeof o=="number"?o:_._fromStorage(o)}function za(t,r,e,n=!1){let o=er(t.storage,r,e,n);return typeof o=="number"?o:_._fromStorage(o)}function _a(t,r,e,n=!1){let o=e?e.storage:void 0,a=Nr(t.storage,r,o,n);return typeof a=="number"?a:_._fromStorage(a)}function Ba(t,r,e=!1){let n=wr(t.storage,r,e);return typeof n=="number"?n:_._fromStorage(n)}function Ea(t,r,e=!1){let n=xr(t.storage,r,e);return typeof n=="number"?n:_._fromStorage(n)}function Ua(t,r,e=!1){let n=Ir(t.storage,r,e);return typeof n=="number"?n:_._fromStorage(n)}function Ta(t,r,e=0,n=!1){let o=sr(t.storage,r,e,n);return typeof o=="number"?o:_._fromStorage(o)}function Oa(t,r,e=0,n=!1){let o=nt(t.storage,r,e,n);return typeof o=="number"?o:_._fromStorage(o)}function $a(t,r,e=!1){let n=zr(t.storage,r,e);return typeof n=="number"?n:_._fromStorage(n)}function va(t,r,e=!1){let n=_r(t.storage,r,e);return typeof n=="number"?n:_._fromStorage(n)}function Ma(t,r){let e=Br(t.storage,r);return typeof e=="number"?e:_._fromStorage(e)}function Ca(t,r){let e=Er(t.storage,r);return typeof e=="number"?e:_._fromStorage(e)}function ka(t,r){return _._fromStorage(ot(t.storage,r))}function Va(t,r){return _._fromStorage(at(t.storage,r))}function Fa(t,r,e=!1){let n=Ur(t.storage,r,e);return typeof n=="number"?n:_._fromStorage(n)}function Pa(t){return t.cbrt()}function Ra(t){return t.fabs()}function La(t,r){return t.divmod(r)}function qa(t){return t.square()}function ja(t,r){return t.remainder(r)}function Za(t,r){return t.heaviside(r)}function Wa(t,r){return t.bitwise_and(r)}function Ha(t,r){return t.bitwise_or(r)}function Ya(t,r){return t.bitwise_xor(r)}function Ga(t){return t.bitwise_not()}function Ja(t){return t.invert()}function Xa(t,r){return t.left_shift(r)}function Qa(t,r){return t.right_shift(r)}function Ka(t,r=-1,e="big"){let n=_n(t.storage,r,e);return _._fromStorage(n)}function rs(t,r=-1,e=-1,n="big"){let o=Bn(t.storage,r,e,n);return _._fromStorage(o)}function ts(t,...r){let e=r.map(o=>o.storage),n=$e(t,...e);return typeof n=="number"||typeof n=="bigint"?n:_._fromStorage(n)}function es(t,r,e){return _._fromStorage(on(t.storage,r.storage,e))}function ns(t,r,e,n){an(t.storage,r.storage,e.storage,n)}function os(t,r,e){let n=e instanceof _?e.storage:e;sn(t.storage,r.storage,n)}function as(t,r,e){return _._fromStorage(un(t.storage,r.storage,e))}function ss(t,r,e=0){let n=t.map(a=>a.storage),o=r.map(a=>a.storage);return _._fromStorage(cn(n,o,e))}function is(t,r,e){fn(t.storage,r.storage,e.storage)}function us(t,r=2){return yt(t,r).map(n=>_._fromStorage(n))}function cs(t){return ln(t.storage).map(e=>_._fromStorage(e))}function fs(t,r=0,e){return pt(t,r,e).map(o=>_._fromStorage(o))}function ls(t,r=0){return yn(t.storage,r).map(n=>_._fromStorage(n))}function ys(t,r=0,e){return mt(t,r,e).map(o=>_._fromStorage(o))}function ps(t,r=0){return pn(t.storage,r).map(n=>_._fromStorage(n))}function ms(t,r,e=0){return mn(t,(a,u)=>r(a,u).storage,e).map(a=>_._fromStorage(a))}function ds(t,r="int32"){return _._fromStorage(dn(t,r))}function gs(...t){return gn(...t.map(e=>e.storage)).map(e=>_._fromStorage(e))}function As(t,r,e="raise"){let n=t.map(o=>o.storage);return _._fromStorage(An(n,r,e))}function hs(t,r,e="C"){let n=t instanceof _?t.storage:t;return hn(n,r,e).map(a=>_._fromStorage(a))}var pr=new Uint8Array([147,78,85,77,80,89]),vr=["float64","float32","int64","int32","int16","int8","uint64","uint32","uint16","uint8","bool"];function Nt(){let t=new ArrayBuffer(2);return new DataView(t).setInt16(0,256,!0),new Int16Array(t)[0]===256}var Ti={f8:"float64",f4:"float32",i8:"int64",i4:"int32",i2:"int16",i1:"int8",u8:"uint64",u4:"uint32",u2:"uint16",u1:"uint8",b1:"bool"},mr={float64:"<f8",float32:"<f4",int64:"<i8",int32:"<i4",int16:"<i2",int8:"|i1",uint64:"<u8",uint32:"<u4",uint16:"<u2",uint8:"|u1",bool:"|b1"},bs={c:"complex numbers",S:"byte strings",U:"Unicode strings",O:"Python objects",V:"structured arrays (void)",M:"datetime64",m:"timedelta64"};function Ss(t){if(t.startsWith("[")||t.startsWith("("))throw new H(`Structured/compound dtypes are not supported: ${t}`);let r="",e=t;(t[0]==="<"||t[0]===">"||t[0]==="="||t[0]==="|")&&(r=t[0],e=t.slice(1));let n=e[0];if(n&&n in bs)throw new H(`Unsupported dtype: ${bs[n]} (${t}). Use the 'force' parameter to skip arrays with unsupported dtypes.`);let o=Ti[e];if(!o)throw new H(`Unknown or unsupported dtype descriptor: ${t}. Supported types: ${vr.join(", ")}. Use the 'force' parameter to skip arrays with unsupported dtypes.`);let a=Nt(),u=r==="<"||r==="|"||r==="="&&a,s=r===">"||r==="="&&!a,i=parseInt(e.slice(1),10),c=i>1&&(s&&a||u&&!a);return{dtype:o,needsByteSwap:c,itemsize:i}}var H=class extends Error{constructor(r){super(r),this.name="UnsupportedDTypeError"}},L=class extends Error{constructor(r){super(r),this.name="InvalidNpyError"}};function dr(t){let r=t instanceof ArrayBuffer?new Uint8Array(t):t,e=Mr(r);return Cr(r,e)}function Mr(t){if(t.length<10)throw new L("File too small to be a valid NPY file");for(let c=0;c<pr.length;c++)if(t[c]!==pr[c])throw new L("Invalid NPY magic number");let r=t[6],e=t[7];if(r!==1&&r!==2&&r!==3)throw new L(`Unsupported NPY version: ${r}.${e}`);let n,o;r===1?(n=t[8]|t[9]<<8,o=10):(n=t[8]|t[9]<<8|t[10]<<16|t[11]<<24,o=12);let a=o+n;if(t.length<a)throw new L("File truncated: header extends beyond file");let u=t.slice(o,a),s=new TextDecoder("utf-8").decode(u).trim(),i=Oi(s);return{version:{major:r,minor:e},header:i,dataOffset:a}}function Cr(t,r){let{header:e,dataOffset:n}=r,{dtype:o,needsByteSwap:a,itemsize:u}=Ss(e.descr),s=e.shape.reduce((d,g)=>d*g,1),i=s*u,c=t.length-n;if(c<i)throw new L(`File truncated: expected ${i} bytes of data, got ${c}`);let f=new ArrayBuffer(i);new Uint8Array(f).set(t.subarray(n,n+i));let l=$i(f,o,s,a,u),p=e.shape,m;if(e.fortran_order&&p.length>1){let d=[...p].reverse(),g=D.fromData(l,d,o);m=vi(g,d),p=e.shape}else m=D.fromData(l,[...p],o);return new _(m)}function Oi(t){let r=t.match(/'descr'\s*:\s*'([^']+)'/),e=t.match(/'fortran_order'\s*:\s*(True|False)/),n=t.match(/'shape'\s*:\s*\(([^)]*)\)/);if(!r||!e||!n)throw new L(`Failed to parse NPY header: ${t}`);let o=r[1],a=e[1]==="True",u=n[1].trim(),s;return u===""?s=[]:s=u.split(",").map(i=>i.trim()).filter(i=>i!=="").map(i=>{let c=parseInt(i,10);if(isNaN(c))throw new L(`Invalid shape value: ${i}`);return c}),{descr:o,fortran_order:a,shape:s}}function $i(t,r,e,n,o){let a=U(r);if(!a)throw new L(`Cannot create array for dtype: ${r}`);if(!n)return new a(t,0,e);let u=new Uint8Array(t),s=new Uint8Array(t.byteLength);for(let i=0;i<e;i++){let c=i*o;for(let f=0;f<o;f++)s[c+f]=u[c+o-1-f]}return new a(s.buffer,0,e)}function vi(t,r){let e=r.length,n=t.size,o=t.dtype,a=U(o);if(!a)throw new L(`Cannot create array for dtype: ${o}`);let u=new a(n),s=[...r].reverse(),i=Ds(r),c=Ds(s),f=new Array(e).fill(0);for(let y=0;y<n;y++){let l=y;for(let m=0;m<e;m++){let d=i[m];f[m]=Math.floor(l/d),l=l%d}let p=0;for(let m=0;m<e;m++)p+=f[e-1-m]*c[m];w(o),u[p]=t.iget(y)}return D.fromData(u,s,o)}function Ds(t){let r=new Array(t.length),e=1;for(let n=t.length-1;n>=0;n--)r[n]=e,e*=t[n];return r}function nr(t){let r=t.shape,e=t.dtype,n=mr[e],o=r.length===0?"()":r.length===1?`(${r[0]},)`:`(${r.join(", ")})`,a=`{'descr': '${n}', 'fortran_order': False, 'shape': ${o}, }`,u=12,i=(64-(u+a.length+1)%64)%64;a=a+" ".repeat(i)+`
2
- `;let c=new TextEncoder().encode(a),f=c.length,y=t.size,l=$t(e),p=y*l,m=u+f+p,d=new Uint8Array(m);d.set(pr,0),d[6]=3,d[7]=0,d[8]=f&255,d[9]=f>>8&255,d[10]=f>>16&255,d[11]=f>>24&255,d.set(c,u);let g=u+f;return Mi(t,d.subarray(g),l),d}function Mi(t,r,e){let n=t.dtype,o=t.size,a=Nt(),u=w(n),s=t._storage;if(s.isCContiguous&&s.offset===0&&a){let c=s.data,f=new Uint8Array(c.buffer,c.byteOffset,o*e);r.set(f)}else{let c=new DataView(r.buffer,r.byteOffset,r.byteLength);for(let f=0;f<o;f++){let y=s.iget(f),l=f*e;u?Ci(c,l,y,n==="uint64"):ki(c,l,y,n)}}}function Ci(t,r,e,n){n?t.setBigUint64(r,e,!0):t.setBigInt64(r,e,!0)}function ki(t,r,e,n){switch(n){case"float64":t.setFloat64(r,e,!0);break;case"float32":t.setFloat32(r,e,!0);break;case"int32":t.setInt32(r,e,!0);break;case"int16":t.setInt16(r,e,!0);break;case"int8":t.setInt8(r,e);break;case"uint32":t.setUint32(r,e,!0);break;case"uint16":t.setUint16(r,e,!0);break;case"uint8":case"bool":t.setUint8(r,e);break;default:throw new Error(`Unsupported dtype for serialization: ${n}`)}}var Vi=(()=>{let t=new Uint32Array(256);for(let r=0;r<256;r++){let e=r;for(let n=0;n<8;n++)e=e&1?3988292384^e>>>1:e>>>1;t[r]=e}return t})();function wt(t){let r=4294967295;for(let e=0;e<t.length;e++)r=Vi[(r^t[e])&255]^r>>>8;return(r^4294967295)>>>0}async function Ns(t){let r=xs(t),e=new Map;for(let n of r){let o=await Fi(n);e.set(n.name,o)}return e}function ws(t){let r=xs(t),e=new Map;for(let n of r){if(n.compressionMethod!==0)throw new Error(`Cannot read compressed entry synchronously: ${n.name}. Use readZip() (async) for DEFLATE-compressed files.`);e.set(n.name,n.compressedData)}return e}function xs(t){let r=t instanceof ArrayBuffer?new Uint8Array(t):t,e=new DataView(r.buffer,r.byteOffset,r.byteLength),n=[],o=-1;for(let c=r.length-22;c>=0;c--)if(e.getUint32(c,!0)===101010256){o=c;break}if(o===-1)throw new Error("Invalid ZIP file: end of central directory not found");let a=e.getUint32(o+16,!0),u=e.getUint16(o+10,!0),s=[],i=a;for(let c=0;c<u&&e.getUint32(i,!0)===33639248;c++){let y=e.getUint16(i+10,!0),l=e.getUint32(i+16,!0),p=e.getUint32(i+20,!0),m=e.getUint32(i+24,!0),d=e.getUint16(i+28,!0),g=e.getUint16(i+30,!0),h=e.getUint16(i+32,!0),A=e.getUint32(i+42,!0),b=r.slice(i+46,i+46+d),S=new TextDecoder("utf-8").decode(b);s.push({name:S,compressionMethod:y,crc32:l,compressedSize:p,uncompressedSize:m,localHeaderOffset:A}),i=i+46+d+g+h}for(let c of s){let f=c.localHeaderOffset;if(e.getUint32(f,!0)!==67324752)throw new Error(`Invalid local file header at offset ${f}`);let l=e.getUint16(f+26,!0),p=e.getUint16(f+28,!0),m=f+30+l+p,d=r.slice(m,m+c.compressedSize);n.push({name:c.name,compressedData:d,compressionMethod:c.compressionMethod,crc32:c.crc32,compressedSize:c.compressedSize,uncompressedSize:c.uncompressedSize})}return n}async function Fi(t){if(t.compressionMethod===0)return t.compressedData;if(t.compressionMethod===8)return await Pi(t.compressedData);throw new Error(`Unsupported compression method: ${t.compressionMethod}`)}async function Pi(t){if(typeof DecompressionStream>"u")throw new Error("DecompressionStream is not available. This environment does not support the Compression Streams API. Please use a modern browser or Node.js 18+.");let r=new DecompressionStream("deflate-raw"),e=new Uint8Array(t.length);e.set(t);let n=r.writable.getWriter();n.write(e),n.close();let o=r.readable.getReader(),a=[];for(;;){let{done:c,value:f}=await o.read();if(c)break;a.push(f)}let u=a.reduce((c,f)=>c+f.length,0),s=new Uint8Array(u),i=0;for(let c of a)s.set(c,i),i+=c.length;return s}async function kr(t,r={}){let e=r.force??!1,n=await Ns(t);return Is(n,e)}function Vr(t,r={}){let e=r.force??!1,n=ws(t);return Is(n,e)}function Is(t,r){let e=new Map,n=[],o=new Map;for(let[a,u]of t){if(!a.endsWith(".npy"))continue;let s=a.slice(0,-4);try{let i=dr(u);e.set(s,i)}catch(i){if(i instanceof H&&r)n.push(s),o.set(s,i.message);else throw i}}return{arrays:e,skipped:n,errors:o}}async function zt(t,r={}){let e=await kr(t,r);return Object.fromEntries(e.arrays)}function _t(t,r={}){let e=Vr(t,r);return Object.fromEntries(e.arrays)}async function zs(t,r={}){let e=r.compress??!1,n=[];for(let[l,p]of t){let m=wt(p),d,g;e?(d=await Li(p),d.length<p.length?g=8:(d=p,g=0)):(d=p,g=0),n.push({name:l,data:p,compressedData:d,crc:m,compressionMethod:g,offset:0})}let o=0;for(let l of n){let p=new TextEncoder().encode(l.name);o+=30+p.length+l.compressedData.length}let a=0;for(let l of n){let p=new TextEncoder().encode(l.name);a+=46+p.length}let s=o+a+22,i=new Uint8Array(s),c=new DataView(i.buffer),f=0;for(let l of n)l.offset=f,f=Bs(i,c,f,l);let y=f;for(let l of n)f=Es(i,c,f,l);return Us(c,f,n.length,a,y),i}function _s(t){let r=[];for(let[f,y]of t){let l=wt(y);r.push({name:f,data:y,compressedData:y,crc:l,compressionMethod:0,offset:0})}let e=0;for(let f of r){let y=new TextEncoder().encode(f.name);e+=30+y.length+f.compressedData.length}let n=0;for(let f of r){let y=new TextEncoder().encode(f.name);n+=46+y.length}let a=e+n+22,u=new Uint8Array(a),s=new DataView(u.buffer),i=0;for(let f of r)f.offset=i,i=Bs(u,s,i,f);let c=i;for(let f of r)i=Es(u,s,i,f);return Us(s,i,r.length,n,c),u}function Bs(t,r,e,n){let o=new TextEncoder().encode(n.name);return r.setUint32(e,67324752,!0),e+=4,r.setUint16(e,n.compressionMethod===8?20:10,!0),e+=2,r.setUint16(e,0,!0),e+=2,r.setUint16(e,n.compressionMethod,!0),e+=2,r.setUint16(e,0,!0),e+=2,r.setUint16(e,33,!0),e+=2,r.setUint32(e,n.crc,!0),e+=4,r.setUint32(e,n.compressedData.length,!0),e+=4,r.setUint32(e,n.data.length,!0),e+=4,r.setUint16(e,o.length,!0),e+=2,r.setUint16(e,0,!0),e+=2,t.set(o,e),e+=o.length,t.set(n.compressedData,e),e+=n.compressedData.length,e}function Es(t,r,e,n){let o=new TextEncoder().encode(n.name);return r.setUint32(e,33639248,!0),e+=4,r.setUint16(e,20,!0),e+=2,r.setUint16(e,n.compressionMethod===8?20:10,!0),e+=2,r.setUint16(e,0,!0),e+=2,r.setUint16(e,n.compressionMethod,!0),e+=2,r.setUint16(e,0,!0),e+=2,r.setUint16(e,33,!0),e+=2,r.setUint32(e,n.crc,!0),e+=4,r.setUint32(e,n.compressedData.length,!0),e+=4,r.setUint32(e,n.data.length,!0),e+=4,r.setUint16(e,o.length,!0),e+=2,r.setUint16(e,0,!0),e+=2,r.setUint16(e,0,!0),e+=2,r.setUint16(e,0,!0),e+=2,r.setUint16(e,0,!0),e+=2,r.setUint32(e,0,!0),e+=4,r.setUint32(e,n.offset,!0),e+=4,t.set(o,e),e+=o.length,e}function Us(t,r,e,n,o){t.setUint32(r,101010256,!0),r+=4,t.setUint16(r,0,!0),r+=2,t.setUint16(r,0,!0),r+=2,t.setUint16(r,e,!0),r+=2,t.setUint16(r,e,!0),r+=2,t.setUint32(r,n,!0),r+=4,t.setUint32(r,o,!0),r+=4,t.setUint16(r,0,!0)}async function Li(t){if(typeof CompressionStream>"u")throw new Error("CompressionStream is not available. This environment does not support the Compression Streams API. Please use a modern browser or Node.js 18+.");let r=new CompressionStream("deflate-raw"),e=new Uint8Array(t.length);e.set(t);let n=r.writable.getWriter();n.write(e),n.close();let o=r.readable.getReader(),a=[];for(;;){let{done:c,value:f}=await o.read();if(c)break;a.push(f)}let u=a.reduce((c,f)=>c+f.length,0),s=new Uint8Array(u),i=0;for(let c of a)s.set(c,i),i+=c.length;return s}async function Bt(t,r={}){let e=Ts(t);return zs(e,{compress:r.compress??!1})}function Et(t){let r=Ts(t);return _s(r)}function Ts(t){let r=new Map;if(Array.isArray(t)){for(let n=0;n<t.length;n++){let o=t[n],a=nr(o);r.set(`arr_${n}.npy`,a)}return r}let e=t instanceof Map?t.entries():Object.entries(t);for(let[n,o]of e){if(typeof n!="string"||n.length===0)throw new Error("Array names must be non-empty strings");let a=nr(o),u=n.endsWith(".npy")?n:`${n}.npy`;r.set(u,a)}return r}var qi="0.7.0";0&&(module.exports={DTYPE_TO_DESCR,InvalidNpyError,NDArray,SUPPORTED_DTYPES,UnsupportedDTypeError,__version__,absolute,append,arange,arccos,arccosh,arcsin,arcsinh,arctan,arctan2,arctanh,array,array_equal,array_equiv,array_split,asanyarray,asarray,ascontiguousarray,asfortranarray,atleast_1d,atleast_2d,atleast_3d,average,bitwise_and,bitwise_not,bitwise_or,bitwise_xor,broadcast_arrays,broadcast_shapes,broadcast_to,cbrt,choose,column_stack,compress,concatenate,copy,cos,cosh,cumprod,cumsum,deg2rad,degrees,delete:null,diag,diag_indices,diag_indices_from,diagflat,diagonal,divmod,dot,dsplit,dstack,einsum,empty,empty_like,expand_dims,eye,fabs,flip,fliplr,flipud,floor_divide,frombuffer,fromfile,fromfunction,fromiter,fromstring,full,full_like,geomspace,heaviside,hsplit,hstack,hypot,identity,indices,inner,insert,invert,ix_,kron,left_shift,linspace,loadNpz,loadNpzSync,logspace,mask_indices,median,meshgrid,mod,moveaxis,nanargmax,nanargmin,nancumprod,nancumsum,nanmax,nanmean,nanmedian,nanmin,nanprod,nanstd,nansum,nanvar,negative,ones,ones_like,outer,packbits,pad,parseNpy,parseNpyData,parseNpyHeader,parseNpz,parseNpzSync,percentile,place,positive,power,ptp,put,put_along_axis,putmask,quantile,rad2deg,radians,ravel,ravel_multi_index,reciprocal,remainder,repeat,reshape,resize,right_shift,roll,rollaxis,rot90,row_stack,select,serializeNpy,serializeNpz,serializeNpzSync,sign,sin,sinh,split,sqrt,square,squeeze,stack,swapaxes,take,take_along_axis,tan,tanh,tensordot,tile,trace,transpose,tri,tril,tril_indices,tril_indices_from,triu,triu_indices,triu_indices_from,unpackbits,unravel_index,vander,vsplit,vstack,zeros,zeros_like});
1
+ "use strict";var Yr=Object.defineProperty;var vu=Object.getOwnPropertyDescriptor;var Ou=Object.getOwnPropertyNames;var Uu=Object.prototype.hasOwnProperty;var Tu=(r,t)=>{for(var e in t)Yr(r,e,{get:t[e],enumerable:!0})},$u=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Ou(t))!Uu.call(r,o)&&o!==e&&Yr(r,o,{get:()=>t[o],enumerable:!(n=vu(t,o))||n.enumerable});return r};var Mu=r=>$u(Yr({},"__esModule",{value:!0}),r);var il={};Tu(il,{DTYPE_TO_DESCR:()=>Nr,InvalidNpyError:()=>Z,NDArray:()=>z,SUPPORTED_DTYPES:()=>Rr,UnsupportedDTypeError:()=>Q,__version__:()=>sl,absolute:()=>Da,append:()=>Bs,arange:()=>Po,arccos:()=>Pa,arccosh:()=>Ka,arcsin:()=>Fa,arcsinh:()=>Xa,arctan:()=>ja,arctan2:()=>Ra,arctanh:()=>rs,argpartition:()=>Ri,argsort:()=>Fi,around:()=>Yt,array:()=>j,array_equal:()=>Vs,array_equiv:()=>qs,array_split:()=>is,asanyarray:()=>Qo,asarray:()=>br,ascontiguousarray:()=>Xo,asfortranarray:()=>Ko,atleast_1d:()=>Ns,atleast_2d:()=>Ds,atleast_3d:()=>xs,average:()=>Ws,bitwise_and:()=>fi,bitwise_not:()=>yi,bitwise_or:()=>mi,bitwise_xor:()=>pi,broadcast_arrays:()=>Ts,broadcast_shapes:()=>$s,broadcast_to:()=>Us,cbrt:()=>ai,ceil:()=>Qi,choose:()=>Cs,column_stack:()=>Is,compress:()=>Ii,concatenate:()=>or,copy:()=>Wo,cos:()=>Va,cosh:()=>Ja,count_nonzero:()=>Ji,cross:()=>mu,cumprod:()=>Ps,cumsum:()=>Fs,deg2rad:()=>Ga,degrees:()=>Za,delete:()=>Es,diag:()=>Gt,diag_indices:()=>Bi,diag_indices_from:()=>Ei,diagflat:()=>ra,diagonal:()=>Oa,diff:()=>cu,divmod:()=>ii,dot:()=>Ea,dsplit:()=>ws,dstack:()=>as,ediff1d:()=>lu,einsum:()=>Si,empty:()=>Zt,empty_like:()=>Yo,exp:()=>pa,exp2:()=>ya,expand_dims:()=>ds,expm1:()=>da,extract:()=>Yi,eye:()=>Lt,fabs:()=>si,fix:()=>Xi,flatnonzero:()=>Wi,flip:()=>jr,fliplr:()=>gs,flipud:()=>hs,floor:()=>Ki,floor_divide:()=>za,frombuffer:()=>ia,fromfile:()=>ua,fromfunction:()=>ta,fromiter:()=>ca,fromstring:()=>la,full:()=>Wt,full_like:()=>Jo,geomspace:()=>Lo,gradient:()=>fu,heaviside:()=>li,hsplit:()=>cs,hstack:()=>os,hypot:()=>La,identity:()=>Zo,in1d:()=>nu,indices:()=>Mi,inner:()=>$a,insert:()=>vs,intersect1d:()=>ou,invert:()=>di,isin:()=>au,ix_:()=>ki,kron:()=>Ua,left_shift:()=>gi,lexsort:()=>Pi,linalg:()=>Ni,linspace:()=>jo,loadNpz:()=>re,loadNpzSync:()=>te,log:()=>ga,log10:()=>Aa,log1p:()=>ba,log2:()=>ha,logaddexp:()=>Sa,logaddexp2:()=>Na,logspace:()=>Ro,mask_indices:()=>$i,median:()=>Rs,meshgrid:()=>ea,mod:()=>Ia,moveaxis:()=>es,nanargmax:()=>ti,nanargmin:()=>ri,nancumprod:()=>ni,nancumsum:()=>ei,nanmax:()=>Ks,nanmean:()=>Ys,nanmedian:()=>oi,nanmin:()=>Xs,nanprod:()=>Hs,nanstd:()=>Qs,nansum:()=>Gs,nanvar:()=>Js,negative:()=>xa,nonzero:()=>Zi,ones:()=>Rt,ones_like:()=>Ho,outer:()=>Ma,packbits:()=>Ai,pad:()=>Os,parseNpy:()=>Dr,parseNpyData:()=>Zr,parseNpyHeader:()=>Lr,parseNpz:()=>Wr,parseNpzSync:()=>Gr,partition:()=>ji,percentile:()=>Ls,place:()=>_i,positive:()=>_a,power:()=>ma,ptp:()=>js,put:()=>ks,put_along_axis:()=>xi,putmask:()=>wi,quantile:()=>Zs,rad2deg:()=>Ha,radians:()=>Wa,ravel:()=>ms,ravel_multi_index:()=>Ci,reciprocal:()=>Ba,remainder:()=>ci,repeat:()=>fs,reshape:()=>ps,resize:()=>_s,right_shift:()=>hi,rint:()=>ru,roll:()=>bs,rollaxis:()=>Ss,rot90:()=>As,round:()=>Yt,row_stack:()=>zs,searchsorted:()=>Hi,select:()=>zi,serializeNpy:()=>cr,serializeNpz:()=>ee,serializeNpzSync:()=>ne,setdiff1d:()=>su,setxor1d:()=>iu,sign:()=>wa,sin:()=>Ca,sinh:()=>Ya,sort:()=>qi,sort_complex:()=>Li,split:()=>ss,sqrt:()=>fa,square:()=>ui,squeeze:()=>ys,stack:()=>ns,swapaxes:()=>ts,take:()=>Ms,take_along_axis:()=>Di,tan:()=>qa,tanh:()=>Qa,tensordot:()=>ka,tile:()=>ls,trace:()=>va,transpose:()=>Ta,tri:()=>na,tril:()=>oa,tril_indices:()=>vi,tril_indices_from:()=>Oi,triu:()=>aa,triu_indices:()=>Ui,triu_indices_from:()=>Ti,trunc:()=>tu,union1d:()=>uu,unique:()=>eu,unpackbits:()=>bi,unravel_index:()=>Vi,vander:()=>sa,vsplit:()=>us,vstack:()=>Ht,where:()=>Gi,zeros:()=>J,zeros_like:()=>Go});module.exports=Mu(il);function oe(r){if(!r.includes(":")){if(r.includes("."))throw new Error(`Invalid slice index: "${r}" (must be integer)`);let a=parseInt(r,10);if(isNaN(a))throw new Error(`Invalid slice index: "${r}"`);return{start:a,stop:null,step:1,isIndex:!0}}let t=r.split(":");if(t.length>3)throw new Error(`Invalid slice notation: "${r}" (too many colons)`);let e=t[0]===""?null:parseInt(t[0],10),n=t[1]===""||t[1]===void 0?null:parseInt(t[1],10),o=t[2]===""||t[2]===void 0?1:parseInt(t[2],10);if(e!==null&&isNaN(e))throw new Error(`Invalid start index in slice: "${r}"`);if(n!==null&&isNaN(n))throw new Error(`Invalid stop index in slice: "${r}"`);if(isNaN(o))throw new Error(`Invalid step in slice: "${r}"`);if(o===0)throw new Error("Slice step cannot be zero");return{start:e,stop:n,step:o,isIndex:!1}}function ae(r,t){let{start:e,stop:n}=r,{step:o,isIndex:a}=r;if(a){if(e===null)throw new Error("Index cannot be null");let i=e<0?t+e:e;if(i<0||i>=t)throw new Error(`Index ${e} is out of bounds for size ${t}`);return{start:i,stop:i+1,step:1,isIndex:!0}}return o>0?(e===null&&(e=0),n===null&&(n=t)):(e===null&&(e=t-1),n===null&&(n=-t-1)),e<0&&(e=t+e),n<0&&(n=t+n),e=Math.max(0,Math.min(e,t)),n=Math.max(-1,Math.min(n,t)),{start:e,stop:n,step:o,isIndex:!1}}var q="float64";function T(r){switch(r){case"float64":return Float64Array;case"float32":return Float32Array;case"int64":return BigInt64Array;case"int32":return Int32Array;case"int16":return Int16Array;case"int8":return Int8Array;case"uint64":return BigUint64Array;case"uint32":return Uint32Array;case"uint16":return Uint16Array;case"uint8":return Uint8Array;case"bool":return Uint8Array;default:throw new Error(`Unknown dtype: ${r}`)}}function ie(r){switch(r){case"float64":case"int64":case"uint64":return 8;case"float32":case"int32":case"uint32":return 4;case"int16":case"uint16":return 2;case"int8":case"uint8":case"bool":return 1;default:throw new Error(`Unknown dtype: ${r}`)}}function ue(r){return r==="int64"||r==="int32"||r==="int16"||r==="int8"||r==="uint64"||r==="uint32"||r==="uint16"||r==="uint8"}function se(r){return r==="float64"||r==="float32"}function I(r){return r==="int64"||r==="uint64"}function k(r,t){if(r===t)return r;if(r==="bool")return t;if(t==="bool")return r;if(se(r)||se(t)){if(r==="float64"||t==="float64")return"float64";if(r==="float32"){let c=t;return c==="int32"||c==="int64"||c==="uint32"||c==="uint64"?"float64":"float32"}if(t==="float32"){let c=r;return c==="int32"||c==="int64"||c==="uint32"||c==="uint64"?"float64":"float32"}return"float32"}let e=r.startsWith("int"),n=t.startsWith("int"),o=r.startsWith("uint"),a=t.startsWith("uint"),i=c=>c.includes("64")?64:c.includes("32")?32:c.includes("16")?16:c.includes("8")?8:0,u=i(r),s=i(t);if(r==="int64"&&t==="uint64"||r==="uint64"&&t==="int64")return"float64";if(e&&a&&u===s){if(u===8)return"int16";if(u===16)return"int32";if(u===32)return"int64"}if(o&&n&&u===s){if(s===8)return"int16";if(s===16)return"int32";if(s===32)return"int64"}if(e&&n||o&&a){let c=Math.max(u,s);return e?c===64?"int64":c===32?"int32":c===16?"int16":"int8":c===64?"uint64":c===32?"uint32":c===16?"uint16":"uint8"}return e&&a?u>s?r:s===8?"int16":s===16?"int32":s===32?"int64":"float64":o&&n?s>u?t:u===8?"int16":u===16?"int32":u===32?"int64":"float64":"float64"}var N=class r{constructor(t,e,n,o,a){this._data=t,this._shape=e,this._strides=n,this._offset=o,this._dtype=a}get shape(){return this._shape}get ndim(){return this._shape.length}get size(){return this._shape.reduce((t,e)=>t*e,1)}get dtype(){return this._dtype}get data(){return this._data}get strides(){return this._strides}get offset(){return this._offset}get isCContiguous(){let t=this._shape,e=this._strides,n=t.length;if(n===0)return!0;if(n===1)return e[0]===1;let o=1;for(let a=n-1;a>=0;a--){if(e[a]!==o)return!1;o*=t[a]}return!0}get isFContiguous(){let t=this._shape,e=this._strides,n=t.length;if(n===0)return!0;if(n===1)return e[0]===1;let o=1;for(let a=0;a<n;a++){if(e[a]!==o)return!1;o*=t[a]}return!0}iget(t){let e=this._shape,n=this._strides,o=e.length;if(o===0)return this._data[this._offset];let a=t,i=this._offset;for(let u=0;u<o;u++){let s=1;for(let l=u+1;l<o;l++)s*=e[l];let c=Math.floor(a/s);a=a%s,i+=c*n[u]}return this._data[i]}iset(t,e){let n=this._shape,o=this._strides,a=n.length;if(a===0){this._data[this._offset]=e;return}let i=t,u=this._offset;for(let s=0;s<a;s++){let c=1;for(let m=s+1;m<a;m++)c*=n[m];let l=Math.floor(i/c);i=i%c,u+=l*o[s]}this._data[u]=e}get(...t){let e=this._strides,n=this._offset;for(let o=0;o<t.length;o++)n+=t[o]*e[o];return this._data[n]}set(t,e){let n=this._strides,o=this._offset;for(let a=0;a<t.length;a++)o+=t[a]*n[a];this._data[o]=e}copy(){let t=Array.from(this._shape),e=this._dtype,n=this.size,o=T(e);if(!o)throw new Error(`Cannot copy array with dtype ${e}`);let a=new o(n);if(this.isCContiguous&&this._offset===0)if(I(e)){let i=this._data,u=a;for(let s=0;s<n;s++)u[s]=i[s]}else a.set(this._data);else if(I(e)){let i=a;for(let u=0;u<n;u++)i[u]=this.iget(u)}else for(let i=0;i<n;i++)a[i]=this.iget(i);return new r(a,t,r._computeStrides(t),0,e)}static fromData(t,e,n,o,a){let i=o??r._computeStrides(e),u=a??0;return new r(t,e,i,u,n)}static zeros(t,e=q){let n=t.reduce((i,u)=>i*u,1),o=T(e);if(!o)throw new Error(`Cannot create array with dtype ${e}`);let a=new o(n);return new r(a,t,r._computeStrides(t),0,e)}static ones(t,e=q){let n=t.reduce((i,u)=>i*u,1),o=T(e);if(!o)throw new Error(`Cannot create array with dtype ${e}`);let a=new o(n);return I(e)?a.fill(BigInt(1)):a.fill(1),new r(a,t,r._computeStrides(t),0,e)}static _computeStrides(t){let e=new Array(t.length),n=1;for(let o=t.length-1;o>=0;o--)e[o]=n,n*=t[o];return e}};function L(r){let t=new Array(r.length),e=1;for(let n=r.length-1;n>=0;n--)t[n]=e,e*=r[n];return t}function mr(r,t){let e=r.length,n=t.length,o=Math.max(e,n),a=new Array(o);for(let i=0;i<o;i++){let u=i<o-e?1:r[i-(o-e)],s=i<o-n?1:t[i-(o-n)];if(u===s)a[i]=u;else if(u===1)a[i]=s;else if(s===1)a[i]=u;else throw new Error(`operands could not be broadcast together with shapes ${JSON.stringify(Array.from(r))} ${JSON.stringify(Array.from(t))}`)}return a}function ku(r,t,e){let n=r.length,o=e.length,a=new Array(o).fill(0);for(let i=0;i<n;i++){let u=o-n+i,s=r[i],c=e[u];if(s===c)a[u]=t[i];else if(s===1)a[u]=0;else throw new Error("Invalid broadcast")}return a}function wr(r,t){let e=ku(r.shape,r.strides,t);return N.fromData(r.data,Array.from(t),r.dtype,e,r.offset)}function F(r,t,e,n){let o=mr(r.shape,t.shape),a=wr(r,o),i=wr(t,o),u=k(r.dtype,t.dtype),s=N.zeros(o,u),c=s.data,l=s.size;if(I(u)){let m=c;for(let f=0;f<l;f++){let p=a.iget(f),y=i.iget(f),d=typeof p=="bigint"?p:BigInt(Math.round(p)),g=typeof y=="bigint"?y:BigInt(Math.round(y));n==="add"?m[f]=d+g:n==="subtract"?m[f]=d-g:n==="multiply"?m[f]=d*g:n==="divide"?m[f]=d/g:m[f]=BigInt(Math.round(e(Number(d),Number(g))))}}else{let m=I(r.dtype)||I(t.dtype);for(let f=0;f<l;f++){let p=a.iget(f),y=i.iget(f),d=Number(p),g=Number(y);c[f]=e(d,g)}}return s}function K(r,t,e){let n=mr(r.shape,t.shape),o=wr(r,n),a=wr(t,n),i=n.reduce((c,l)=>c*l,1),u=new Uint8Array(i),s=I(r.dtype)||I(t.dtype);for(let c=0;c<i;c++){let l=o.iget(c),m=a.iget(c),f=Number(l),p=Number(m);u[c]=e(f,p)?1:0}return N.fromData(u,n,"bool")}function C(r,t,e=!0){let n=r.dtype,o=Array.from(r.shape),a=r.size,u=e?n:n!=="float32"&&n!=="float64"?"float64":n,s=N.zeros(o,u),c=s.data,l=r.data;if(I(n))if(I(u)){let m=c;for(let f=0;f<a;f++){let p=Number(l[f]);m[f]=BigInt(Math.round(t(p)))}}else for(let m=0;m<a;m++)c[m]=t(Number(l[m]));else for(let m=0;m<a;m++)c[m]=t(Number(l[m]));return s}function Jr(r,t){return r.isCContiguous&&t.isCContiguous&&r.shape.length===t.shape.length&&r.shape.every((e,n)=>e===t.shape[n])}function ce(r,t){return typeof t=="number"?Fu(r,t):Jr(r,t)?Cu(r,t):F(r,t,(e,n)=>e+n,"add")}function Cu(r,t){let e=k(r.dtype,t.dtype),n=N.zeros(Array.from(r.shape),e),o=r.size,a=r.data,i=t.data,u=n.data;if(I(e)){let s=u;if(!I(r.dtype)||!I(t.dtype))for(let l=0;l<o;l++){let m=typeof a[l]=="bigint"?a[l]:BigInt(Math.round(Number(a[l]))),f=typeof i[l]=="bigint"?i[l]:BigInt(Math.round(Number(i[l])));s[l]=m+f}else{let l=a,m=i;for(let f=0;f<o;f++)s[f]=l[f]+m[f]}}else if(I(r.dtype)||I(t.dtype))for(let c=0;c<o;c++){let l=typeof a[c]=="bigint"?Number(a[c]):a[c],m=typeof i[c]=="bigint"?Number(i[c]):i[c];u[c]=l+m}else for(let c=0;c<o;c++)u[c]=a[c]+i[c];return n}function le(r,t){return typeof t=="number"?Pu(r,t):Jr(r,t)?Vu(r,t):F(r,t,(e,n)=>e-n,"subtract")}function Vu(r,t){let e=k(r.dtype,t.dtype),n=N.zeros(Array.from(r.shape),e),o=r.size,a=r.data,i=t.data,u=n.data;if(I(e)){let s=u;if(!I(r.dtype)||!I(t.dtype))for(let l=0;l<o;l++){let m=typeof a[l]=="bigint"?a[l]:BigInt(Math.round(Number(a[l]))),f=typeof i[l]=="bigint"?i[l]:BigInt(Math.round(Number(i[l])));s[l]=m-f}else{let l=a,m=i;for(let f=0;f<o;f++)s[f]=l[f]-m[f]}}else if(I(r.dtype)||I(t.dtype))for(let c=0;c<o;c++){let l=typeof a[c]=="bigint"?Number(a[c]):a[c],m=typeof i[c]=="bigint"?Number(i[c]):i[c];u[c]=l-m}else for(let c=0;c<o;c++)u[c]=a[c]-i[c];return n}function fe(r,t){return typeof t=="number"?ju(r,t):Jr(r,t)?qu(r,t):F(r,t,(e,n)=>e*n,"multiply")}function qu(r,t){let e=k(r.dtype,t.dtype),n=N.zeros(Array.from(r.shape),e),o=r.size,a=r.data,i=t.data,u=n.data;if(I(e)){let s=u;if(!I(r.dtype)||!I(t.dtype))for(let l=0;l<o;l++){let m=typeof a[l]=="bigint"?a[l]:BigInt(Math.round(Number(a[l]))),f=typeof i[l]=="bigint"?i[l]:BigInt(Math.round(Number(i[l])));s[l]=m*f}else{let l=a,m=i;for(let f=0;f<o;f++)s[f]=l[f]*m[f]}}else if(I(r.dtype)||I(t.dtype))for(let c=0;c<o;c++){let l=typeof a[c]=="bigint"?Number(a[c]):a[c],m=typeof i[c]=="bigint"?Number(i[c]):i[c];u[c]=l*m}else for(let c=0;c<o;c++)u[c]=a[c]*i[c];return n}function me(r,t){if(typeof t=="number")return Ru(r,t);let e=r.dtype==="float64",n=t.dtype==="float64",o=r.dtype==="float32",a=t.dtype==="float32";if(e||n){let s=e?r:ar(r,"float64"),c=n?t:ar(t,"float64");return F(s,c,(l,m)=>l/m,"divide")}if(o||a){let s=o?r:ar(r,"float32"),c=a?t:ar(t,"float32");return F(s,c,(l,m)=>l/m,"divide")}let i=ar(r,"float64"),u=ar(t,"float64");return F(i,u,(s,c)=>s/c,"divide")}function ar(r,t){let e=N.zeros(Array.from(r.shape),t),n=r.size,o=r.data,a=e.data;for(let i=0;i<n;i++)a[i]=Number(o[i]);return e}function Fu(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++)c[m]=s[m]+l}else for(let s=0;s<a;s++)u[s]=Number(o[s])+t;return i}function Pu(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++)c[m]=s[m]-l}else for(let s=0;s<a;s++)u[s]=Number(o[s])-t;return i}function ju(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++)c[m]=s[m]*l}else for(let s=0;s<a;s++)u[s]=Number(o[s])*t;return i}function Ru(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,u=e!=="float32"&&e!=="float64"?"float64":e,s=N.zeros(n,u),c=s.data;if(I(e))for(let l=0;l<a;l++)c[l]=Number(o[l])/t;else for(let l=0;l<a;l++)c[l]=Number(o[l])/t;return s}function pe(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=N.zeros(e,t),i=a.data;if(I(t)){let u=n,s=i;for(let c=0;c<o;c++){let l=u[c];s[c]=l<0n?-l:l}}else for(let u=0;u<o;u++)i[u]=Math.abs(Number(n[u]));return a}function ye(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=N.zeros(e,t),i=a.data;if(I(t)){let u=n,s=i;for(let c=0;c<o;c++)s[c]=-u[c]}else for(let u=0;u<o;u++)i[u]=-Number(n[u]);return a}function de(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=N.zeros(e,t),i=a.data;if(I(t)){let u=n,s=i;for(let c=0;c<o;c++){let l=u[c];s[c]=l>0n?1n:l<0n?-1n:0n}}else for(let u=0;u<o;u++){let s=Number(n[u]);i[u]=s>0?1:s<0?-1:0}return a}function Ir(r,t){return typeof t=="number"?Lu(r,t):F(r,t,(e,n)=>(e%n+n)%n,"mod")}function Lu(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++){let f=s[m];c[m]=(f%l+l)%l}}else for(let s=0;s<a;s++){let c=Number(o[s]);u[s]=(c%t+t)%t}return i}function Qr(r,t){return typeof t=="number"?Zu(r,t):F(r,t,(e,n)=>Math.floor(e/n),"floor_divide")}function Zu(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++)c[m]=s[m]/l}else for(let s=0;s<a;s++)u[s]=Math.floor(Number(o[s])/t);return i}function ge(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=N.zeros(e,t),i=a.data;for(let u=0;u<o;u++)i[u]=n[u];return a}function he(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,i=t!=="float32"&&t!=="float64"?"float64":t,u=N.zeros(e,i),s=u.data;if(I(t))for(let c=0;c<o;c++)s[c]=1/Number(n[c]);else for(let c=0;c<o;c++)s[c]=1/Number(n[c]);return u}function Ae(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,i=t!=="float32"&&t!=="float64"?"float64":t,u=N.zeros(e,i),s=u.data;for(let c=0;c<o;c++)s[c]=Math.cbrt(Number(n[c]));return u}function be(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=t==="float32"?"float32":"float64",i=N.zeros(e,a),u=i.data;for(let s=0;s<o;s++)u[s]=Math.abs(Number(n[s]));return i}function Se(r,t){let e=Qr(r,t),n=Ir(r,t);return[e,n]}function Ne(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=N.zeros(e,t),i=a.data;if(I(t)){let u=n,s=i;for(let c=0;c<o;c++)s[c]=u[c]*u[c]}else for(let u=0;u<o;u++){let s=Number(n[u]);i[u]=s*s}return a}function De(r,t){return Ir(r,t)}function xe(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.size,a=e==="float32"?"float32":"float64",i=N.zeros(n,a),u=i.data;if(typeof t=="number")for(let s=0;s<o;s++){let c=Number(r.data[s]);c<0?u[s]=0:c===0?u[s]=t:u[s]=1}else{let s=t.data,c=t.shape;if(n.every((l,m)=>l===c[m]))for(let l=0;l<o;l++){let m=Number(r.data[l]);m<0?u[l]=0:m===0?u[l]=Number(s[l]):u[l]=1}else for(let l=0;l<o;l++){let m=Number(r.data[l]),f=l%t.size;m<0?u[l]=0:m===0?u[l]=Number(s[f]):u[l]=1}}return i}function rr(r){if(r.length===0)return[];if(r.length===1)return Array.from(r[0]);let t=Math.max(...r.map(n=>n.length)),e=new Array(t);for(let n=0;n<t;n++){let o=1;for(let a of r){let i=a.length-t+n,u=i<0?1:a[i];if(u!==1){if(o===1)o=u;else if(o!==u)return null}}e[n]=o}return e}function Gu(r,t,e){let n=r.length,o=e.length,a=new Array(o).fill(0);for(let i=0;i<n;i++){let u=o-n+i,s=r[i],c=e[u];if(s===c)a[u]=t[i];else if(s===1)a[u]=0;else throw new Error("Invalid broadcast")}return a}function Y(r,t){let e=Gu(r.shape,r.strides,t);return N.fromData(r.data,Array.from(t),r.dtype,e,r.offset)}function Xr(...r){let t=rr(r);if(t===null){let e=r.map(n=>`(${n.join(",")})`).join(" ");throw new Error(`shape mismatch: objects cannot be broadcast to a single shape. Mismatch is between ${e}`)}return t}function we(r,t){return typeof t=="number"?Hu(r,t):K(r,t,(e,n)=>e>n)}function Ie(r,t){return typeof t=="number"?Yu(r,t):K(r,t,(e,n)=>e>=n)}function ze(r,t){return typeof t=="number"?Ju(r,t):K(r,t,(e,n)=>e<n)}function _e(r,t){return typeof t=="number"?Qu(r,t):K(r,t,(e,n)=>e<=n)}function Be(r,t){return typeof t=="number"?Xu(r,t):K(r,t,(e,n)=>e===n)}function Ee(r,t){return typeof t=="number"?Ku(r,t):K(r,t,(e,n)=>e!==n)}function Kr(r,t,e=1e-5,n=1e-8){return typeof t=="number"?rc(r,t,e,n):K(r,t,(o,a)=>{let i=Math.abs(o-a),u=n+e*Math.abs(a);return i<=u})}function ve(r,t,e=1e-5,n=1e-8){let o=Kr(r,t,e,n),a=o.data;for(let i=0;i<o.size;i++)if(a[i]===0)return!1;return!0}function Oe(r,t){let e=[Array.from(r.shape),Array.from(t.shape)],n=rr(e);if(n===null)return!1;let o=Y(r,n),a=Y(t,n),i=n.length,u=n.reduce((l,m)=>l*m,1),s=I(o.dtype),c=I(a.dtype);for(let l=0;l<u;l++){let m=l,f=new Array(i);for(let d=i-1;d>=0;d--)f[d]=m%n[d],m=Math.floor(m/n[d]);let p=o.get(...f),y=a.get(...f);if(s||c){let d=typeof p=="bigint"?p:BigInt(Number(p)),g=typeof y=="bigint"?y:BigInt(Number(y));if(d!==g)return!1}else if(p!==y)return!1}return!0}function Hu(r,t){let e=new Uint8Array(r.size),n=r.data;for(let o=0;o<r.size;o++)e[o]=n[o]>t?1:0;return N.fromData(e,Array.from(r.shape),"bool")}function Yu(r,t){let e=new Uint8Array(r.size),n=r.data;for(let o=0;o<r.size;o++)e[o]=n[o]>=t?1:0;return N.fromData(e,Array.from(r.shape),"bool")}function Ju(r,t){let e=new Uint8Array(r.size),n=r.data;for(let o=0;o<r.size;o++)e[o]=n[o]<t?1:0;return N.fromData(e,Array.from(r.shape),"bool")}function Qu(r,t){let e=new Uint8Array(r.size),n=r.data;for(let o=0;o<r.size;o++)e[o]=n[o]<=t?1:0;return N.fromData(e,Array.from(r.shape),"bool")}function Xu(r,t){let e=new Uint8Array(r.size),n=r.data,o=r.dtype;if(I(o)){let a=BigInt(Math.round(t)),i=n;for(let u=0;u<r.size;u++)e[u]=i[u]===a?1:0}else for(let a=0;a<r.size;a++)e[a]=n[a]===t?1:0;return N.fromData(e,Array.from(r.shape),"bool")}function Ku(r,t){let e=new Uint8Array(r.size),n=r.data;for(let o=0;o<r.size;o++)e[o]=n[o]!==t?1:0;return N.fromData(e,Array.from(r.shape),"bool")}function rc(r,t,e,n){let o=new Uint8Array(r.size),a=r.data,i=r.dtype;if(I(i)){let u=a;for(let s=0;s<r.size;s++){let c=Number(u[s]),l=Math.abs(c-t),m=n+e*Math.abs(t);o[s]=l<=m?1:0}}else for(let u=0;u<r.size;u++){let s=Number(a[u]),c=Math.abs(s-t),l=n+e*Math.abs(t);o[u]=c<=l?1:0}return N.fromData(o,Array.from(r.shape),"bool")}function O(r,t){let e=0,n=1;for(let o=r.length-1;o>=0;o--)e+=r[o]*n,n*=t[o];return e}function U(r,t,e,n){let o=n.length,a=new Array(o),i=Array.from(n).filter((s,c)=>c!==t),u=r;for(let s=i.length-1;s>=0;s--)a[s>=t?s+1:s]=u%i[s],u=Math.floor(u/i[s]);return a[t]=e,a}function pr(r,t,e=!1){let n=r.dtype,o=r.shape,a=o.length,i=r.size,u=r.data;if(t===void 0)if(I(n)){let y=u,d=BigInt(0);for(let g=0;g<i;g++)d+=y[g];return Number(d)}else{let y=0;for(let d=0;d<i;d++)y+=Number(u[d]);return y}let s=t;if(s<0&&(s=a+s),s<0||s>=a)throw new Error(`axis ${t} is out of bounds for array of dimension ${a}`);let c=Array.from(o).filter((y,d)=>d!==s);if(c.length===0)return pr(r);let l=N.zeros(c,n),m=l.data,f=o[s],p=c.reduce((y,d)=>y*d,1);if(I(n)){let y=u,d=m;for(let g=0;g<p;g++){let b=BigInt(0);for(let A=0;A<f;A++){let h=U(g,s,A,o),S=O(h,o);b+=y[S]}d[g]=b}}else for(let y=0;y<p;y++){let d=0;for(let g=0;g<f;g++){let b=U(y,s,g,o),A=O(b,o);d+=Number(u[A])}m[y]=d}if(e){let y=[...o];return y[s]=1,N.fromData(m,y,n)}return l}function zr(r,t,e=!1){let n=r.dtype,o=r.shape;if(t===void 0)return pr(r)/r.size;let a=t;if(a<0&&(a=o.length+a),a<0||a>=o.length)throw new Error(`axis ${t} is out of bounds for array of dimension ${o.length}`);let i=pr(r,t,e);if(typeof i=="number")return i/o[a];let u=o[a],s=n;(I(n)||n.startsWith("int")||n.startsWith("uint"))&&(s="float64");let c=N.zeros(Array.from(i.shape),s),l=c.data,m=i.data;if(I(n)){let f=m;for(let p=0;p<l.length;p++)l[p]=Number(f[p])/u}else for(let f=0;f<l.length;f++)l[f]=Number(m[f])/u;return c}function _r(r,t,e=!1){let n=r.dtype,o=r.shape,a=o.length,i=r.size,u=r.data;if(t===void 0){if(i===0)throw new Error("max of empty array");let y=u[0];for(let d=1;d<i;d++)u[d]>y&&(y=u[d]);return Number(y)}let s=t;if(s<0&&(s=a+s),s<0||s>=a)throw new Error(`axis ${t} is out of bounds for array of dimension ${a}`);let c=Array.from(o).filter((y,d)=>d!==s);if(c.length===0)return _r(r);let l=N.zeros(c,n),m=l.data,f=o[s],p=c.reduce((y,d)=>y*d,1);if(I(n)){let y=u,d=m;for(let g=0;g<p;g++){let b=U(g,s,0,o),A=O(b,o),h=y[A];for(let S=1;S<f;S++){let D=U(g,s,S,o),x=O(D,o),w=y[x];w>h&&(h=w)}d[g]=h}}else for(let y=0;y<p;y++){let d=-1/0;for(let g=0;g<f;g++){let b=U(y,s,g,o),A=O(b,o),h=Number(u[A]);h>d&&(d=h)}m[y]=d}if(e){let y=[...o];return y[s]=1,N.fromData(m,y,n)}return l}function rt(r,t,e=!1){let n=r.dtype,o=r.shape,a=o.length,i=r.size,u=r.data;if(t===void 0)if(I(n)){let y=u,d=BigInt(1);for(let g=0;g<i;g++)d*=y[g];return Number(d)}else{let y=1;for(let d=0;d<i;d++)y*=Number(u[d]);return y}let s=t;if(s<0&&(s=a+s),s<0||s>=a)throw new Error(`axis ${t} is out of bounds for array of dimension ${a}`);let c=Array.from(o).filter((y,d)=>d!==s);if(c.length===0)return rt(r);let l=N.zeros(c,n),m=l.data,f=o[s],p=c.reduce((y,d)=>y*d,1);if(I(n)){let y=u,d=m;for(let g=0;g<p;g++){let b=BigInt(1);for(let A=0;A<f;A++){let h=U(g,s,A,o),S=O(h,o);b*=y[S]}d[g]=b}}else for(let y=0;y<p;y++){let d=1;for(let g=0;g<f;g++){let b=U(y,s,g,o),A=O(b,o);d*=Number(u[A])}m[y]=d}if(e){let y=[...o];return y[s]=1,N.fromData(m,y,n)}return l}function Br(r,t,e=!1){let n=r.dtype,o=r.shape,a=o.length,i=r.size,u=r.data;if(t===void 0){if(i===0)throw new Error("min of empty array");let y=u[0];for(let d=1;d<i;d++)u[d]<y&&(y=u[d]);return Number(y)}let s=t;if(s<0&&(s=a+s),s<0||s>=a)throw new Error(`axis ${t} is out of bounds for array of dimension ${a}`);let c=Array.from(o).filter((y,d)=>d!==s);if(c.length===0)return Br(r);let l=N.zeros(c,n),m=l.data,f=o[s],p=c.reduce((y,d)=>y*d,1);if(I(n)){let y=u,d=m;for(let g=0;g<p;g++){let b=U(g,s,0,o),A=O(b,o),h=y[A];for(let S=1;S<f;S++){let D=U(g,s,S,o),x=O(D,o),w=y[x];w<h&&(h=w)}d[g]=h}}else for(let y=0;y<p;y++){let d=1/0;for(let g=0;g<f;g++){let b=U(y,s,g,o),A=O(b,o),h=Number(u[A]);h<d&&(d=h)}m[y]=d}if(e){let y=[...o];return y[s]=1,N.fromData(m,y,n)}return l}function tt(r,t){let e=r.dtype,n=r.shape,o=n.length,a=r.size,i=r.data;if(t===void 0){if(a===0)throw new Error("argmin of empty array");let p=i[0],y=0;for(let d=1;d<a;d++)i[d]<p&&(p=i[d],y=d);return y}let u=t;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((p,y)=>y!==u);if(s.length===0)return tt(r);let c=N.zeros(s,"int32"),l=c.data,m=n[u],f=s.reduce((p,y)=>p*y,1);if(I(e)){let p=i;for(let y=0;y<f;y++){let d=U(y,u,0,n),g=O(d,n),b=p[g],A=0;for(let h=1;h<m;h++){let S=U(y,u,h,n),D=O(S,n),x=p[D];x<b&&(b=x,A=h)}l[y]=A}}else for(let p=0;p<f;p++){let y=1/0,d=0;for(let g=0;g<m;g++){let b=U(p,u,g,n),A=O(b,n),h=Number(i[A]);h<y&&(y=h,d=g)}l[p]=d}return c}function et(r,t){let e=r.dtype,n=r.shape,o=n.length,a=r.size,i=r.data;if(t===void 0){if(a===0)throw new Error("argmax of empty array");let p=i[0],y=0;for(let d=1;d<a;d++)i[d]>p&&(p=i[d],y=d);return y}let u=t;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((p,y)=>y!==u);if(s.length===0)return et(r);let c=N.zeros(s,"int32"),l=c.data,m=n[u],f=s.reduce((p,y)=>p*y,1);if(I(e)){let p=i;for(let y=0;y<f;y++){let d=U(y,u,0,n),g=O(d,n),b=p[g],A=0;for(let h=1;h<m;h++){let S=U(y,u,h,n),D=O(S,n),x=p[D];x>b&&(b=x,A=h)}l[y]=A}}else for(let p=0;p<f;p++){let y=-1/0,d=0;for(let g=0;g<m;g++){let b=U(p,u,g,n),A=O(b,n),h=Number(i[A]);h>y&&(y=h,d=g)}l[p]=d}return c}function nt(r,t,e=0,n=!1){let o=r.shape,a=o.length,i=r.size,u=r.data,s=zr(r,t,n);if(t===void 0){let b=s,A=0;for(let h=0;h<i;h++){let S=Number(u[h])-b;A+=S*S}return A/(i-e)}let c=t;if(c<0&&(c=a+c),c<0||c>=a)throw new Error(`axis ${t} is out of bounds for array of dimension ${a}`);let l=o[c],m=s,f=m.data,p=n?m.shape:Array.from(o).filter((b,A)=>A!==c),y=N.zeros(Array.from(p),"float64"),d=y.data,g=p.reduce((b,A)=>b*A,1);for(let b=0;b<g;b++){let A=0,h=Number(f[b]);for(let S=0;S<l;S++){let D=U(b,c,S,o),x=O(D,o),w=Number(u[x])-h;A+=w*w}d[b]=A/(l-e)}return y}function Ue(r,t,e=0,n=!1){let o=nt(r,t,e,n);if(typeof o=="number")return Math.sqrt(o);let a=N.zeros(Array.from(o.shape),"float64"),i=o.data,u=a.data;for(let s=0;s<i.length;s++)u[s]=Math.sqrt(Number(i[s]));return a}function ot(r,t,e=!1){let n=r.shape,o=n.length,a=r.size,i=r.data;if(t===void 0){for(let p=0;p<a;p++)if(!i[p])return!1;return!0}let u=t;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((p,y)=>y!==u);if(s.length===0)return ot(r);let c=N.zeros(s,"bool"),l=c.data,m=n[u],f=s.reduce((p,y)=>p*y,1);for(let p=0;p<f;p++){let y=!0;for(let d=0;d<m;d++){let g=U(p,u,d,n),b=O(g,n);if(!i[b]){y=!1;break}}l[p]=y?1:0}if(e){let p=[...n];return p[u]=1,N.fromData(l,p,"bool")}return c}function at(r,t,e=!1){let n=r.shape,o=n.length,a=r.size,i=r.data;if(t===void 0){for(let p=0;p<a;p++)if(i[p])return!0;return!1}let u=t;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let s=Array.from(n).filter((p,y)=>y!==u);if(s.length===0)return at(r);let c=N.zeros(s,"bool"),l=c.data,m=n[u],f=s.reduce((p,y)=>p*y,1);for(let p=0;p<f;p++){let y=!1;for(let d=0;d<m;d++){let g=U(p,u,d,n),b=O(g,n);if(i[b]){y=!0;break}}l[p]=y?1:0}if(e){let p=[...n];return p[u]=1,N.fromData(l,p,"bool")}return c}function st(r,t){let e=r.shape,n=e.length,o=r.data;if(t===void 0){let f=r.size,p=new Float64Array(f),y=0;for(let d=0;d<f;d++)y+=Number(o[d]),p[d]=y;return N.fromData(p,[f],"float64")}let a=t;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let i=new Float64Array(r.size),u=e[a],s=[],c=1;for(let f=n-1;f>=0;f--)s.unshift(c),c*=e[f];let l=r.size,m=s[a];for(let f=0;f<l;f++)Math.floor(f/m)%u===0?i[f]=Number(o[f]):i[f]=i[f-m]+Number(o[f]);return N.fromData(i,[...e],"float64")}function it(r,t){let e=r.shape,n=e.length,o=r.data;if(t===void 0){let f=r.size,p=new Float64Array(f),y=1;for(let d=0;d<f;d++)y*=Number(o[d]),p[d]=y;return N.fromData(p,[f],"float64")}let a=t;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let i=new Float64Array(r.size),u=e[a],s=[],c=1;for(let f=n-1;f>=0;f--)s.unshift(c),c*=e[f];let l=r.size,m=s[a];for(let f=0;f<l;f++)Math.floor(f/m)%u===0?i[f]=Number(o[f]):i[f]=i[f-m]*Number(o[f]);return N.fromData(i,[...e],"float64")}function ut(r,t,e=!1){let n=_r(r,t,e),o=Br(r,t,e);if(typeof n=="number"&&typeof o=="number")return n-o;let a=n,i=o,u=a.data,s=i.data,c=new Float64Array(a.size);for(let l=0;l<a.size;l++)c[l]=Number(u[l])-Number(s[l]);return N.fromData(c,[...a.shape],"float64")}function ct(r,t,e=!1){return sr(r,.5,t,e)}function lt(r,t,e,n=!1){return sr(r,t/100,e,n)}function sr(r,t,e,n=!1){if(t<0||t>1)throw new Error("Quantile must be between 0 and 1");let o=r.shape,a=o.length,i=r.data;if(e===void 0){let p=[];for(let h=0;h<r.size;h++)p.push(Number(i[h]));p.sort((h,S)=>h-S);let y=p.length,d=t*(y-1),g=Math.floor(d),b=Math.ceil(d);if(g===b)return p[g];let A=d-g;return p[g]*(1-A)+p[b]*A}let u=e;if(u<0&&(u=a+u),u<0||u>=a)throw new Error(`axis ${e} is out of bounds for array of dimension ${a}`);let s=Array.from(o).filter((p,y)=>y!==u);if(s.length===0)return sr(r,t);let c=s.reduce((p,y)=>p*y,1),l=o[u],m=new Float64Array(c);for(let p=0;p<c;p++){let y=[];for(let h=0;h<l;h++){let S=U(p,u,h,o),D=O(S,o);y.push(Number(i[D]))}y.sort((h,S)=>h-S);let d=y.length,g=t*(d-1),b=Math.floor(g),A=Math.ceil(g);if(b===A)m[p]=y[b];else{let h=g-b;m[p]=y[b]*(1-h)+y[A]*h}}let f=N.fromData(m,s,"float64");if(n){let p=[...o];return p[u]=1,N.fromData(m,p,"float64")}return f}function Er(r,t,e,n=!1){let o=r.shape,a=o.length,i=r.data;if(e===void 0)return zr(r,t,n);if(t===void 0){let y=0,d=0,g=e.data;for(let b=0;b<r.size;b++){let A=Number(g[b%e.size]);y+=Number(i[b])*A,d+=A}return d===0?NaN:y/d}let u=t;if(u<0&&(u=a+u),u<0||u>=a)throw new Error(`axis ${t} is out of bounds for array of dimension ${a}`);let s=Array.from(o).filter((y,d)=>d!==u);if(s.length===0)return Er(r,void 0,e);let c=s.reduce((y,d)=>y*d,1),l=o[u],m=e.data,f=new Float64Array(c);for(let y=0;y<c;y++){let d=0,g=0;for(let b=0;b<l;b++){let A=U(y,u,b,o),h=O(A,o),S=Number(m[b%e.size]);d+=Number(i[h])*S,g+=S}f[y]=g===0?NaN:d/g}let p=N.fromData(f,s,"float64");if(n){let y=[...o];return y[u]=1,N.fromData(f,y,"float64")}return p}function vr(r,t,e=!1){let n=r.shape,o=n.length,a=r.data;if(t===void 0){let f=0;for(let p=0;p<r.size;p++){let y=Number(a[p]);isNaN(y)||(f+=y)}return f}let i=t;if(i<0&&(i=o+i),i<0||i>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let u=Array.from(n).filter((f,p)=>p!==i);if(u.length===0)return vr(r);let s=u.reduce((f,p)=>f*p,1),c=n[i],l=new Float64Array(s);for(let f=0;f<s;f++){let p=0;for(let y=0;y<c;y++){let d=U(f,i,y,n),g=O(d,n),b=Number(a[g]);isNaN(b)||(p+=b)}l[f]=p}let m=N.fromData(l,u,"float64");if(e){let f=[...n];return f[i]=1,N.fromData(l,f,"float64")}return m}function Or(r,t,e=!1){let n=r.shape,o=n.length,a=r.data;if(t===void 0){let f=1;for(let p=0;p<r.size;p++){let y=Number(a[p]);isNaN(y)||(f*=y)}return f}let i=t;if(i<0&&(i=o+i),i<0||i>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let u=Array.from(n).filter((f,p)=>p!==i);if(u.length===0)return Or(r);let s=u.reduce((f,p)=>f*p,1),c=n[i],l=new Float64Array(s);for(let f=0;f<s;f++){let p=1;for(let y=0;y<c;y++){let d=U(f,i,y,n),g=O(d,n),b=Number(a[g]);isNaN(b)||(p*=b)}l[f]=p}let m=N.fromData(l,u,"float64");if(e){let f=[...n];return f[i]=1,N.fromData(l,f,"float64")}return m}function Ur(r,t,e=!1){let n=r.shape,o=n.length,a=r.data;if(t===void 0){let f=0,p=0;for(let y=0;y<r.size;y++){let d=Number(a[y]);isNaN(d)||(f+=d,p++)}return p===0?NaN:f/p}let i=t;if(i<0&&(i=o+i),i<0||i>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let u=Array.from(n).filter((f,p)=>p!==i);if(u.length===0)return Ur(r);let s=u.reduce((f,p)=>f*p,1),c=n[i],l=new Float64Array(s);for(let f=0;f<s;f++){let p=0,y=0;for(let d=0;d<c;d++){let g=U(f,i,d,n),b=O(g,n),A=Number(a[b]);isNaN(A)||(p+=A,y++)}l[f]=y===0?NaN:p/y}let m=N.fromData(l,u,"float64");if(e){let f=[...n];return f[i]=1,N.fromData(l,f,"float64")}return m}function yr(r,t,e=0,n=!1){let o=r.shape,a=o.length,i=r.data;if(t===void 0){let p=0,y=0;for(let b=0;b<r.size;b++){let A=Number(i[b]);isNaN(A)||(p+=A,y++)}if(y-e<=0)return NaN;let d=p/y,g=0;for(let b=0;b<r.size;b++){let A=Number(i[b]);isNaN(A)||(g+=(A-d)**2)}return g/(y-e)}let u=t;if(u<0&&(u=a+u),u<0||u>=a)throw new Error(`axis ${t} is out of bounds for array of dimension ${a}`);let s=Array.from(o).filter((p,y)=>y!==u);if(s.length===0)return yr(r,void 0,e);let c=s.reduce((p,y)=>p*y,1),l=o[u],m=new Float64Array(c);for(let p=0;p<c;p++){let y=0,d=0;for(let A=0;A<l;A++){let h=U(p,u,A,o),S=O(h,o),D=Number(i[S]);isNaN(D)||(y+=D,d++)}if(d-e<=0){m[p]=NaN;continue}let g=y/d,b=0;for(let A=0;A<l;A++){let h=U(p,u,A,o),S=O(h,o),D=Number(i[S]);isNaN(D)||(b+=(D-g)**2)}m[p]=b/(d-e)}let f=N.fromData(m,s,"float64");if(n){let p=[...o];return p[u]=1,N.fromData(m,p,"float64")}return f}function ft(r,t,e=0,n=!1){let o=yr(r,t,e,n);if(typeof o=="number")return Math.sqrt(o);let a=o,i=new Float64Array(a.size);for(let u=0;u<a.size;u++)i[u]=Math.sqrt(Number(a.data[u]));return N.fromData(i,[...a.shape],"float64")}function Tr(r,t,e=!1){let n=r.shape,o=n.length,a=r.data;if(t===void 0){let f=1/0;for(let p=0;p<r.size;p++){let y=Number(a[p]);!isNaN(y)&&y<f&&(f=y)}return f===1/0?NaN:f}let i=t;if(i<0&&(i=o+i),i<0||i>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let u=Array.from(n).filter((f,p)=>p!==i);if(u.length===0)return Tr(r);let s=u.reduce((f,p)=>f*p,1),c=n[i],l=new Float64Array(s);for(let f=0;f<s;f++){let p=1/0;for(let y=0;y<c;y++){let d=U(f,i,y,n),g=O(d,n),b=Number(a[g]);!isNaN(b)&&b<p&&(p=b)}l[f]=p===1/0?NaN:p}let m=N.fromData(l,u,"float64");if(e){let f=[...n];return f[i]=1,N.fromData(l,f,"float64")}return m}function $r(r,t,e=!1){let n=r.shape,o=n.length,a=r.data;if(t===void 0){let f=-1/0;for(let p=0;p<r.size;p++){let y=Number(a[p]);!isNaN(y)&&y>f&&(f=y)}return f===-1/0?NaN:f}let i=t;if(i<0&&(i=o+i),i<0||i>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let u=Array.from(n).filter((f,p)=>p!==i);if(u.length===0)return $r(r);let s=u.reduce((f,p)=>f*p,1),c=n[i],l=new Float64Array(s);for(let f=0;f<s;f++){let p=-1/0;for(let y=0;y<c;y++){let d=U(f,i,y,n),g=O(d,n),b=Number(a[g]);!isNaN(b)&&b>p&&(p=b)}l[f]=p===-1/0?NaN:p}let m=N.fromData(l,u,"float64");if(e){let f=[...n];return f[i]=1,N.fromData(l,f,"float64")}return m}function Mr(r,t){let e=r.shape,n=e.length,o=r.data;if(t===void 0){let l=1/0,m=-1;for(let f=0;f<r.size;f++){let p=Number(o[f]);!isNaN(p)&&p<l&&(l=p,m=f)}return m}let a=t;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let i=Array.from(e).filter((l,m)=>m!==a);if(i.length===0)return Mr(r);let u=i.reduce((l,m)=>l*m,1),s=e[a],c=new Int32Array(u);for(let l=0;l<u;l++){let m=1/0,f=0;for(let p=0;p<s;p++){let y=U(l,a,p,e),d=O(y,e),g=Number(o[d]);!isNaN(g)&&g<m&&(m=g,f=p)}c[l]=f}return N.fromData(c,i,"int32")}function kr(r,t){let e=r.shape,n=e.length,o=r.data;if(t===void 0){let l=-1/0,m=-1;for(let f=0;f<r.size;f++){let p=Number(o[f]);!isNaN(p)&&p>l&&(l=p,m=f)}return m}let a=t;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let i=Array.from(e).filter((l,m)=>m!==a);if(i.length===0)return kr(r);let u=i.reduce((l,m)=>l*m,1),s=e[a],c=new Int32Array(u);for(let l=0;l<u;l++){let m=-1/0,f=0;for(let p=0;p<s;p++){let y=U(l,a,p,e),d=O(y,e),g=Number(o[d]);!isNaN(g)&&g>m&&(m=g,f=p)}c[l]=f}return N.fromData(c,i,"int32")}function mt(r,t){let e=r.shape,n=e.length,o=r.data;if(t===void 0){let f=r.size,p=new Float64Array(f),y=0;for(let d=0;d<f;d++){let g=Number(o[d]);isNaN(g)||(y+=g),p[d]=y}return N.fromData(p,[f],"float64")}let a=t;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let i=new Float64Array(r.size),u=e[a],s=[],c=1;for(let f=n-1;f>=0;f--)s.unshift(c),c*=e[f];let l=r.size,m=s[a];for(let f=0;f<l;f++){let p=Number(o[f]);Math.floor(f/m)%u===0?i[f]=isNaN(p)?0:p:i[f]=i[f-m]+(isNaN(p)?0:p)}return N.fromData(i,[...e],"float64")}function pt(r,t){let e=r.shape,n=e.length,o=r.data;if(t===void 0){let f=r.size,p=new Float64Array(f),y=1;for(let d=0;d<f;d++){let g=Number(o[d]);isNaN(g)||(y*=g),p[d]=y}return N.fromData(p,[f],"float64")}let a=t;if(a<0&&(a=n+a),a<0||a>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let i=new Float64Array(r.size),u=e[a],s=[],c=1;for(let f=n-1;f>=0;f--)s.unshift(c),c*=e[f];let l=r.size,m=s[a];for(let f=0;f<l;f++){let p=Number(o[f]);Math.floor(f/m)%u===0?i[f]=isNaN(p)?1:p:i[f]=i[f-m]*(isNaN(p)?1:p)}return N.fromData(i,[...e],"float64")}function Cr(r,t,e=!1){let n=r.shape,o=n.length,a=r.data;if(t===void 0){let f=[];for(let d=0;d<r.size;d++){let g=Number(a[d]);isNaN(g)||f.push(g)}if(f.length===0)return NaN;f.sort((d,g)=>d-g);let p=f.length,y=Math.floor(p/2);return p%2===0?(f[y-1]+f[y])/2:f[y]}let i=t;if(i<0&&(i=o+i),i<0||i>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let u=Array.from(n).filter((f,p)=>p!==i);if(u.length===0)return Cr(r);let s=u.reduce((f,p)=>f*p,1),c=n[i],l=new Float64Array(s);for(let f=0;f<s;f++){let p=[];for(let g=0;g<c;g++){let b=U(f,i,g,n),A=O(b,n),h=Number(a[A]);isNaN(h)||p.push(h)}if(p.length===0){l[f]=NaN;continue}p.sort((g,b)=>g-b);let y=p.length,d=Math.floor(y/2);y%2===0?l[f]=(p[d-1]+p[d])/2:l[f]=p[d]}let m=N.fromData(l,u,"float64");if(e){let f=[...n];return f[i]=1,N.fromData(l,f,"float64")}return m}function P(r,t){let e=r.size,n=r.dtype,o=t.indexOf(-1),a;if(o!==-1){let c=t.reduce((m,f,p)=>p===o?m:m*f,1),l=e/c;if(!Number.isInteger(l))throw new Error(`cannot reshape array of size ${e} into shape ${JSON.stringify(t)}`);a=t.map((m,f)=>f===o?l:m)}else a=t;if(a.reduce((c,l)=>c*l,1)!==e)throw new Error(`cannot reshape array of size ${e} into shape ${JSON.stringify(a)}`);if(r.isCContiguous){let c=r.data;return N.fromData(c,a,n,L(a),0)}let s=r.copy().data;return N.fromData(s,a,n,L(a),0)}function Vr(r){let t=r.size,e=r.dtype,n=T(e);if(!n)throw new Error(`Cannot flatten array with dtype ${e}`);if(r.isCContiguous){let u=r.data.slice(r.offset,r.offset+t);return N.fromData(u,[t],e,[1],0)}let o=new n(t),a=I(e);for(let i=0;i<t;i++){let u=r.iget(i);o[i]=u}return N.fromData(o,[t],e,[1],0)}function ir(r){let t=r.size,e=r.dtype;if(r.isCContiguous){let n=r.data;return N.fromData(n,[t],e,[1],0)}return Vr(r)}function gr(r,t){let e=r.shape,n=e.length,o=r.strides,a=r.data,i=r.dtype,u;if(t===void 0)u=Array.from({length:n},(m,f)=>n-1-f);else{if(t.length!==n)throw new Error(`axes must have length ${n}, got ${t.length}`);let m=new Set;for(let f of t){let p=f<0?n+f:f;if(p<0||p>=n)throw new Error(`axis ${f} is out of bounds for array of dimension ${n}`);if(m.has(p))throw new Error("repeated axis in transpose");m.add(p)}u=t.map(f=>f<0?n+f:f)}let s=u.map(m=>e[m]),c=Array.from(o),l=u.map(m=>c[m]);return N.fromData(a,s,i,l,r.offset)}function Te(r,t){let e=r.shape,n=e.length,o=r.strides,a=r.data,i=r.dtype;if(t===void 0){let u=[],s=[];for(let c=0;c<n;c++)e[c]!==1&&(u.push(e[c]),s.push(o[c]));return u.length===0&&(u.push(1),s.push(1)),N.fromData(a,u,i,s,r.offset)}else{let u=t<0?n+t:t;if(u<0||u>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);if(e[u]!==1)throw new Error(`cannot select an axis which has size not equal to one (axis ${t} has size ${e[u]})`);let s=[],c=[];for(let l=0;l<n;l++)l!==u&&(s.push(e[l]),c.push(o[l]));return N.fromData(a,s,i,c,r.offset)}}function dr(r,t){let e=r.shape,n=e.length,o=r.strides,a=r.data,i=r.dtype,u=t;if(u<0&&(u=n+t+1),u<0||u>n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n+1}`);let s=[...Array.from(e)];s.splice(u,0,1);let c=[...Array.from(o)],l=u<n?o[u]*(e[u]||1):1;return c.splice(u,0,l),N.fromData(a,s,i,c,r.offset)}function $e(r,t,e){let n=r.shape,o=n.length,a=r.strides,i=r.data,u=r.dtype,s=t<0?o+t:t,c=e<0?o+e:e;if(s<0||s>=o)throw new Error(`axis1 ${t} is out of bounds for array of dimension ${o}`);if(c<0||c>=o)throw new Error(`axis2 ${e} is out of bounds for array of dimension ${o}`);if(s===c)return N.fromData(i,Array.from(n),u,Array.from(a),r.offset);let l=Array.from(n),m=Array.from(a);return[l[s],l[c]]=[l[c],l[s]],[m[s],m[c]]=[m[c],m[s]],N.fromData(i,l,u,m,r.offset)}function yt(r,t,e){let n=r.ndim,o=Array.isArray(t)?t:[t],a=Array.isArray(e)?e:[e];if(o.length!==a.length)throw new Error("source and destination must have the same number of elements");let i=o.map(c=>{let l=c<0?n+c:c;if(l<0||l>=n)throw new Error(`source axis ${c} is out of bounds for array of dimension ${n}`);return l}),u=a.map(c=>{let l=c<0?n+c:c;if(l<0||l>=n)throw new Error(`destination axis ${c} is out of bounds for array of dimension ${n}`);return l});if(new Set(i).size!==i.length)throw new Error("repeated axis in source");if(new Set(u).size!==u.length)throw new Error("repeated axis in destination");let s=[];for(let c=0;c<n;c++)i.includes(c)||s.push(c);for(let c=0;c<i.length;c++){let l=u[c];s.splice(l,0,i[c])}return gr(r,s)}function er(r,t=0){if(r.length===0)throw new Error("need at least one array to concatenate");if(r.length===1)return r[0].copy();let e=r[0],n=e.ndim,o=e.dtype,a=t<0?n+t:t;if(a<0||a>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);for(let p=1;p<r.length;p++){let y=r[p];if(y.ndim!==n)throw new Error("all the input arrays must have same number of dimensions");for(let d=0;d<n;d++)if(d!==a&&y.shape[d]!==e.shape[d])throw new Error("all the input array dimensions except for the concatenation axis must match exactly")}let i=Array.from(e.shape),u=e.shape[a];for(let p=1;p<r.length;p++)u+=r[p].shape[a];i[a]=u;let s=i.reduce((p,y)=>p*y,1),c=T(o);if(!c)throw new Error(`Cannot concatenate arrays with dtype ${o}`);let l=new c(s),m=L(i),f=0;for(let p of r){let y=p.shape[a];nc(p,l,i,m,a,f,o),f+=y}return N.fromData(l,i,o)}function nc(r,t,e,n,o,a,i){let u=r.shape,s=u.length,c=r.size,l=i==="int64"||i==="uint64";if(o===0&&r.isCContiguous&&s>0){let p=a*n[0],y=r.data,d=r.offset,g=d+c;t.set(y.subarray(d,g),p);return}if(o===1&&s===2&&r.isCContiguous){let p=u[0],y=u[1],d=e[1],g=r.data,b=r.offset;for(let A=0;A<p;A++){let h=b+A*y,S=A*d+a;t.set(g.subarray(h,h+y),S)}return}let m=new Array(s).fill(0),f=a*n[o];for(let p=0;p<c;p++){let y=r.iget(p),d=f;for(let g=0;g<s;g++)d+=m[g]*n[g];t[d]=y;for(let g=s-1;g>=0&&(m[g]++,!(m[g]<u[g]));g--)m[g]=0}}function Me(r,t=0){if(r.length===0)throw new Error("need at least one array to stack");let e=r[0],n=e.shape,o=e.ndim,a=t<0?o+1+t:t;if(a<0||a>o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o+1}`);for(let u=1;u<r.length;u++){let s=r[u];if(s.ndim!==o)throw new Error("all input arrays must have the same shape");for(let c=0;c<o;c++)if(s.shape[c]!==n[c])throw new Error("all input arrays must have the same shape")}let i=r.map(u=>dr(u,a));return er(i,a)}function ke(r){if(r.length===0)throw new Error("need at least one array to stack");let t=r.map(e=>e.ndim===1?P(e,[1,e.shape[0]]):e);return er(t,0)}function dt(r){if(r.length===0)throw new Error("need at least one array to stack");return r.every(e=>e.ndim===1)?er(r,0):er(r,1)}function Ce(r){if(r.length===0)throw new Error("need at least one array to stack");let t=r.map(e=>e.ndim===1?P(dr(P(e,[1,e.shape[0]]),2),[1,e.shape[0],1]):e.ndim===2?dr(e,2):e);return er(t,2)}function Ve(r,t,e=0){let n=r.shape,o=n.length,a=e<0?o+e:e;if(a<0||a>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let i=n[a],u;if(typeof t=="number"){if(i%t!==0)throw new Error("array split does not result in an equal division");let s=i/t;u=[];for(let c=1;c<t;c++)u.push(c*s)}else u=t;return qe(r,u,a)}function hr(r,t,e=0){let n=r.shape,o=n.length,a=e<0?o+e:e;if(a<0||a>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let i=n[a],u;if(typeof t=="number"){let s=t,c=Math.floor(i/s),l=i%s;u=[];let m=0;for(let f=0;f<s-1;f++)m+=c+(f<l?1:0),u.push(m)}else u=t;return qe(r,u,a)}function qe(r,t,e){let n=r.shape,o=n[e],a=[0,...t,o],i=[];for(let u=0;u<a.length-1;u++){let s=a[u],c=a[u+1];if(s>c)throw new Error("split indices must be in ascending order");let l=Array.from(n);l[e]=c-s;let m=r.offset+s*r.strides[e];i.push(N.fromData(r.data,l,r.dtype,Array.from(r.strides),m))}return i}function Fe(r,t){if(r.ndim<2)throw new Error("vsplit only works on arrays of 2 or more dimensions");return hr(r,t,0)}function Pe(r,t){if(r.ndim<1)throw new Error("hsplit only works on arrays of 1 or more dimensions");let e=r.ndim===1?0:1;return hr(r,t,e)}function je(r,t){let e=r.shape,n=e.length,o=r.dtype,a=Array.isArray(t)?t:[t],i=Math.max(n,a.length),u=new Array(i).fill(1),s=new Array(i).fill(1);for(let A=0;A<n;A++)u[i-n+A]=e[A];for(let A=0;A<a.length;A++)s[i-a.length+A]=a[A];let c=u.map((A,h)=>A*s[h]),l=c.reduce((A,h)=>A*h,1),m=T(o);if(!m)throw new Error(`Cannot tile array with dtype ${o}`);let f=new m(l),p=L(c),y=r;n<i&&(y=P(r,u));let d=o==="int64"||o==="uint64",g=y.strides,b=new Array(i).fill(0);for(let A=0;A<l;A++){let h=y.offset;for(let x=0;x<i;x++){let w=b[x]%u[x];h+=w*g[x]}let S=y.data[h],D=0;for(let x=0;x<i;x++)D+=b[x]*p[x];f[D]=S;for(let x=i-1;x>=0&&(b[x]++,!(b[x]<c[x]));x--)b[x]=0}return N.fromData(f,c,o)}function Re(r,t,e){let n=r.shape,o=n.length,a=r.dtype,i=r.size;if(e===void 0){let A=i,h=Array.isArray(t)?t:new Array(A).fill(t);if(h.length!==A)throw new Error(`operands could not be broadcast together with shape (${A},) (${h.length},)`);let S=h.reduce((_,B)=>_+B,0),D=T(a);if(!D)throw new Error(`Cannot repeat array with dtype ${a}`);let x=new D(S),w=0;for(let _=0;_<A;_++){let B=r.iget(_),E=h[_];for(let v=0;v<E;v++)x[w++]=B}return N.fromData(x,[S],a)}let u=e<0?o+e:e;if(u<0||u>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let s=n[u],c=Array.isArray(t)?t:new Array(s).fill(t);if(c.length!==s)throw new Error(`operands could not be broadcast together with shape (${s},) (${c.length},)`);let l=Array.from(n);l[u]=c.reduce((A,h)=>A+h,0);let m=l.reduce((A,h)=>A*h,1),f=T(a);if(!f)throw new Error(`Cannot repeat array with dtype ${a}`);let p=new f(m),y=L(l),d=new Array(o).fill(0),g=a==="int64"||a==="uint64",b=[0];for(let A=0;A<s;A++)b.push(b[A]+c[A]);for(let A=0;A<i;A++){let h=r.iget(A),S=d[u],D=c[S],x=0;for(let B=0;B<o;B++)B!==u&&(x+=d[B]*y[B]);let w=y[u],_=b[S];for(let B=0;B<D;B++){let E=x+(_+B)*w;p[E]=h}for(let B=o-1;B>=0&&(d[B]++,!(d[B]<n[B]));B--)d[B]=0}return N.fromData(p,l,a)}function Le(r,t){let e=r.shape,n=e.length,o=r.dtype,a=r.size,i;if(t===void 0)i=new Set(Array.from({length:n},(f,p)=>p));else if(typeof t=="number"){let f=t<0?n+t:t;if(f<0||f>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);i=new Set([f])}else i=new Set(t.map(f=>{let p=f<0?n+f:f;if(p<0||p>=n)throw new Error(`axis ${f} is out of bounds for array of dimension ${n}`);return p}));let u=T(o);if(!u)throw new Error(`Cannot flip array with dtype ${o}`);let s=new u(a),c=I(o);if(n===1&&r.isCContiguous){let f=r.data,p=r.offset;for(let y=0;y<a;y++)s[y]=f[p+a-1-y];return N.fromData(s,[...e],o)}if(n===2&&r.isCContiguous){let f=e[0],p=e[1],y=r.data,d=r.offset;if(i.size===2){for(let g=0;g<a;g++)s[g]=y[d+a-1-g];return N.fromData(s,[...e],o)}if(i.size===1){if(i.has(0)){for(let g=0;g<f;g++){let b=d+(f-1-g)*p,A=g*p;for(let h=0;h<p;h++)s[A+h]=y[b+h]}return N.fromData(s,[...e],o)}else if(i.has(1)){for(let g=0;g<f;g++){let b=d+g*p,A=g*p;for(let h=0;h<p;h++)s[A+h]=y[b+p-1-h]}return N.fromData(s,[...e],o)}}}let l=new Array(n),m=new Array(n).fill(0);for(let f=0;f<a;f++){for(let d=0;d<n;d++)l[d]=i.has(d)?e[d]-1-m[d]:m[d];let p=r.offset;for(let d=0;d<n;d++)p+=l[d]*r.strides[d];let y=r.data[p];s[f]=y;for(let d=n-1;d>=0&&(m[d]++,!(m[d]<e[d]));d--)m[d]=0}return N.fromData(s,[...e],o)}function Ze(r,t=1,e=[0,1]){let n=r.shape,o=n.length,a=r.dtype;if(o<2)throw new Error("Input must be at least 2-D");let i=e[0]<0?o+e[0]:e[0],u=e[1]<0?o+e[1]:e[1];if(i<0||i>=o||u<0||u>=o)throw new Error(`Axes are out of bounds for array of dimension ${o}`);if(i===u)throw new Error("Axes must be different");if(t=(t%4+4)%4,t===0)return r.copy();let s=T(a);if(!s)throw new Error(`Cannot rotate array with dtype ${a}`);let c=[...n];(t===1||t===3)&&([c[i],c[u]]=[c[u],c[i]]);let l=c.reduce((g,b)=>g*b,1),m=new s(l),f=L(c),p=I(a),y=new Array(o).fill(0),d=new Array(o);for(let g=0;g<r.size;g++){for(let D=0;D<o;D++)d[D]=y[D];let b,A;t===1?(b=n[u]-1-y[u],A=y[i]):t===2?(b=n[i]-1-y[i],A=n[u]-1-y[u],d[i]=b,d[u]=A):(b=y[u],A=n[i]-1-y[i]),t!==2&&(d[i]=b,d[u]=A);let h=0;for(let D=0;D<o;D++)h+=d[D]*f[D];let S=r.iget(g);m[h]=S;for(let D=o-1;D>=0&&(y[D]++,!(y[D]<n[D]));D--)y[D]=0}return N.fromData(m,c,a)}function We(r,t,e){let n=r.shape,o=n.length,a=r.dtype,i=r.size;if(e===void 0){let y=Array.isArray(t)?t.reduce((h,S)=>h+S,0):t,d=Vr(r),g=T(a);if(!g)throw new Error(`Cannot roll array with dtype ${a}`);let b=new g(i),A=I(a);for(let h=0;h<i;h++){let S=((h-y)%i+i)%i,D=d.iget(S);b[h]=D}return N.fromData(b,[...n],a)}let u=Array.isArray(t)?t:[t],s=Array.isArray(e)?e:[e];if(u.length!==s.length)throw new Error("shift and axis must have the same length");let c=s.map(y=>{let d=y<0?o+y:y;if(d<0||d>=o)throw new Error(`axis ${y} is out of bounds for array of dimension ${o}`);return d}),l=T(a);if(!l)throw new Error(`Cannot roll array with dtype ${a}`);let m=new l(i),f=I(a),p=new Array(o).fill(0);for(let y=0;y<i;y++){let d=[...p];for(let A=0;A<c.length;A++){let h=c[A],S=n[h],D=u[A];d[h]=((d[h]-D)%S+S)%S}let g=r.offset;for(let A=0;A<o;A++)g+=d[A]*r.strides[A];let b=r.data[g];m[y]=b;for(let A=o-1;A>=0&&(p[A]++,!(p[A]<n[A]));A--)p[A]=0}return N.fromData(m,[...n],a)}function Ge(r,t,e=0){let n=r.ndim,o=t<0?n+t:t;if(o<0||o>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let a=e<0?n+e:e;if(a<0||a>n)throw new Error(`start ${e} is out of bounds`);return o<a&&a--,o===a?N.fromData(r.data,Array.from(r.shape),r.dtype,Array.from(r.strides),r.offset):yt(r,o,a)}function He(r,t){if(r.ndim<3)throw new Error("dsplit only works on arrays of 3 or more dimensions");return hr(r,t,2)}function Ye(r){if(r.length===0)throw new Error("need at least one array to stack");let t=r.map(e=>e.ndim===1?P(e,[e.shape[0],1]):e);return dt(t)}function Je(r,t){let e=r.dtype,n=t.reduce((s,c)=>s*c,1),o=r.size,a=T(e);if(!a)throw new Error(`Cannot resize array with dtype ${e}`);let i=new a(n),u=I(e);for(let s=0;s<n;s++){let c=s%o,l=r.iget(c);i[s]=l}return N.fromData(i,t,e)}function Qe(r){return r.map(t=>t.ndim===0?P(t,[1]):t)}function Xe(r){return r.map(t=>t.ndim===0?P(t,[1,1]):t.ndim===1?P(t,[1,t.shape[0]]):t)}function Ke(r){return r.map(t=>t.ndim===0?P(t,[1,1,1]):t.ndim===1?P(t,[1,t.shape[0],1]):t.ndim===2?P(t,[t.shape[0],t.shape[1],1]):t)}function oc(r,t,e,n,o,a,i,u,s,c,l,m,f,p){if(m===0)for(let b=0;b<n*o;b++)f[b]=0;else if(m!==1)for(let b=0;b<n*o;b++)f[b]=(f[b]??0)*m;let y=r==="row-major",d=t==="transpose",g=e==="transpose";if(y&&!d&&!g)for(let b=0;b<n;b++)for(let A=0;A<o;A++){let h=0;for(let S=0;S<a;S++)h+=(u[b*s+S]??0)*(c[S*l+A]??0);f[b*p+A]=(f[b*p+A]??0)+i*h}else if(y&&d&&!g)for(let b=0;b<n;b++)for(let A=0;A<o;A++){let h=0;for(let S=0;S<a;S++)h+=(u[S*s+b]??0)*(c[S*l+A]??0);f[b*p+A]=(f[b*p+A]??0)+i*h}else if(y&&!d&&g)for(let b=0;b<n;b++)for(let A=0;A<o;A++){let h=0;for(let S=0;S<a;S++)h+=(u[b*s+S]??0)*(c[A*l+S]??0);f[b*p+A]=(f[b*p+A]??0)+i*h}else if(y&&d&&g)for(let b=0;b<n;b++)for(let A=0;A<o;A++){let h=0;for(let S=0;S<a;S++)h+=(u[S*s+b]??0)*(c[A*l+S]??0);f[b*p+A]=(f[b*p+A]??0)+i*h}else if(!y&&!d&&!g)for(let b=0;b<n;b++)for(let A=0;A<o;A++){let h=0;for(let S=0;S<a;S++)h+=(u[S*s+b]??0)*(c[A*l+S]??0);f[A*p+b]=(f[A*p+b]??0)+i*h}else if(!y&&d&&!g)for(let b=0;b<n;b++)for(let A=0;A<o;A++){let h=0;for(let S=0;S<a;S++)h+=(u[b*s+S]??0)*(c[A*l+S]??0);f[A*p+b]=(f[A*p+b]??0)+i*h}else if(!y&&!d&&g)for(let b=0;b<n;b++)for(let A=0;A<o;A++){let h=0;for(let S=0;S<a;S++)h+=(u[S*s+b]??0)*(c[S*l+A]??0);f[A*p+b]=(f[A*p+b]??0)+i*h}else for(let b=0;b<n;b++)for(let A=0;A<o;A++){let h=0;for(let S=0;S<a;S++)h+=(u[b*s+S]??0)*(c[S*l+A]??0);f[A*p+b]=(f[A*p+b]??0)+i*h}}function ht(r,t){let e=r.ndim,n=t.ndim;if(e===0||n===0){let o=e===0?r.get():null,a=n===0?t.get():null;if(e===0&&n===0)return typeof o=="bigint"&&typeof a=="bigint"?o*a:Number(o)*Number(a);if(e===0){let i=k(r.dtype,t.dtype),u=N.zeros([...t.shape],i);for(let s=0;s<t.size;s++){let c=t.data[s+t.offset];typeof o=="bigint"&&typeof c=="bigint"?u.data[s]=o*c:u.data[s]=Number(o)*Number(c)}return u}else{let i=k(r.dtype,t.dtype),u=N.zeros([...r.shape],i);for(let s=0;s<r.size;s++){let c=r.data[s+r.offset];typeof c=="bigint"&&typeof a=="bigint"?u.data[s]=c*a:u.data[s]=Number(c)*Number(a)}return u}}if(e===1&&n===1){if(r.shape[0]!==t.shape[0])throw new Error(`dot: incompatible shapes (${r.shape[0]},) and (${t.shape[0]},)`);let o=r.shape[0],a=0;for(let i=0;i<o;i++){let u=r.get(i),s=t.get(i);typeof u=="bigint"&&typeof s=="bigint"?a=Number(a)+Number(u*s):a+=Number(u)*Number(s)}return a}if(e===2&&n===2)return G(r,t);if(e===2&&n===1){let[o,a]=r.shape,i=t.shape[0];if(a!==i)throw new Error(`dot: incompatible shapes (${o},${a}) and (${i},)`);let u=k(r.dtype,t.dtype),s=N.zeros([o],u);for(let c=0;c<o;c++){let l=0;for(let m=0;m<a;m++){let f=r.get(c,m),p=t.get(m);typeof f=="bigint"&&typeof p=="bigint"?l=Number(l)+Number(f*p):l+=Number(f)*Number(p)}s.set([c],l)}return s}if(e===1&&n===2){let o=r.shape[0],[a,i]=t.shape;if(o!==a)throw new Error(`dot: incompatible shapes (${o},) and (${a},${i})`);let u=k(r.dtype,t.dtype),s=N.zeros([i],u);for(let c=0;c<i;c++){let l=0;for(let m=0;m<o;m++){let f=r.get(m),p=t.get(m,c);typeof f=="bigint"&&typeof p=="bigint"?l=Number(l)+Number(f*p):l+=Number(f)*Number(p)}s.set([c],l)}return s}if(e>2&&n===1){let o=r.shape[e-1],a=t.shape[0];if(o!==a)throw new Error(`dot: incompatible shapes ${JSON.stringify(r.shape)} and (${a},)`);let i=[...r.shape.slice(0,-1)],u=k(r.dtype,t.dtype),s=N.zeros(i,u),c=i.reduce((l,m)=>l*m,1);for(let l=0;l<c;l++){let m=0,f=l,p=[];for(let y=i.length-1;y>=0;y--)p[y]=f%i[y],f=Math.floor(f/i[y]);for(let y=0;y<o;y++){let d=[...p,y],g=r.get(...d),b=t.get(y);typeof g=="bigint"&&typeof b=="bigint"?m=Number(m)+Number(g*b):m+=Number(g)*Number(b)}s.set(p,m)}return s}if(e===1&&n>2){let o=r.shape[0],a=1,i=t.shape[a];if(o!==i)throw new Error(`dot: incompatible shapes (${o},) and ${JSON.stringify(t.shape)}`);let u=[...t.shape.slice(0,a),...t.shape.slice(a+1)],s=k(r.dtype,t.dtype),c=N.zeros(u,s),l=u.reduce((m,f)=>m*f,1);for(let m=0;m<l;m++){let f=m,p=[];for(let b=u.length-1;b>=0;b--)p[b]=f%u[b],f=Math.floor(f/u[b]);let y=p.slice(0,a),d=p.slice(a),g=0;for(let b=0;b<o;b++){let A=r.get(b),h=[...y,b,...d],S=t.get(...h);typeof A=="bigint"&&typeof S=="bigint"?g=Number(g)+Number(A*S):g+=Number(A)*Number(S)}c.set(p,g)}return c}if(e>=2&&n>=2&&!(e===2&&n===2)){let o=r.shape[e-1],a=t.shape[n-2];if(o!==a)throw new Error(`dot: incompatible shapes ${JSON.stringify(r.shape)} and ${JSON.stringify(t.shape)}`);let i=[...r.shape.slice(0,-1),...t.shape.slice(0,-2),t.shape[n-1]],u=k(r.dtype,t.dtype),s=N.zeros(i,u),c=r.shape.slice(0,-1).reduce((p,y)=>p*y,1),l=t.shape.slice(0,-2).reduce((p,y)=>p*y,1),m=t.shape[n-1],f=o;for(let p=0;p<c;p++)for(let y=0;y<l;y++)for(let d=0;d<m;d++){let g=0;for(let A=0;A<f;A++){let h=p*f+A,S=r.data[h+r.offset],D=y*f*m+A*m+d,x=t.data[D+t.offset];typeof S=="bigint"&&typeof x=="bigint"?g=Number(g)+Number(S*x):g+=Number(S)*Number(x)}let b=p*l*m+y*m+d;s.data[b]=g}return s}throw new Error(`dot: unexpected combination of dimensions ${e}D \xB7 ${n}D`)}function G(r,t){if(r.ndim!==2||t.ndim!==2)throw new Error("matmul requires 2D arrays");let[e=0,n=0]=r.shape,[o=0,a=0]=t.shape;if(n!==o)throw new Error(`matmul shape mismatch: (${e},${n}) @ (${o},${a})`);let i=k(r.dtype,t.dtype),u=i.startsWith("int")||i.startsWith("uint")||i==="bool"?"float64":i;if(u!=="float64")throw new Error(`matmul currently only supports float64, got ${u}`);let s=r.dtype==="float64"?r.data:Float64Array.from(Array.from(r.data).map(Number)),c=t.dtype==="float64"?t.data:Float64Array.from(Array.from(t.data).map(Number));r.offset>0&&(s=s.subarray(r.offset)),t.offset>0&&(c=c.subarray(t.offset));let[l=0,m=0]=r.strides,[f=0,p=0]=t.strides,y=m>l,d=p>f,g=y?"transpose":"no-transpose",b=d?"transpose":"no-transpose",A,h;y?A=m:A=l,d?h=p:h=f;let S=N.zeros([e,a],"float64");return oc("row-major",g,b,e,a,n,1,s,A,c,h,0,S.data,a),S}function nn(r){if(r.ndim!==2)throw new Error(`trace requires 2D array, got ${r.ndim}D`);let[t=0,e=0]=r.shape,n=Math.min(t,e),o=0;for(let a=0;a<n;a++){let i=r.get(a,a);typeof i=="bigint"?o=(typeof o=="bigint"?o:BigInt(o))+i:o=(typeof o=="bigint"?Number(o):o)+i}return o}function tn(r,t){return gr(r,t)}function on(r,t){let e=r.ndim,n=t.ndim,o=r.shape[e-1],a=t.shape[n-1];if(o!==a)throw new Error(`inner: incompatible shapes - last dimensions ${o} and ${a} don't match`);if(e===1&&n===1)return ht(r,t);let i=[...r.shape.slice(0,-1),...t.shape.slice(0,-1)],u=k(r.dtype,t.dtype),s=N.zeros(i,u),c=e===1?1:r.shape.slice(0,-1).reduce((f,p)=>f*p,1),l=n===1?1:t.shape.slice(0,-1).reduce((f,p)=>f*p,1),m=o;for(let f=0;f<c;f++)for(let p=0;p<l;p++){let y=0;for(let g=0;g<m;g++){let b=e===1?g:f*m+g,A=n===1?g:p*m+g,h=r.data[b+r.offset],S=t.data[A+t.offset];typeof h=="bigint"&&typeof S=="bigint"?y=Number(y)+Number(h*S):y+=Number(h)*Number(S)}if(i.length===0)return y;let d=c===1?p:f*l+p;s.data[d]=y}return s}function At(r,t){let e=r.ndim===1?r:ir(r),n=t.ndim===1?t:ir(t),o=e.size,a=n.size,i=k(r.dtype,t.dtype),u=N.zeros([o,a],i);for(let s=0;s<o;s++)for(let c=0;c<a;c++){let l=e.get(s),m=n.get(c),f;typeof l=="bigint"&&typeof m=="bigint"?f=l*m:f=Number(l)*Number(m),u.set([s,c],f)}return u}function an(r,t,e){let n,o;if(typeof e=="number"){let f=e;if(f<0)throw new Error("tensordot: axes must be non-negative");if(f>r.ndim||f>t.ndim)throw new Error("tensordot: axes exceeds array dimensions");n=Array.from({length:f},(p,y)=>r.ndim-f+y),o=Array.from({length:f},(p,y)=>y)}else if([n,o]=e,n.length!==o.length)throw new Error("tensordot: axes lists must have same length");for(let f=0;f<n.length;f++){let p=n[f],y=o[f];if(p<0||p>=r.ndim||y<0||y>=t.ndim)throw new Error("tensordot: axis out of bounds");if(r.shape[p]!==t.shape[y])throw new Error(`tensordot: shape mismatch on axes ${p} and ${y}: ${r.shape[p]} != ${t.shape[y]}`)}let a=[],i=[];for(let f=0;f<r.ndim;f++)n.includes(f)||a.push(f);for(let f=0;f<t.ndim;f++)o.includes(f)||i.push(f);let u=[...a.map(f=>r.shape[f]),...i.map(f=>t.shape[f])];if(u.length===0){let f=0,p=n.map(y=>r.shape[y]).reduce((y,d)=>y*d,1);for(let y=0;y<p;y++){let d=y,g=new Array(n.length);for(let D=n.length-1;D>=0;D--){let x=n[D];g[D]=d%r.shape[x],d=Math.floor(d/r.shape[x])}let b=new Array(r.ndim),A=new Array(t.ndim);for(let D=0;D<n.length;D++)b[n[D]]=g[D];for(let D=0;D<o.length;D++)A[o[D]]=g[D];let h=r.get(...b),S=t.get(...A);typeof h=="bigint"&&typeof S=="bigint"?f=Number(f)+Number(h*S):f+=Number(h)*Number(S)}return f}let s=k(r.dtype,t.dtype),c=N.zeros(u,s),l=u.reduce((f,p)=>f*p,1),m=n.map(f=>r.shape[f]).reduce((f,p)=>f*p,1);for(let f=0;f<l;f++){let p=f,y=[];for(let A=u.length-1;A>=0;A--)y[A]=p%u[A],p=Math.floor(p/u[A]);let d=y.slice(0,a.length),g=y.slice(a.length),b=0;for(let A=0;A<m;A++){p=A;let h=[];for(let _=n.length-1;_>=0;_--){let B=n[_];h[_]=p%r.shape[B],p=Math.floor(p/r.shape[B])}let S=new Array(r.ndim),D=new Array(t.ndim);for(let _=0;_<a.length;_++)S[a[_]]=d[_];for(let _=0;_<i.length;_++)D[i[_]]=g[_];for(let _=0;_<n.length;_++)S[n[_]]=h[_],D[o[_]]=h[_];let x=r.get(...S),w=t.get(...D);typeof x=="bigint"&&typeof w=="bigint"?b=Number(b)+Number(x*w):b+=Number(x)*Number(w)}c.set(y,b)}return c}function sn(r,t=0,e=0,n=1){let o=r.shape,a=o.length;if(a<2)throw new Error("diagonal requires an array of at least two dimensions");let i=e<0?a+e:e,u=n<0?a+n:n;if(i<0||i>=a||u<0||u>=a)throw new Error("axis out of bounds");if(i===u)throw new Error("axis1 and axis2 cannot be the same");let s=o[i],c=o[u],l;t>=0?l=Math.max(0,Math.min(s,c-t)):l=Math.max(0,Math.min(s+t,c));let m=[];for(let d=0;d<a;d++)d!==i&&d!==u&&m.push(o[d]);m.push(l);let f=N.zeros(m,r.dtype),p=o.filter((d,g)=>g!==i&&g!==u),y=p.reduce((d,g)=>d*g,1);for(let d=0;d<y;d++){let g=d,b=[];for(let A=p.length-1;A>=0;A--)b.unshift(g%p[A]),g=Math.floor(g/p[A]);for(let A=0;A<l;A++){let h=new Array(a),S=0;for(let w=0;w<a;w++)w===i?h[w]=t>=0?A:A-t:w===u?h[w]=t>=0?A+t:A:h[w]=b[S++];let D=[...b,A],x=r.get(...h);f.set(D,x)}}return f}function un(r,...t){let e=r.indexOf("->"),n,o;e===-1?(n=r,o=ac(n)):(n=r.slice(0,e),o=r.slice(e+2));let a=n.split(",").map(d=>d.trim());if(a.length!==t.length)throw new Error(`einsum: expected ${a.length} operands, got ${t.length}`);let i=new Map;for(let d=0;d<t.length;d++){let g=a[d],b=t[d];if(g.length!==b.ndim)throw new Error(`einsum: operand ${d} has ${b.ndim} dimensions but subscript '${g}' has ${g.length} indices`);for(let A=0;A<g.length;A++){let h=g[A],S=b.shape[A];if(i.has(h)){if(i.get(h)!==S)throw new Error(`einsum: size mismatch for index '${h}': ${i.get(h)} vs ${S}`)}else i.set(h,S)}}for(let d of o)if(!i.has(d))throw new Error(`einsum: output subscript contains unknown index '${d}'`);let u=new Set(o),s=new Set;for(let d of a)for(let g of d)s.add(g);let c=[];for(let d of s)u.has(d)||c.push(d);if(t.length===2&&a.length===2){let[d,g]=a,[b,A]=t;if(d.length===2&&g.length===2&&o.length===2&&b.ndim===2&&A.ndim===2){let[h,S]=[d[0],d[1]],[D,x]=[g[0],g[1]],[w,_]=[o[0],o[1]];if(h===w&&x===_&&S===D&&c.length===1&&c[0]===S||h===w&&x===_&&S===D&&c.length===1&&c[0]===S)return G(b,A);if(S===w&&x===_&&h===D&&c.length===1&&c[0]===h){let B=tn(b);return G(B,A)}if(h===w&&D===_&&S===x&&c.length===1&&c[0]===S){let B=tn(A);return G(b,B)}}if(d.length===1&&g.length===1&&d===g&&o.length===0&&b.ndim===1&&A.ndim===1)return gt(t,a,c,i);if(d&&g&&d.length===1&&g.length===1&&o.length===2&&o===d+g&&c.length===0&&b.ndim===1&&A.ndim===1)return At(b,A)}if(t.length===1&&a[0].length===2&&o.length===0){let d=a[0];if(d[0]===d[1]&&t[0].ndim===2)return gt(t,a,c,i)}let l=Array.from(o).map(d=>i.get(d));if(l.length===0)return gt(t,a,c,i);let m=t[0].dtype;for(let d=1;d<t.length;d++)m=k(m,t[d].dtype);let f=N.zeros(l,m),p=l.reduce((d,g)=>d*g,1),y=1;for(let d of c)y*=i.get(d);for(let d=0;d<p;d++){let g=sc(d,l),b=new Map;for(let h=0;h<o.length;h++)b.set(o[h],g[h]);let A=0;for(let h=0;h<y;h++){let S=h;for(let x=c.length-1;x>=0;x--){let w=c[x],_=i.get(w);b.set(w,S%_),S=Math.floor(S/_)}let D=1;for(let x=0;x<t.length;x++){let w=t[x],_=a[x],B=[];for(let v of _)B.push(b.get(v));let E=w.get(...B);D*=Number(E)}A+=D}f.set(g,A)}return f}function ac(r){let t=new Map,e=r.split(",");for(let o of e)for(let a of o.trim())t.set(a,(t.get(a)||0)+1);let n=[];for(let[o,a]of t)a===1&&n.push(o);return n.sort().join("")}function gt(r,t,e,n){let o=1;for(let i of e)o*=n.get(i);let a=0;for(let i=0;i<o;i++){let u=new Map,s=i;for(let l=e.length-1;l>=0;l--){let m=e[l],f=n.get(m);u.set(m,s%f),s=Math.floor(s/f)}let c=1;for(let l=0;l<r.length;l++){let m=r[l],f=t[l],p=[];for(let d of f)p.push(u.get(d));let y=m.get(...p);c*=Number(y)}a+=c}return a}function sc(r,t){let e=new Array(t.length),n=r;for(let o=t.length-1;o>=0;o--)e[o]=n%t[o],n=Math.floor(n/t[o]);return e}function cn(r,t){let e=r.shape,n=t.shape,o=e.length,a=n.length,i=k(r.dtype,t.dtype),u=Math.max(o,a),s=new Array(u),c=new Array(u).fill(1),l=new Array(u).fill(1);for(let y=0;y<o;y++)c[u-o+y]=e[y];for(let y=0;y<a;y++)l[u-a+y]=n[y];for(let y=0;y<u;y++)s[y]=c[y]*l[y];let m=N.zeros(s,i),f=e.reduce((y,d)=>y*d,1),p=n.reduce((y,d)=>y*d,1);for(let y=0;y<f;y++){let d=y,g=new Array(o);for(let h=o-1;h>=0;h--)g[h]=d%e[h],d=Math.floor(d/e[h]);let b=new Array(u).fill(0);for(let h=0;h<o;h++)b[u-o+h]=g[h];let A=r.get(...g);for(let h=0;h<p;h++){let S=h,D=new Array(a);for(let E=a-1;E>=0;E--)D[E]=S%n[E],S=Math.floor(S/n[E]);let x=new Array(u).fill(0);for(let E=0;E<a;E++)x[u-a+E]=D[E];let w=t.get(...D),_=new Array(u);for(let E=0;E<u;E++)_[E]=b[E]*l[E]+x[E];let B=typeof A=="bigint"||typeof w=="bigint"?BigInt(Number(A))*BigInt(Number(w)):Number(A)*Number(w);m.set(_,B)}}return m}function ln(r,t,e=-1,n=-1,o=-1,a){a!==void 0&&(e=a,n=a,o=a);let i=(h,S)=>h<0?S+h:h,u=i(e,r.ndim),s=i(n,t.ndim);if(r.ndim===1&&t.ndim===1){let h=r.shape[0],S=t.shape[0];if(h===3&&S===3){let D=Number(r.get(0)),x=Number(r.get(1)),w=Number(r.get(2)),_=Number(t.get(0)),B=Number(t.get(1)),E=Number(t.get(2)),v=N.zeros([3],"float64");return v.set([0],x*E-w*B),v.set([1],w*_-D*E),v.set([2],D*B-x*_),v}else if(h===2&&S===2){let D=Number(r.get(0)),x=Number(r.get(1)),w=Number(t.get(0)),_=Number(t.get(1));return D*_-x*w}else if(h===2&&S===3||h===3&&S===2){let D=Number(r.get(0)),x=Number(r.get(1)),w=h===3?Number(r.get(2)):0,_=Number(t.get(0)),B=Number(t.get(1)),E=S===3?Number(t.get(2)):0,v=N.zeros([3],"float64");return v.set([0],x*E-w*B),v.set([1],w*_-D*E),v.set([2],D*B-x*_),v}else throw new Error(`cross: incompatible dimensions for cross product: ${h} and ${S}`)}let c=r.shape[u],l=t.shape[s];if(c!==2&&c!==3||l!==2&&l!==3)throw new Error(`cross: incompatible dimensions for cross product: ${c} and ${l}`);let m=c===2&&l===2?0:3,f=[...r.shape.slice(0,u),...r.shape.slice(u+1)],p=[...t.shape.slice(0,s),...t.shape.slice(s+1)];if(f.length!==p.length)throw new Error("cross: incompatible shapes for cross product");for(let h=0;h<f.length;h++)if(f[h]!==p[h])throw new Error("cross: incompatible shapes for cross product");let y=f,d=o<0?y.length+1+o:o,g;if(m===0?g=y:g=[...y.slice(0,d),m,...y.slice(d)],g.length===0)throw new Error("cross: unexpected scalar result from higher-dimensional input");let b=N.zeros(g,"float64"),A=y.reduce((h,S)=>h*S,1);for(let h=0;h<A;h++){let S=h,D=[];for(let R=y.length-1;R>=0;R--)D[R]=S%y[R],S=Math.floor(S/y[R]);let x=[...D.slice(0,u),0,...D.slice(u)],w=[...D.slice(0,s),0,...D.slice(s)],_=R=>(x[u]=R,Number(r.get(...x))),B=R=>(w[s]=R,Number(t.get(...w))),E=_(0),v=_(1),$=c===3?_(2):0,M=B(0),V=B(1),W=l===3?B(2):0;if(m===0)b.set(D,E*V-v*M);else{let R=v*W-$*V,fr=$*M-E*W,zu=E*V-v*M,Hr=(_u,Bu)=>{let Eu=[...D.slice(0,d),_u,...D.slice(d)];b.set(Eu,Bu)};Hr(0,R),Hr(1,fr),Hr(2,zu)}}return b}function ur(r,t=2,e,n=!1){if(typeof t!="number")throw new Error("vector_norm: ord must be a number");if(e==null){let c=r.ndim===1?r:ir(r),l=c.size,m;if(t===1/0){m=0;for(let f=0;f<l;f++)m=Math.max(m,Math.abs(Number(c.get(f))))}else if(t===-1/0){m=1/0;for(let f=0;f<l;f++)m=Math.min(m,Math.abs(Number(c.get(f))))}else if(t===0){m=0;for(let f=0;f<l;f++)Number(c.get(f))!==0&&m++}else if(t===1){m=0;for(let f=0;f<l;f++)m+=Math.abs(Number(c.get(f)))}else if(t===2){m=0;for(let f=0;f<l;f++){let p=Number(c.get(f));m+=p*p}m=Math.sqrt(m)}else{m=0;for(let f=0;f<l;f++)m+=Math.pow(Math.abs(Number(c.get(f))),t);m=Math.pow(m,1/t)}if(n){let f=new Array(r.ndim).fill(1),p=N.zeros(f,"float64");return p.set(new Array(r.ndim).fill(0),m),p}return m}let o=e<0?r.ndim+e:e;if(o<0||o>=r.ndim)throw new Error(`vector_norm: axis ${e} out of bounds for array with ${r.ndim} dimensions`);let a=n?[...r.shape.slice(0,o),1,...r.shape.slice(o+1)]:[...r.shape.slice(0,o),...r.shape.slice(o+1)];if(a.length===0)return ur(r,t,null,!1);let i=N.zeros(a,"float64"),u=r.shape[o],s=a.reduce((c,l)=>c*l,1);for(let c=0;c<s;c++){let l=c,m=[];for(let y=a.length-1;y>=0;y--)m[y]=l%a[y],l=Math.floor(l/a[y]);let f=n?[...m.slice(0,o),0,...m.slice(o+1)]:[...m.slice(0,o),0,...m.slice(o)],p;if(t===1/0){p=0;for(let y=0;y<u;y++)f[o]=y,p=Math.max(p,Math.abs(Number(r.get(...f))))}else if(t===-1/0){p=1/0;for(let y=0;y<u;y++)f[o]=y,p=Math.min(p,Math.abs(Number(r.get(...f))))}else if(t===0){p=0;for(let y=0;y<u;y++)f[o]=y,Number(r.get(...f))!==0&&p++}else if(t===1){p=0;for(let y=0;y<u;y++)f[o]=y,p+=Math.abs(Number(r.get(...f)))}else if(t===2){p=0;for(let y=0;y<u;y++){f[o]=y;let d=Number(r.get(...f));p+=d*d}p=Math.sqrt(p)}else{p=0;for(let y=0;y<u;y++)f[o]=y,p+=Math.pow(Math.abs(Number(r.get(...f))),t);p=Math.pow(p,1/t)}i.set(m,p)}return i}function nr(r,t="fro",e=!1){if(r.ndim!==2)throw new Error(`matrix_norm: input must be 2D, got ${r.ndim}D`);let[n,o]=r.shape,a;if(t==="fro"){a=0;for(let i=0;i<n;i++)for(let u=0;u<o;u++){let s=Number(r.get(i,u));a+=s*s}a=Math.sqrt(a)}else if(t==="nuc"){let{s:i}=tr(r);a=0;for(let u=0;u<i.size;u++)a+=Number(i.get(u))}else if(t===1){a=0;for(let i=0;i<o;i++){let u=0;for(let s=0;s<n;s++)u+=Math.abs(Number(r.get(s,i)));a=Math.max(a,u)}}else if(t===-1){a=1/0;for(let i=0;i<o;i++){let u=0;for(let s=0;s<n;s++)u+=Math.abs(Number(r.get(s,i)));a=Math.min(a,u)}}else if(t===1/0){a=0;for(let i=0;i<n;i++){let u=0;for(let s=0;s<o;s++)u+=Math.abs(Number(r.get(i,s)));a=Math.max(a,u)}}else if(t===-1/0){a=1/0;for(let i=0;i<n;i++){let u=0;for(let s=0;s<o;s++)u+=Math.abs(Number(r.get(i,s)));a=Math.min(a,u)}}else if(t===2){let{s:i}=tr(r);a=Number(i.get(0))}else if(t===-2){let{s:i}=tr(r);a=Number(i.get(i.size-1))}else throw new Error(`matrix_norm: invalid ord value: ${t}`);if(e){let i=N.zeros([1,1],"float64");return i.set([0,0],a),i}return a}function fn(r,t=null,e=null,n=!1){if(t===null)return e===null?ur(r,2,null,n):typeof e=="number"?ur(r,2,e,n):nr(r,"fro",n);if(Array.isArray(e)){if(e.length!==2)throw new Error("norm: axis must be a 2-tuple for matrix norms");let o=e[0]<0?r.ndim+e[0]:e[0],a=e[1]<0?r.ndim+e[1]:e[1];if(r.ndim!==2||o!==0&&o!==1||a!==0&&a!==1||o===a)throw new Error("norm: complex axis specification not yet supported");return nr(r,t,n)}if(r.ndim===2&&e===null&&(t==="fro"||t==="nuc"))return nr(r,t,n);if(typeof t!="number"&&t!==null)throw new Error(`norm: ord '${t}' not valid for vector norm`);return ur(r,t??2,e,n)}function bt(r,t="reduced"){if(r.ndim!==2)throw new Error(`qr: input must be 2D, got ${r.ndim}D`);let[e,n]=r.shape,o=Math.min(e,n),a=N.zeros([e,n],"float64");for(let p=0;p<e;p++)for(let y=0;y<n;y++)a.set([p,y],Number(r.get(p,y)));let i=[],u=[];for(let p=0;p<o;p++){let y=e-p,d=[];for(let D=p;D<e;D++)d.push(Number(a.get(D,p)));let g=0;for(let D=0;D<y;D++)g+=d[D]*d[D];if(g=Math.sqrt(g),g<1e-15){i.push(d),u.push(0);continue}let b=d[0]>=0?1:-1,A=d[0]+b*g,h=[1];for(let D=1;D<y;D++)h.push(d[D]/A);let S=b*A/g;u.push(S),i.push(h);for(let D=p;D<n;D++){let x=0;for(let w=0;w<y;w++)x+=h[w]*Number(a.get(p+w,D));for(let w=0;w<y;w++)a.set([p+w,D],Number(a.get(p+w,D))-S*h[w]*x)}}if(t==="raw"){let p=N.zeros([e,n],"float64");for(let d=0;d<e;d++)for(let g=0;g<n;g++)p.set([d,g],Number(a.get(d,g)));let y=N.zeros([o],"float64");for(let d=0;d<o;d++)y.set([d],u[d]);return{h:p,tau:y}}if(t==="r"){let p=N.zeros([o,n],"float64");for(let y=0;y<o;y++)for(let d=y;d<n;d++)p.set([y,d],Number(a.get(y,d)));return p}let s=t==="complete"?e:o,c=N.zeros([e,s],"float64");for(let p=0;p<Math.min(e,s);p++)c.set([p,p],1);for(let p=o-1;p>=0;p--){let y=i[p],d=u[p],g=e-p;for(let b=p;b<s;b++){let A=0;for(let h=0;h<g;h++)A+=y[h]*Number(c.get(p+h,b));for(let h=0;h<g;h++)c.set([p+h,b],Number(c.get(p+h,b))-d*y[h]*A)}}let l=N.zeros([e,s],"float64");for(let p=0;p<e;p++)for(let y=0;y<s;y++)l.set([p,y],Number(c.get(p,y)));let m=t==="complete"?e:o,f=N.zeros([m,n],"float64");for(let p=0;p<m;p++)for(let y=0;y<n;y++)y>=p&&f.set([p,y],Number(a.get(p,y)));return{q:l,r:f}}function mn(r,t=!1){if(r.ndim!==2)throw new Error(`cholesky: input must be 2D, got ${r.ndim}D`);let[e,n]=r.shape;if(e!==n)throw new Error(`cholesky: matrix must be square, got ${e}x${n}`);let o=e,a=N.zeros([o,o],"float64");for(let i=0;i<o;i++)for(let u=0;u<=i;u++){let s=0;if(i===u){for(let l=0;l<u;l++)s+=Number(a.get(u,l))**2;let c=Number(r.get(u,u))-s;if(c<0)throw new Error("cholesky: matrix is not positive definite");a.set([u,u],Math.sqrt(c))}else{for(let l=0;l<u;l++)s+=Number(a.get(i,l))*Number(a.get(u,l));let c=Number(a.get(u,u));if(Math.abs(c)<1e-15)throw new Error("cholesky: matrix is not positive definite");a.set([i,u],(Number(r.get(i,u))-s)/c)}}if(t){let i=N.zeros([o,o],"float64");for(let u=0;u<o;u++)for(let s=u;s<o;s++)i.set([u,s],Number(a.get(s,u)));return i}return a}function tr(r){if(r.ndim!==2)throw new Error(`svd: input must be 2D, got ${r.ndim}D`);let[t,e]=r.shape,n=Math.min(t,e),o=N.zeros([e,e],"float64");for(let m=0;m<e;m++)for(let f=0;f<e;f++){let p=0;for(let y=0;y<t;y++)p+=Number(r.get(y,m))*Number(r.get(y,f));o.set([m,f],p)}let{values:a,vectors:i}=St(o),u=Array.from({length:e},(m,f)=>f);u.sort((m,f)=>a[f]-a[m]);let s=N.zeros([n],"float64");for(let m=0;m<n;m++){let f=a[u[m]];s.set([m],Math.sqrt(Math.max(0,f)))}let c=N.zeros([e,e],"float64");for(let m=0;m<e;m++)for(let f=0;f<e;f++)c.set([m,f],i[f][u[m]]);let l=N.zeros([t,t],"float64");for(let m=0;m<t;m++)for(let f=0;f<n;f++){let p=Number(s.get(f));if(p>1e-10){let y=0;for(let d=0;d<e;d++)y+=Number(r.get(m,d))*Number(c.get(f,d));l.set([m,f],y/p)}}if(t>n)for(let m=n;m<t;m++){let f=new Array(t).fill(0);f[m]=1;for(let y=0;y<m;y++){let d=0;for(let g=0;g<t;g++)d+=f[g]*Number(l.get(g,y));for(let g=0;g<t;g++)f[g]=f[g]-d*Number(l.get(g,y))}let p=0;for(let y=0;y<t;y++)p+=f[y]*f[y];if(p=Math.sqrt(p),p>1e-10)for(let y=0;y<t;y++)l.set([y,m],f[y]/p)}return{u:l,s,vt:c}}function St(r){let t=r.shape[0],e=100*t*t,n=1e-10,o=[];for(let u=0;u<t;u++){o.push([]);for(let s=0;s<t;s++)o[u].push(Number(r.get(u,s)))}let a=[];for(let u=0;u<t;u++){a.push([]);for(let s=0;s<t;s++)a[u].push(u===s?1:0)}for(let u=0;u<e;u++){let s=0,c=0,l=1;for(let h=0;h<t;h++)for(let S=h+1;S<t;S++)Math.abs(o[h][S])>s&&(s=Math.abs(o[h][S]),c=h,l=S);if(s<n)break;let m=o[c][c],f=o[l][l],p=o[c][l],y;Math.abs(m-f)<1e-15?y=Math.PI/4:y=.5*Math.atan2(2*p,f-m);let d=Math.cos(y),g=Math.sin(y),b=d*d*m+g*g*f-2*g*d*p,A=g*g*m+d*d*f+2*g*d*p;o[c][c]=b,o[l][l]=A,o[c][l]=0,o[l][c]=0;for(let h=0;h<t;h++)if(h!==c&&h!==l){let S=o[h][c],D=o[h][l];o[h][c]=d*S-g*D,o[c][h]=o[h][c],o[h][l]=g*S+d*D,o[l][h]=o[h][l]}for(let h=0;h<t;h++){let S=a[h][c],D=a[h][l];a[h][c]=d*S-g*D,a[h][l]=g*S+d*D}}let i=[];for(let u=0;u<t;u++)i.push(o[u][u]);return{values:i,vectors:a}}function pn(r,t=!0,e=!0){let n=tr(r);if(!e)return n.s;if(!t){let[o,a]=r.shape,i=Math.min(o,a),u=N.zeros([o,i],"float64");for(let c=0;c<o;c++)for(let l=0;l<i;l++)u.set([c,l],Number(n.u.get(c,l)));let s=N.zeros([i,a],"float64");for(let c=0;c<i;c++)for(let l=0;l<a;l++)s.set([c,l],Number(n.vt.get(c,l)));return{u,s:n.s,vt:s}}return n}function yn(r){if(r.ndim!==2)throw new Error(`det: input must be 2D, got ${r.ndim}D`);let[t,e]=r.shape;if(t!==e)throw new Error(`det: matrix must be square, got ${t}x${e}`);let n=t;if(n===0)return 1;let o=r.data;if(n===1)return Number(o[0]);if(n===2)return Number(o[0])*Number(o[3])-Number(o[1])*Number(o[2]);let{lu:a,sign:i}=Nt(r),u=a.data,s=i;for(let c=0;c<n;c++)s*=u[c*n+c];return s}function Nt(r){let[t,e]=r.shape,n=t,o=e,a=N.zeros([n,o],"float64"),i=a.data,u=r.data;for(let l=0;l<n*o;l++)i[l]=Number(u[l]);let s=Array.from({length:n},(l,m)=>m),c=1;for(let l=0;l<Math.min(n,o);l++){let m=Math.abs(i[l*o+l]),f=l;for(let y=l+1;y<n;y++){let d=Math.abs(i[y*o+l]);d>m&&(m=d,f=y)}if(f!==l){for(let d=0;d<o;d++){let g=i[l*o+d];i[l*o+d]=i[f*o+d],i[f*o+d]=g}let y=s[l];s[l]=s[f],s[f]=y,c=-c}let p=i[l*o+l];if(Math.abs(p)>1e-15)for(let y=l+1;y<n;y++){let d=i[y*o+l]/p;i[y*o+l]=d;for(let g=l+1;g<o;g++)i[y*o+g]=i[y*o+g]-d*i[l*o+g]}}return{lu:a,piv:s,sign:c}}function qr(r){if(r.ndim!==2)throw new Error(`inv: input must be 2D, got ${r.ndim}D`);let[t,e]=r.shape;if(t!==e)throw new Error(`inv: matrix must be square, got ${t}x${e}`);let n=t,{lu:o,piv:a}=Nt(r),i=o.data,u=N.zeros([n,n],"float64"),s=u.data;for(let c=0;c<n;c++){let l=new Float64Array(n);for(let m=0;m<n;m++){let f=a[m]===c?1:0;for(let p=0;p<m;p++)f-=i[m*n+p]*l[p];l[m]=f}for(let m=n-1;m>=0;m--){let f=l[m];for(let y=m+1;y<n;y++)f-=i[m*n+y]*s[y*n+c];let p=i[m*n+m];if(Math.abs(p)<1e-15)throw new Error("inv: singular matrix");s[m*n+c]=f/p}}return u}function en(r,t){let[e]=r.shape,n=e,{lu:o,piv:a}=Nt(r),i=o.data,u=t.data,s=new Float64Array(n);for(let f=0;f<n;f++)s[f]=Number(u[a[f]]);let c=new Float64Array(n);for(let f=0;f<n;f++){let p=s[f];for(let y=0;y<f;y++)p-=i[f*n+y]*c[y];c[f]=p}let l=N.zeros([n],"float64"),m=l.data;for(let f=n-1;f>=0;f--){let p=c[f];for(let d=f+1;d<n;d++)p-=i[f*n+d]*m[d];let y=i[f*n+f];if(Math.abs(y)<1e-15)throw new Error("solve: singular matrix");m[f]=p/y}return l}function dn(r,t){if(r.ndim!==2)throw new Error(`solve: coefficient matrix must be 2D, got ${r.ndim}D`);let[e,n]=r.shape;if(e!==n)throw new Error(`solve: coefficient matrix must be square, got ${e}x${n}`);let o=e;if(t.ndim===1){if(t.shape[0]!==o)throw new Error(`solve: incompatible shapes (${e},${n}) and (${t.shape[0]},)`);return en(r,t)}if(t.ndim===2){if(t.shape[0]!==o)throw new Error(`solve: incompatible shapes (${e},${n}) and (${t.shape[0]},${t.shape[1]})`);let a=t.shape[1],i=N.zeros([o,a],"float64");for(let u=0;u<a;u++){let s=N.zeros([o],"float64");for(let l=0;l<o;l++)s.set([l],Number(t.get(l,u)));let c=en(r,s);for(let l=0;l<o;l++)i.set([l,u],Number(c.get(l)))}return i}throw new Error(`solve: b must be 1D or 2D, got ${t.ndim}D`)}function gn(r,t,e=null){if(r.ndim!==2)throw new Error(`lstsq: coefficient matrix must be 2D, got ${r.ndim}D`);let[n,o]=r.shape,{u:a,s:i,vt:u}=tr(r),s=Math.min(n,o),c=e??Math.max(n,o)*Number.EPSILON,m=Number(i.get(0))*c,f=0;for(let A=0;A<s;A++)Number(i.get(A))>m&&f++;let p=t.ndim===1?P(t,[t.size,1]):t,y=p.shape[1];if(p.shape[0]!==n)throw new Error(`lstsq: incompatible shapes (${n},${o}) and (${t.shape.join(",")})`);let d=N.zeros([o,y],"float64");for(let A=0;A<y;A++){let h=new Array(n).fill(0);for(let S=0;S<n;S++)for(let D=0;D<n;D++)h[S]+=Number(a.get(D,S))*Number(p.get(D,A));for(let S=0;S<o;S++){let D=0;for(let x=0;x<s;x++){let w=Number(i.get(x));w>m&&(D+=Number(u.get(x,S))*h[x]/w)}d.set([S,A],D)}}let g;if(n>o){g=N.zeros([y],"float64");for(let A=0;A<y;A++){let h=0;for(let S=0;S<n;S++){let D=0;for(let w=0;w<o;w++)D+=Number(r.get(S,w))*Number(d.get(w,A));let x=D-Number(p.get(S,A));h+=x*x}g.set([A],h)}}else g=N.zeros([0],"float64");return{x:t.ndim===1?P(d,[o]):d,residuals:g,rank:f,s:i}}function hn(r,t=2){if(r.ndim!==2)throw new Error(`cond: input must be 2D, got ${r.ndim}D`);let[e,n]=r.shape;if(t===2||t===-2){let{s:u}=tr(r),s=Math.min(e,n),c=Number(u.get(0)),l=Number(u.get(s-1));return t===2?l>0?c/l:1/0:c>0?l/c:0}if(e!==n)throw new Error(`cond: matrix must be square for p=${t}`);let o=nr(r,t),a=qr(r),i=nr(a,t);return o*i}function An(r,t){if(r.ndim===0)return Number(r.get())!==0?1:0;if(r.ndim===1){for(let i=0;i<r.size;i++)if(Number(r.get(i))!==0)return 1;return 0}if(r.ndim!==2)throw new Error(`matrix_rank: input must be at most 2D, got ${r.ndim}D`);let{s:e}=tr(r),n=Number(e.get(0)),o=t??n*Math.max(r.shape[0],r.shape[1])*Number.EPSILON,a=0;for(let i=0;i<e.size;i++)Number(e.get(i))>o&&a++;return a}function bn(r,t){if(r.ndim!==2)throw new Error(`matrix_power: input must be 2D, got ${r.ndim}D`);let[e,n]=r.shape;if(e!==n)throw new Error(`matrix_power: matrix must be square, got ${e}x${n}`);let o=e;if(!Number.isInteger(t))throw new Error("matrix_power: exponent must be an integer");if(t===0){let c=N.zeros([o,o],"float64");for(let l=0;l<o;l++)c.set([l,l],1);return c}let a=r,i=t;t<0&&(a=qr(r),i=-t);let u=N.zeros([o,o],"float64");for(let c=0;c<o;c++)u.set([c,c],1);let s=N.zeros([o,o],"float64");for(let c=0;c<o;c++)for(let l=0;l<o;l++)s.set([c,l],Number(a.get(c,l)));for(;i>0;)i&1&&(u=G(u,s)),s=G(s,s),i>>=1;return u}function Sn(r,t=1e-15){if(r.ndim!==2)throw new Error(`pinv: input must be 2D, got ${r.ndim}D`);let[e,n]=r.shape,{u:o,s:a,vt:i}=tr(r),u=Math.min(e,n),c=Number(a.get(0))*t,l=N.zeros([n,e],"float64");for(let m=0;m<n;m++)for(let f=0;f<e;f++){let p=0;for(let y=0;y<u;y++){let d=Number(a.get(y));d>c&&(p+=Number(i.get(y,m))*Number(o.get(f,y))/d)}l.set([m,f],p)}return l}function Dt(r){if(r.ndim!==2)throw new Error(`eig: input must be 2D, got ${r.ndim}D`);let[t,e]=r.shape;if(t!==e)throw new Error(`eig: matrix must be square, got ${t}x${e}`);let n=t,o=!0;r:for(let c=0;c<n;c++)for(let l=c+1;l<n;l++)if(Math.abs(Number(r.get(c,l))-Number(r.get(l,c)))>1e-10){o=!1;break r}if(o){let{values:c,vectors:l}=St(r),m=N.zeros([n],"float64"),f=N.zeros([n,n],"float64");for(let p=0;p<n;p++){m.set([p],c[p]);for(let y=0;y<n;y++)f.set([y,p],l[y][p])}return{w:m,v:f}}console.warn("numpy-ts: eig() called on non-symmetric matrix. Complex eigenvalues are not supported; results may be inaccurate. For symmetric matrices, use eigh() instead.");let{values:a,vectors:i}=ic(r),u=N.zeros([n],"float64"),s=N.zeros([n,n],"float64");for(let c=0;c<n;c++){u.set([c],a[c]);for(let l=0;l<n;l++)s.set([l,c],i[l][c])}return{w:u,v:s}}function ic(r){let t=r.shape[0],e=1e3,n=1e-10,o=N.zeros([t,t],"float64");for(let s=0;s<t;s++)for(let c=0;c<t;c++)o.set([s,c],Number(r.get(s,c)));let a=N.zeros([t,t],"float64");for(let s=0;s<t;s++)a.set([s,s],1);for(let s=0;s<e;s++){let c=0;for(let p=0;p<t;p++)for(let y=0;y<t;y++)p!==y&&(c+=Number(o.get(p,y))**2);if(Math.sqrt(c)<n*t)break;let l=bt(o,"reduced"),m=l.q,f=l.r;o=G(f,m),a=G(a,m)}let i=[];for(let s=0;s<t;s++)i.push(Number(o.get(s,s)));let u=[];for(let s=0;s<t;s++){u.push([]);for(let c=0;c<t;c++)u[s].push(Number(a.get(s,c)))}return{values:i,vectors:u}}function xt(r,t="L"){if(r.ndim!==2)throw new Error(`eigh: input must be 2D, got ${r.ndim}D`);let[e,n]=r.shape;if(e!==n)throw new Error(`eigh: matrix must be square, got ${e}x${n}`);let o=e,a=N.zeros([o,o],"float64");for(let m=0;m<o;m++)for(let f=0;f<o;f++)t==="L"?m>=f&&(a.set([m,f],Number(r.get(m,f))),a.set([f,m],Number(r.get(m,f)))):f>=m&&(a.set([m,f],Number(r.get(m,f))),a.set([f,m],Number(r.get(m,f))));let{values:i,vectors:u}=St(a),s=Array.from({length:o},(m,f)=>f);s.sort((m,f)=>i[m]-i[f]);let c=N.zeros([o],"float64"),l=N.zeros([o,o],"float64");for(let m=0;m<o;m++){c.set([m],i[s[m]]);for(let f=0;f<o;f++)l.set([f,m],u[f][s[m]])}return{w:c,v:l}}function Nn(r){let{w:t}=Dt(r);return t}function Dn(r,t="L"){let{w:e}=xt(r,t);return e}function xn(r){return C(r,Math.sqrt,!1)}function wn(r,t){return typeof t=="number"?cc(r,t):F(r,t,Math.pow,"power")}function cc(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,s=e!=="float32"&&e!=="float64"&&(t<0||!Number.isInteger(t))?"float64":e,c=N.zeros(n,s),l=c.data;if(I(e))if(I(s)&&Number.isInteger(t)&&t>=0){let m=o,f=l;for(let p=0;p<a;p++)f[p]=m[p]**BigInt(t)}else for(let m=0;m<a;m++)l[m]=Math.pow(Number(o[m]),t);else for(let m=0;m<a;m++)l[m]=Math.pow(Number(o[m]),t);return c}function In(r){return C(r,Math.exp,!1)}function zn(r){return C(r,t=>Math.pow(2,t),!1)}function _n(r){return C(r,Math.expm1,!1)}function Bn(r){return C(r,Math.log,!1)}function En(r){return C(r,Math.log2,!1)}function vn(r){return C(r,Math.log10,!1)}function On(r){return C(r,Math.log1p,!1)}function Un(r,t){return typeof t=="number"?fc(r,t):lc(r,t)}function lc(r,t){let e=mr(r.shape,t.shape),n=e.reduce((c,l)=>c*l,1),o=r.dtype,a=t.dtype,i=o==="float32"&&a==="float32"?"float32":"float64",u=N.zeros(e,i),s=u.data;for(let c=0;c<n;c++){let l=(I(o),Number(r.iget(c))),m=(I(a),Number(t.iget(c))),f=Math.max(l,m),p=Math.min(l,m);s[c]=f+Math.log1p(Math.exp(p-f))}return u}function fc(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.size,a=e==="float32"?"float32":"float64",i=N.zeros(n,a),u=i.data;for(let s=0;s<o;s++){let c=(I(e),Number(r.data[s])),l=Math.max(c,t),m=Math.min(c,t);u[s]=l+Math.log1p(Math.exp(m-l))}return i}function Tn(r,t){return typeof t=="number"?pc(r,t):mc(r,t)}function mc(r,t){let e=mr(r.shape,t.shape),n=e.reduce((l,m)=>l*m,1),o=r.dtype,a=t.dtype,i=o==="float32"&&a==="float32"?"float32":"float64",u=N.zeros(e,i),s=u.data,c=Math.LOG2E;for(let l=0;l<n;l++){let m=(I(o),Number(r.iget(l))),f=(I(a),Number(t.iget(l))),p=Math.max(m,f),y=Math.min(m,f);s[l]=p+Math.log1p(Math.pow(2,y-p))*c}return u}function pc(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.size,a=e==="float32"?"float32":"float64",i=N.zeros(n,a),u=i.data,s=Math.LOG2E;for(let c=0;c<o;c++){let l=(I(e),Number(r.data[c])),m=Math.max(l,t),f=Math.min(l,t);u[c]=m+Math.log1p(Math.pow(2,f-m))*s}return i}function $n(r){return C(r,Math.sin,!1)}function Mn(r){return C(r,Math.cos,!1)}function kn(r){return C(r,Math.tan,!1)}function Cn(r){return C(r,Math.asin,!1)}function Vn(r){return C(r,Math.acos,!1)}function qn(r){return C(r,Math.atan,!1)}function Fn(r,t){return typeof t=="number"?gc(r,t):dc(r,t)}function dc(r,t){let e=Array.from(r.shape),n=r.size,o=r.dtype,a=t.dtype,i=o==="float32"&&a==="float32"?"float32":"float64",u=N.zeros(e,i),s=u.data;for(let c=0;c<n;c++){let l=(I(o),Number(r.data[c])),m=(I(a),Number(t.data[c]));s[c]=Math.atan2(l,m)}return u}function gc(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=e==="float32"?"float32":"float64",u=N.zeros(n,i),s=u.data;if(I(e))for(let c=0;c<a;c++)s[c]=Math.atan2(Number(o[c]),t);else for(let c=0;c<a;c++)s[c]=Math.atan2(Number(o[c]),t);return u}function Pn(r,t){return typeof t=="number"?Ac(r,t):hc(r,t)}function hc(r,t){let e=Array.from(r.shape),n=r.size,o=r.dtype,a=t.dtype,i=o==="float32"&&a==="float32"?"float32":"float64",u=N.zeros(e,i),s=u.data;for(let c=0;c<n;c++){let l=(I(o),Number(r.data[c])),m=(I(a),Number(t.data[c]));s[c]=Math.hypot(l,m)}return u}function Ac(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=e==="float32"?"float32":"float64",u=N.zeros(n,i),s=u.data;if(I(e))for(let c=0;c<a;c++)s[c]=Math.hypot(Number(o[c]),t);else for(let c=0;c<a;c++)s[c]=Math.hypot(Number(o[c]),t);return u}function jn(r){let t=180/Math.PI;return C(r,e=>e*t,!1)}function Rn(r){let t=Math.PI/180;return C(r,e=>e*t,!1)}function Ln(r){return C(r,Math.sinh,!1)}function Zn(r){return C(r,Math.cosh,!1)}function Wn(r){return C(r,Math.tanh,!1)}function Gn(r){return C(r,Math.asinh,!1)}function Hn(r){return C(r,Math.acosh,!1)}function Yn(r){return C(r,Math.atanh,!1)}function wt(r,t){let e=r.shape,n=e.length,o=t.length;if(o<n)throw new Error("input operand has more dimensions than allowed by the axis remapping");let a=rr([Array.from(e),t]);if(a===null)throw new Error(`operands could not be broadcast together with shape (${e.join(",")}) (${t.join(",")})`);for(let i=0;i<o;i++)if(a[i]!==t[i])throw new Error(`operands could not be broadcast together with shape (${e.join(",")}) (${t.join(",")})`);return Y(r,t)}function Jn(r){if(r.length===0)return[];if(r.length===1)return[r[0]];let t=r.map(n=>Array.from(n.shape)),e=rr(t);if(e===null)throw new Error(`operands could not be broadcast together with shapes ${t.map(n=>`(${n.join(",")})`).join(" ")}`);return r.map(n=>Y(n,e))}function Qn(r,t,e){let n=r.shape,o=n.length,a=r.dtype;if(e===void 0){let y=r.size;for(let A of t){let h=A<0?y+A:A;if(h<0||h>=y)throw new Error(`index ${A} is out of bounds for axis 0 with size ${y}`)}let d=t.length,g=T(a);if(!g)throw new Error(`Cannot take from array with dtype ${a}`);let b=new g(d);for(let A=0;A<d;A++){let h=t[A];h<0&&(h=y+h);let S=r.iget(h);I(a),b[A]=S}return N.fromData(b,[d],a)}let i=e<0?o+e:e;if(i<0||i>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let u=n[i];for(let y of t){let d=y<0?u+y:y;if(d<0||d>=u)throw new Error(`index ${y} is out of bounds for axis ${i} with size ${u}`)}let s=Array.from(n);s[i]=t.length;let c=s.reduce((y,d)=>y*d,1),l=T(a);if(!l)throw new Error(`Cannot take from array with dtype ${a}`);let m=new l(c),f=L(s),p=new Array(o).fill(0);for(let y=0;y<c;y++){let d=[...p],g=p[i],b=t[g];b<0&&(b=u+b),d[i]=b;let A=r.get(...d),h=0;for(let S=0;S<o;S++)h+=p[S]*f[S];I(a),m[h]=A;for(let S=o-1;S>=0&&(p[S]++,!(p[S]<s[S]));S--)p[S]=0}return N.fromData(m,s,a)}function Xn(r,t,e){let n=r.size,o=r.dtype,a;if(typeof e=="number"||typeof e=="bigint")a=new Array(t.length).fill(e);else{a=[];for(let i=0;i<e.size;i++)a.push(e.iget(i));if(a.length===1)a=new Array(t.length).fill(a[0]);else if(a.length!==t.length){let i=[...a];a=[];for(let u=0;u<t.length;u++)a.push(i[u%i.length])}}for(let i=0;i<t.length;i++){let u=t[i];if(u<0&&(u=n+u),u<0||u>=n)throw new Error(`index ${t[i]} is out of bounds for axis 0 with size ${n}`);let s=a[i];I(o)?typeof s!="bigint"&&(s=BigInt(Math.round(Number(s)))):typeof s=="bigint"&&(s=Number(s)),r.iset(u,s)}}function Kn(r,t){if(t.length===0)throw new Error("choices cannot be empty");let e=r.shape,n=t.length,o=t[0].dtype,a=t.map(f=>Array.from(f.shape));a.unshift(Array.from(e));let i=rr(a);if(i===null)throw new Error("operands could not be broadcast together");let u=Y(r,i),s=t.map(f=>Y(f,i)),c=i.reduce((f,p)=>f*p,1),l=T(o);if(!l)throw new Error(`Cannot choose with dtype ${o}`);let m=new l(c);for(let f=0;f<c;f++){let p=Number(u.iget(f));if(p<0||p>=n)throw new Error(`index ${p} is out of bounds for axis 0 with size ${n}`);let y=s[p].iget(f);I(o),m[f]=y}return N.fromData(m,i,o)}function ro(r,t,e=!1){if(r.ndim!==t.ndim)return!1;for(let o=0;o<r.ndim;o++)if(r.shape[o]!==t.shape[o])return!1;let n=r.size;for(let o=0;o<n;o++){let a=r.iget(o),i=t.iget(o);if(e){let u=typeof a=="number"&&Number.isNaN(a),s=typeof i=="number"&&Number.isNaN(i);if(u&&s)continue}if(a!==i)return!1}return!0}function to(r,t,e){let n=r.shape,o=n.length,a=r.dtype,i=e<0?o+e:e;if(i<0||i>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let u=t.shape;if(u.length!==o)throw new Error(`indices and arr must have the same number of dimensions, got ${u.length} vs ${o}`);for(let d=0;d<o;d++)if(d!==i&&u[d]!==n[d]&&u[d]!==1&&n[d]!==1)throw new Error(`index ${u[d]} is out of bounds for size ${n[d]} in dimension ${d}`);let s=Array.from(u),c=s.reduce((d,g)=>d*g,1),l=T(a);if(!l)throw new Error(`Cannot take_along_axis with dtype ${a}`);let m=new l(c),f=L(n),p=L(u),y=n[i];for(let d=0;d<c;d++){let g=new Array(o),b=d;for(let w=o-1;w>=0;w--)g[w]=b%s[w],b=Math.floor(b/s[w]);let A=0;for(let w=0;w<o;w++){let _=u[w]===1?0:g[w];A+=_*p[w]}let h=Number(t.iget(A));if(h<0&&(h=y+h),h<0||h>=y)throw new Error(`index ${h} is out of bounds for axis ${i} with size ${y}`);let S=[...g];S[i]=h;let D=0;for(let w=0;w<o;w++){let _=n[w]===1?0:S[w];D+=_*f[w]}let x=r.iget(D);I(a),m[d]=x}return N.fromData(m,s,a)}function eo(r,t,e,n){let o=r.shape,a=o.length,i=r.dtype,u=n<0?a+n:n;if(u<0||u>=a)throw new Error(`axis ${n} is out of bounds for array of dimension ${a}`);let s=t.shape,c=e.shape;if(s.length!==a||c.length!==a)throw new Error("indices, arr, and values must have same ndim");let l=o[u],m=L(o),f=L(s),p=L(c),y=s.reduce((d,g)=>d*g,1);for(let d=0;d<y;d++){let g=new Array(a),b=d;for(let _=a-1;_>=0;_--)g[_]=b%s[_],b=Math.floor(b/s[_]);let A=0;for(let _=0;_<a;_++)A+=g[_]*f[_];let h=Number(t.iget(A));if(h<0&&(h=l+h),h<0||h>=l)throw new Error(`index ${h} is out of bounds for axis ${u} with size ${l}`);let S=0;for(let _=0;_<a;_++){let B=c[_]===1?0:g[_];S+=B*p[_]}let D=e.iget(S),x=[...g];x[u]=h;let w=0;for(let _=0;_<a;_++)w+=x[_]*m[_];I(i)?typeof D!="bigint"&&(D=BigInt(Math.round(Number(D)))):typeof D=="bigint"&&(D=Number(D)),r.iset(w,D)}}function no(r,t,e){let n=r.size,o=r.dtype,a;if(typeof e=="number"||typeof e=="bigint")a=[e];else{a=[];for(let u=0;u<e.size;u++)a.push(e.iget(u))}let i=0;for(let u=0;u<n;u++)if(t.iget(u)){let c=a[i%a.length];I(o)?typeof c!="bigint"&&(c=BigInt(Math.round(Number(c)))):typeof c=="bigint"&&(c=Number(c)),r.iset(u,c),i++}}function oo(r,t,e){let n=t.shape,o=n.length,a=t.dtype,i=t.data,u=I(a);if(e===void 0){let A=0,h=Math.min(r.size,t.size);for(let w=0;w<h;w++)r.iget(w)&&A++;let S=T(a);if(!S)throw new Error(`Cannot compress with dtype ${a}`);let D=new S(A),x=0;for(let w=0;w<h;w++)r.iget(w)&&(D[x]=i[w],x++);return N.fromData(D,[A],a)}let s=e<0?o+e:e;if(s<0||s>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let c=n[s],l=Math.min(r.size,c),m=[];for(let A=0;A<l;A++)r.iget(A)&&m.push(A);let f=m.length,p=[...n];p[s]=f;let y=p.reduce((A,h)=>A*h,1),d=T(a);if(!d)throw new Error(`Cannot compress with dtype ${a}`);let g=new d(y),b=L(n);if(s===0){let A=b[0],h=n.slice(1).reduce((D,x)=>D*x,1),S=0;for(let D=0;D<f;D++){let w=m[D]*A;if(u){let _=i,B=g;for(let E=0;E<h;E++)B[S++]=_[w+E]}else{let _=i,B=g;for(let E=0;E<h;E++)B[S++]=_[w+E]}}}else{let A=n.slice(0,s).reduce((D,x)=>D*x,1),h=n.slice(s+1).reduce((D,x)=>D*x,1),S=0;for(let D=0;D<A;D++)for(let x=0;x<f;x++){let w=m[x],_=0,B=D;for(let E=s-1;E>=0;E--){let v=B%n[E];B=Math.floor(B/n[E]),_+=v*b[E]}if(_+=w*b[s],u){let E=i,v=g;for(let $=0;$<h;$++)v[S++]=E[_+$]}else{let E=i,v=g;for(let $=0;$<h;$++)v[S++]=E[_+$]}}}return N.fromData(g,p,a)}function ao(r,t,e=0){if(r.length!==t.length)throw new Error("condlist and choicelist must have same length");if(r.length===0)throw new Error("condlist and choicelist cannot be empty");let n=[...r.map(f=>Array.from(f.shape)),...t.map(f=>Array.from(f.shape))],o=rr(n);if(o===null)throw new Error("condlist and choicelist arrays could not be broadcast together");let a=t[0].dtype,i=o.reduce((f,p)=>f*p,1),u=T(a);if(!u)throw new Error(`Cannot select with dtype ${a}`);let s=e;I(a)?s=typeof e=="bigint"?e:BigInt(e):s=typeof e=="bigint"?Number(e):e;let c=new u(i);for(let f=0;f<i;f++)I(a),c[f]=s;let l=r.map(f=>Y(f,o)),m=t.map(f=>Y(f,o));for(let f=0;f<i;f++)for(let p=0;p<r.length;p++)if(l[p].iget(f)){let y=m[p].iget(f);I(a),c[f]=y;break}return N.fromData(c,o,a)}function so(r,t,e){let n=r.size,o=r.dtype,a=[];for(let u=0;u<e.size;u++)a.push(e.iget(u));if(a.length===0)return;let i=0;for(let u=0;u<n;u++)if(t.iget(u)){let c=a[i%a.length];I(o)?typeof c!="bigint"&&(c=BigInt(Math.round(Number(c)))):typeof c=="bigint"&&(c=Number(c)),r.iset(u,c),i++}}function It(r,t=2){if(t<1)throw new Error("ndim must be at least 1");let e=new Int32Array(r);for(let o=0;o<r;o++)e[o]=o;let n=[];for(let o=0;o<t;o++)n.push(N.fromData(new Int32Array(e),[r],"int32"));return n}function io(r){let t=r.shape,e=t.length;if(e<2)throw new Error("array must be at least 2-D");let n=t[0];for(let o=1;o<e;o++)if(t[o]!==n)throw new Error("All dimensions of input must be equal");return It(n,e)}function zt(r,t=0,e){let n=e??r,o=[],a=[];for(let i=0;i<r;i++)for(let u=0;u<=Math.min(i+t,n-1);u++)u>=0&&(o.push(i),a.push(u));return[N.fromData(new Int32Array(o),[o.length],"int32"),N.fromData(new Int32Array(a),[a.length],"int32")]}function uo(r,t=0){let e=r.shape;if(e.length!==2)throw new Error("array must be 2-D");return zt(e[0],t,e[1])}function _t(r,t=0,e){let n=e??r,o=[],a=[];for(let i=0;i<r;i++)for(let u=Math.max(i+t,0);u<n;u++)o.push(i),a.push(u);return[N.fromData(new Int32Array(o),[o.length],"int32"),N.fromData(new Int32Array(a),[a.length],"int32")]}function co(r,t=0){let e=r.shape;if(e.length!==2)throw new Error("array must be 2-D");return _t(e[0],t,e[1])}function lo(r,t,e=0){let n=t(r,e),o=n.shape;if(o.length!==2||o[0]!==r||o[1]!==r)throw new Error("mask_func must return n x n array");let a=[],i=[];for(let u=0;u<r;u++)for(let s=0;s<r;s++)n.get(u,s)&&(a.push(u),i.push(s));return[N.fromData(new Int32Array(a),[a.length],"int32"),N.fromData(new Int32Array(i),[i.length],"int32")]}function fo(r,t="int32"){let e=r.length,n=[e,...r],o=n.reduce((s,c)=>s*c,1),a=T(t);if(!a)throw new Error(`Cannot create indices with dtype ${t}`);let i=new a(o),u=r.reduce((s,c)=>s*c,1);for(let s=0;s<e;s++){let c=s*u;for(let l=0;l<u;l++){let m=new Array(e),f=l;for(let y=e-1;y>=0;y--)m[y]=f%r[y],f=Math.floor(f/r[y]);let p=m[s];t==="int64"?i[c+l]=BigInt(p):i[c+l]=p}}return N.fromData(i,n,t)}function mo(...r){let t=r.length,e=[];for(let n=0;n<t;n++){let o=r[n],a=o.size,i=o.dtype,u=new Array(t).fill(1);u[n]=a;let s=T(i);if(!s)throw new Error(`Cannot create ix_ with dtype ${i}`);let c=new s(a);for(let l=0;l<a;l++){let m=o.iget(l);I(i),c[l]=m}e.push(N.fromData(c,u,i))}return e}function po(r,t,e="raise"){if(r.length!==t.length)throw new Error("multi_index length must equal dims length");if(r.length===0)throw new Error("multi_index cannot be empty");let n=r[0].size,o=t.length,a=new Int32Array(n),i=new Array(o),u=1;for(let s=o-1;s>=0;s--)i[s]=u,u*=t[s];for(let s=0;s<n;s++){let c=0;for(let l=0;l<o;l++){let m=Number(r[l].iget(s)),f=t[l];if(e==="wrap")m=(m%f+f)%f;else if(e==="clip")m=Math.max(0,Math.min(m,f-1));else if(m<0||m>=f)throw new Error(`index ${m} is out of bounds for axis ${l} with size ${f}`);c+=m*i[l]}a[s]=c}return N.fromData(a,[n],"int32")}function yo(r,t,e="C"){let n=t.length,o,a;if(typeof r=="number")o=[r],a=[];else{o=[];for(let l=0;l<r.size;l++)o.push(Number(r.iget(l)));a=Array.from(r.shape)}let i=o.length,u=t.reduce((l,m)=>l*m,1),s=new Array(n);if(e==="C"){let l=1;for(let m=n-1;m>=0;m--)s[m]=l,l*=t[m]}else{let l=1;for(let m=0;m<n;m++)s[m]=l,l*=t[m]}let c=[];for(let l=0;l<n;l++){let m=new Int32Array(i);c.push(N.fromData(m,a.length?a:[1],"int32"))}for(let l=0;l<i;l++){let m=o[l];if(m<0||m>=u)throw new Error(`index ${m} is out of bounds for array with size ${u}`);if(e==="C")for(let f=0;f<n;f++){let p=Math.floor(m/s[f]);m=m%s[f],c[f].data[l]=p%t[f]}else for(let f=n-1;f>=0;f--){let p=Math.floor(m/s[f]);m=m%s[f],c[f].data[l]=p%t[f]}}return typeof r=="number"?c.map(l=>{let m=l.iget(0);return N.fromData(new Int32Array([Number(m)]),[],"int32")}):c}function H(r,t){if(!ue(r)&&r!=="bool")throw new TypeError(`ufunc '${t}' not supported for the input types, and the inputs could not be safely coerced to any supported types`)}function Ar(r,t){return r.isCContiguous&&t.isCContiguous&&r.shape.length===t.shape.length&&r.shape.every((e,n)=>e===t.shape[n])}function Ao(r,t){return H(r.dtype,"bitwise_and"),typeof t=="number"?xc(r,t):(H(t.dtype,"bitwise_and"),Ar(r,t)?Dc(r,t):F(r,t,(e,n)=>e&n,"bitwise_and"))}function Dc(r,t){let e=k(r.dtype,t.dtype),n=N.zeros(Array.from(r.shape),e),o=r.size,a=r.data,i=t.data,u=n.data;if(I(e)){let s=u;if(!I(r.dtype)||!I(t.dtype))for(let l=0;l<o;l++){let m=typeof a[l]=="bigint"?a[l]:BigInt(Math.round(Number(a[l]))),f=typeof i[l]=="bigint"?i[l]:BigInt(Math.round(Number(i[l])));s[l]=m&f}else{let l=a,m=i;for(let f=0;f<o;f++)s[f]=l[f]&m[f]}}else for(let s=0;s<o;s++)u[s]=a[s]&i[s];return n}function xc(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++)c[m]=s[m]&l}else for(let s=0;s<a;s++)u[s]=o[s]&t;return i}function bo(r,t){return H(r.dtype,"bitwise_or"),typeof t=="number"?Ic(r,t):(H(t.dtype,"bitwise_or"),Ar(r,t)?wc(r,t):F(r,t,(e,n)=>e|n,"bitwise_or"))}function wc(r,t){let e=k(r.dtype,t.dtype),n=N.zeros(Array.from(r.shape),e),o=r.size,a=r.data,i=t.data,u=n.data;if(I(e)){let s=u;if(!I(r.dtype)||!I(t.dtype))for(let l=0;l<o;l++){let m=typeof a[l]=="bigint"?a[l]:BigInt(Math.round(Number(a[l]))),f=typeof i[l]=="bigint"?i[l]:BigInt(Math.round(Number(i[l])));s[l]=m|f}else{let l=a,m=i;for(let f=0;f<o;f++)s[f]=l[f]|m[f]}}else for(let s=0;s<o;s++)u[s]=a[s]|i[s];return n}function Ic(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++)c[m]=s[m]|l}else for(let s=0;s<a;s++)u[s]=o[s]|t;return i}function So(r,t){return H(r.dtype,"bitwise_xor"),typeof t=="number"?_c(r,t):(H(t.dtype,"bitwise_xor"),Ar(r,t)?zc(r,t):F(r,t,(e,n)=>e^n,"bitwise_xor"))}function zc(r,t){let e=k(r.dtype,t.dtype),n=N.zeros(Array.from(r.shape),e),o=r.size,a=r.data,i=t.data,u=n.data;if(I(e)){let s=u;if(!I(r.dtype)||!I(t.dtype))for(let l=0;l<o;l++){let m=typeof a[l]=="bigint"?a[l]:BigInt(Math.round(Number(a[l]))),f=typeof i[l]=="bigint"?i[l]:BigInt(Math.round(Number(i[l])));s[l]=m^f}else{let l=a,m=i;for(let f=0;f<o;f++)s[f]=l[f]^m[f]}}else for(let s=0;s<o;s++)u[s]=a[s]^i[s];return n}function _c(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++)c[m]=s[m]^l}else for(let s=0;s<a;s++)u[s]=o[s]^t;return i}function Bt(r){H(r.dtype,"bitwise_not");let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=N.zeros(e,t),i=a.data;if(I(t)){let u=n,s=i;for(let c=0;c<o;c++)s[c]=~u[c]}else for(let u=0;u<o;u++)i[u]=~n[u];return a}function No(r){return Bt(r)}function Do(r,t){if(H(r.dtype,"left_shift"),typeof t=="number")return go(r,t);if(H(t.dtype,"left_shift"),t.size===1||t.ndim===1&&t.shape[0]===1){let e=I(t.dtype)?Number(t.data[0]):t.data[0];return go(r,e)}return Ar(r,t)?Bc(r,t):F(r,t,(e,n)=>e<<n,"left_shift")}function Bc(r,t){let e=k(r.dtype,t.dtype),n=N.zeros(Array.from(r.shape),e),o=r.size,a=r.data,i=t.data,u=n.data;if(I(e)){let s=u;for(let c=0;c<o;c++){let l=typeof a[c]=="bigint"?a[c]:BigInt(Math.round(Number(a[c]))),m=typeof i[c]=="bigint"?i[c]:BigInt(Math.round(Number(i[c])));s[c]=l<<m}}else for(let s=0;s<o;s++)u[s]=a[s]<<i[s];return n}function go(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++)c[m]=s[m]<<l}else for(let s=0;s<a;s++)u[s]=o[s]<<t;return i}function xo(r,t){if(H(r.dtype,"right_shift"),typeof t=="number")return ho(r,t);if(H(t.dtype,"right_shift"),t.size===1||t.ndim===1&&t.shape[0]===1){let e=I(t.dtype)?Number(t.data[0]):t.data[0];return ho(r,e)}return Ar(r,t)?Ec(r,t):F(r,t,(e,n)=>e>>n,"right_shift")}function Ec(r,t){let e=k(r.dtype,t.dtype),n=N.zeros(Array.from(r.shape),e),o=r.size,a=r.data,i=t.data,u=n.data;if(I(e)){let s=u;for(let c=0;c<o;c++){let l=typeof a[c]=="bigint"?a[c]:BigInt(Math.round(Number(a[c]))),m=typeof i[c]=="bigint"?i[c]:BigInt(Math.round(Number(i[c])));s[c]=l>>m}}else for(let s=0;s<o;s++)u[s]=a[s]>>i[s];return n}function ho(r,t){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=N.zeros(n,e),u=i.data;if(I(e)){let s=o,c=u,l=BigInt(Math.round(t));for(let m=0;m<a;m++)c[m]=s[m]>>l}else for(let s=0;s<a;s++)u[s]=o[s]>>t;return i}function wo(r,t=-1,e="big"){let n=Array.from(r.shape),o=n.length;if(t<0&&(t=o+t),t<0||t>=o)throw new Error(`axis ${t} is out of bounds for array of dimension ${o}`);let a=n[t],i=Math.ceil(a/8),u=[...n];u[t]=i;let s=N.zeros(u,"uint8"),c=s.data;if(o===1){for(let g=0;g<i;g++){let b=0;for(let A=0;A<8;A++){let h=g*8+A;if(h<a){let S=Number(r.data[h])!==0?1:0;e==="big"?b|=S<<7-A:b|=S<<A}}c[g]=b}return s}let l=n.slice(0,t),m=n.slice(t+1),f=l.reduce((g,b)=>g*b,1),p=m.reduce((g,b)=>g*b,1),y=Fr(n),d=Fr(u);for(let g=0;g<f;g++)for(let b=0;b<p;b++)for(let A=0;A<i;A++){let h=0;for(let w=0;w<8;w++){let _=A*8+w;if(_<a){let B=0,E=g;for(let M=0;M<t;M++){let V=M<t-1?l.slice(M+1).reduce((R,fr)=>R*fr,1):1,W=Math.floor(E/V);E%=V,B+=W*y[M]}B+=_*y[t];let v=b;for(let M=t+1;M<o;M++){let V=M<o-1?m.slice(M-t).reduce((R,fr)=>R*fr,1):1,W=Math.floor(v/V);v%=V,B+=W*y[M]}let $=Number(r.data[B])!==0?1:0;e==="big"?h|=$<<7-w:h|=$<<w}}let S=0,D=g;for(let w=0;w<t;w++){let _=w<t-1?l.slice(w+1).reduce((E,v)=>E*v,1):1,B=Math.floor(D/_);D%=_,S+=B*d[w]}S+=A*d[t];let x=b;for(let w=t+1;w<o;w++){let _=w<o-1?m.slice(w-t).reduce((E,v)=>E*v,1):1,B=Math.floor(x/_);x%=_,S+=B*d[w]}c[S]=h}return s}function Io(r,t=-1,e=-1,n="big"){if(r.dtype!=="uint8")throw new TypeError("Expected an input array of unsigned byte data type");let o=Array.from(r.shape),a=o.length;if(t<0&&(t=a+t),t<0||t>=a)throw new Error(`axis ${t} is out of bounds for array of dimension ${a}`);let i=o[t],u=i*8;e>=0&&(u=e);let s=[...o];s[t]=u;let c=N.zeros(s,"uint8"),l=c.data;if(a===1){for(let b=0;b<i;b++){let A=Number(r.data[b]);for(let h=0;h<8;h++){let S=b*8+h;if(S>=u)break;n==="big"?l[S]=A>>7-h&1:l[S]=A>>h&1}}return c}let m=o.slice(0,t),f=o.slice(t+1),p=m.reduce((b,A)=>b*A,1),y=f.reduce((b,A)=>b*A,1),d=Fr(o),g=Fr(s);for(let b=0;b<p;b++)for(let A=0;A<y;A++)for(let h=0;h<i;h++){let S=0,D=b;for(let _=0;_<t;_++){let B=_<t-1?m.slice(_+1).reduce((v,$)=>v*$,1):1,E=Math.floor(D/B);D%=B,S+=E*d[_]}S+=h*d[t];let x=A;for(let _=t+1;_<a;_++){let B=_<a-1?f.slice(_-t).reduce((v,$)=>v*$,1):1,E=Math.floor(x/B);x%=B,S+=E*d[_]}let w=Number(r.data[S]);for(let _=0;_<8;_++){let B=h*8+_;if(B>=u)break;let E=0;D=b;for(let v=0;v<t;v++){let $=v<t-1?m.slice(v+1).reduce((V,W)=>V*W,1):1,M=Math.floor(D/$);D%=$,E+=M*g[v]}E+=B*g[t],x=A;for(let v=t+1;v<a;v++){let $=v<a-1?f.slice(v-t).reduce((V,W)=>V*W,1):1,M=Math.floor(x/$);x%=$,E+=M*g[v]}n==="big"?l[E]=w>>7-_&1:l[E]=w>>_&1}}return c}function Fr(r){let t=r.length,e=new Array(t),n=1;for(let o=t-1;o>=0;o--)e[o]=n,n*=r[o];return e}function Et(r,t=-1){let e=r.shape,n=e.length,o=r.dtype,a=r.data;if(n===0)return r.copy();let i=t;if(i<0&&(i=n+i),i<0||i>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let u=r.copy(),s=u.data,c=e[i],l=Array.from(e).filter((f,p)=>p!==i),m=l.length===0?1:l.reduce((f,p)=>f*p,1);if(I(o)){let f=a,p=s;for(let y=0;y<m;y++){let d=[];for(let g=0;g<c;g++){let b=U(y,i,g,e),A=O(b,e);d.push({value:f[A],idx:g})}d.sort((g,b)=>g.value<b.value?-1:g.value>b.value?1:0);for(let g=0;g<c;g++){let b=U(y,i,g,e),A=O(b,e);p[A]=d[g].value}}}else for(let f=0;f<m;f++){let p=[];for(let y=0;y<c;y++){let d=U(f,i,y,e),g=O(d,e);p.push(Number(a[g]))}p.sort((y,d)=>isNaN(y)&&isNaN(d)?0:isNaN(y)?1:isNaN(d)?-1:y-d);for(let y=0;y<c;y++){let d=U(f,i,y,e),g=O(d,e);s[g]=p[y]}}return u}function vt(r,t=-1){let e=r.shape,n=e.length,o=r.dtype,a=r.data;if(n===0)return N.zeros([0],"int32");let i=t;if(i<0&&(i=n+i),i<0||i>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let u=N.zeros(Array.from(e),"int32"),s=u.data,c=e[i],l=Array.from(e).filter((f,p)=>p!==i),m=l.length===0?1:l.reduce((f,p)=>f*p,1);if(I(o)){let f=a;for(let p=0;p<m;p++){let y=[];for(let d=0;d<c;d++){let g=U(p,i,d,e),b=O(g,e);y.push({value:f[b],idx:d})}y.sort((d,g)=>d.value<g.value?-1:d.value>g.value?1:0);for(let d=0;d<c;d++){let g=U(p,i,d,e),b=O(g,e);s[b]=y[d].idx}}}else for(let f=0;f<m;f++){let p=[];for(let y=0;y<c;y++){let d=U(f,i,y,e),g=O(d,e);p.push({value:Number(a[g]),idx:y})}p.sort((y,d)=>isNaN(y.value)&&isNaN(d.value)?0:isNaN(y.value)?1:isNaN(d.value)?-1:y.value-d.value);for(let y=0;y<c;y++){let d=U(f,i,y,e),g=O(d,e);s[g]=p[y].idx}}return u}function zo(r){if(r.length===0)return N.zeros([0],"int32");let e=r[0].size;for(let i of r){if(i.ndim!==1)throw new Error("keys must be 1D arrays");if(i.size!==e)throw new Error("all keys must have the same length")}let n=[];for(let i=0;i<e;i++)n.push(i);n.sort((i,u)=>{for(let s=r.length-1;s>=0;s--){let l=r[s].data,m=Number(l[i]),f=Number(l[u]);if(!(isNaN(m)&&isNaN(f))){if(isNaN(m))return 1;if(isNaN(f)||m<f)return-1;if(m>f)return 1}}return 0});let o=N.zeros([e],"int32"),a=o.data;for(let i=0;i<e;i++)a[i]=n[i];return o}function Oc(r,t){let e=0,n=r.length-1;for(;e<n;){let o=Math.floor((e+n)/2),a=r[e],i=r[o],u=r[n],s;a<=i&&i<=u||u<=i&&i<=a?s=o:i<=a&&a<=u||u<=a&&a<=i?s=e:s=n;let c=r[s];[r[s],r[n]]=[r[n],r[s]];let l=e;for(let m=e;m<n;m++){let f=r[m],p=isNaN(f),y=isNaN(c);!p&&(y||f<=c)&&([r[l],r[m]]=[r[m],r[l]],l++)}if([r[l],r[n]]=[r[n],r[l]],l===t)return;l<t?e=l+1:n=l-1}}function Uc(r,t){let e=0,n=r.length-1;for(;e<n;){let o=Math.floor((e+n)/2),a=r[e],i=r[o],u=r[n],s;a<=i&&i<=u||u<=i&&i<=a?s=o:i<=a&&a<=u||u<=a&&a<=i?s=e:s=n;let c=r[s];[r[s],r[n]]=[r[n],r[s]];let l=e;for(let m=e;m<n;m++)r[m]<=c&&([r[l],r[m]]=[r[m],r[l]],l++);if([r[l],r[n]]=[r[n],r[l]],l===t)return;l<t?e=l+1:n=l-1}}function Tc(r,t){let e=0,n=r.length-1;for(;e<n;){let o=Math.floor((e+n)/2),a=r[e].value,i=r[o].value,u=r[n].value,s;a<=i&&i<=u||u<=i&&i<=a?s=o:i<=a&&a<=u||u<=a&&a<=i?s=e:s=n;let c=r[s].value;[r[s],r[n]]=[r[n],r[s]];let l=e;for(let m=e;m<n;m++){let f=r[m].value,p=isNaN(f),y=isNaN(c);!p&&(y||f<=c)&&([r[l],r[m]]=[r[m],r[l]],l++)}if([r[l],r[n]]=[r[n],r[l]],l===t)return;l<t?e=l+1:n=l-1}}function $c(r,t){let e=0,n=r.length-1;for(;e<n;){let o=Math.floor((e+n)/2),a=r[e].value,i=r[o].value,u=r[n].value,s;a<=i&&i<=u||u<=i&&i<=a?s=o:i<=a&&a<=u||u<=a&&a<=i?s=e:s=n;let c=r[s].value;[r[s],r[n]]=[r[n],r[s]];let l=e;for(let m=e;m<n;m++)r[m].value<=c&&([r[l],r[m]]=[r[m],r[l]],l++);if([r[l],r[n]]=[r[n],r[l]],l===t)return;l<t?e=l+1:n=l-1}}function Ot(r,t,e=-1){let n=r.shape,o=n.length,a=r.dtype;if(o===0)return r.copy();let i=e;if(i<0&&(i=o+i),i<0||i>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let u=n[i],s=t;if(s<0&&(s=u+s),s<0||s>=u)throw new Error(`kth(=${t}) out of bounds (${u})`);let c=r.copy(),l=c.data,m=Array.from(n).filter((p,y)=>y!==i),f=m.length===0?1:m.reduce((p,y)=>p*y,1);if(I(a)){let p=l;for(let y=0;y<f;y++){let d=[];for(let g=0;g<u;g++){let b=U(y,i,g,n),A=O(b,n);d.push(p[A])}Uc(d,s);for(let g=0;g<u;g++){let b=U(y,i,g,n),A=O(b,n);p[A]=d[g]}}}else for(let p=0;p<f;p++){let y=[];for(let d=0;d<u;d++){let g=U(p,i,d,n),b=O(g,n);y.push(Number(l[b]))}Oc(y,s);for(let d=0;d<u;d++){let g=U(p,i,d,n),b=O(g,n);l[b]=y[d]}}return c}function Ut(r,t,e=-1){let n=r.shape,o=n.length,a=r.dtype,i=r.data;if(o===0)return N.zeros([0],"int32");let u=e;if(u<0&&(u=o+u),u<0||u>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);let s=n[u],c=t;if(c<0&&(c=s+c),c<0||c>=s)throw new Error(`kth(=${t}) out of bounds (${s})`);let l=N.zeros(Array.from(n),"int32"),m=l.data,f=Array.from(n).filter((y,d)=>d!==u),p=f.length===0?1:f.reduce((y,d)=>y*d,1);if(I(a)){let y=i;for(let d=0;d<p;d++){let g=[];for(let b=0;b<s;b++){let A=U(d,u,b,n),h=O(A,n);g.push({value:y[h],idx:b})}$c(g,c);for(let b=0;b<s;b++){let A=U(d,u,b,n),h=O(A,n);m[h]=g[b].idx}}}else for(let y=0;y<p;y++){let d=[];for(let g=0;g<s;g++){let b=U(y,u,g,n),A=O(b,n);d.push({value:Number(i[A]),idx:g})}Tc(d,c);for(let g=0;g<s;g++){let b=U(y,u,g,n),A=O(b,n);m[A]=d[g].idx}}return l}function _o(r){let t=r.dtype,e=r.size,n=r.data,o=[];for(let u=0;u<e;u++)o.push(Number(n[u]));o.sort((u,s)=>isNaN(u)&&isNaN(s)?0:isNaN(u)?1:isNaN(s)?-1:u-s);let a=N.zeros([e],t),i=a.data;for(let u=0;u<e;u++)i[u]=o[u];return a}function Pr(r){let t=r.shape,e=t.length,n=r.data,o=r.size,a=[];for(let l=0;l<e;l++)a.push([]);let i=[],u=1;for(let l=e-1;l>=0;l--)i.unshift(u),u*=t[l];for(let l=0;l<o;l++)if(n[l]){let m=l;for(let f=0;f<e;f++){let p=Math.floor(m/i[f]);m=m%i[f],a[f].push(p)}}let s=a[0]?.length??0,c=[];for(let l=0;l<e;l++){let m=N.zeros([s],"int32"),f=m.data;for(let p=0;p<s;p++)f[p]=a[l][p];c.push(m)}return c}function Bo(r){let t=r.data,e=r.size,n=[];for(let i=0;i<e;i++)t[i]&&n.push(i);let o=N.zeros([n.length],"int32"),a=o.data;for(let i=0;i<n.length;i++)a[i]=n[i];return o}function Eo(r,t,e){if(t===void 0&&e===void 0)return Pr(r);if(t===void 0||e===void 0)throw new Error("either both or neither of x and y should be given");let n=r.shape,o=t.shape,a=e.shape,i=Math.max(n.length,o.length,a.length),u=B=>{let E=Array(i).fill(1);for(let v=0;v<B.length;v++)E[i-B.length+v]=B[v];return E},s=u(n),c=u(o),l=u(a),m=[];for(let B=0;B<i;B++){let E=[s[B],c[B],l[B]],v=Math.max(...E);for(let $ of E)if($!==1&&$!==v)throw new Error("operands could not be broadcast together");m.push(v)}let f=t.dtype,p=N.zeros(m,f),y=p.data,d=r.data,g=t.data,b=e.data,A=(B,E)=>{let v=[],$=1;for(let M=B.length-1;M>=0;M--)v.unshift($),$*=B[M];for(;v.length<E.length;)v.unshift(0);for(let M=0;M<E.length;M++)E[M]===1&&m[M]!==1&&(v[M]=0);return v},h=A(n,s),S=A(o,c),D=A(a,l),x=[],w=1;for(let B=m.length-1;B>=0;B--)x.unshift(w),w*=m[B];let _=m.reduce((B,E)=>B*E,1);for(let B=0;B<_;B++){let E=B,v=0,$=0,M=0;for(let V=0;V<i;V++){let W=Math.floor(E/x[V]);E=E%x[V],v+=W*h[V],$+=W*S[V],M+=W*D[V]}d[v]?y[B]=g[$]:y[B]=b[M]}return p}function Tt(r,t,e="left"){if(r.ndim!==1)throw new Error("storage must be 1D");let n=r.data,o=r.size,a=t.data,i=t.size,u=N.zeros([i],"int32"),s=u.data;for(let c=0;c<i;c++){let l=Number(a[c]),m=0,f=o;if(e==="left")for(;m<f;){let p=Math.floor((m+f)/2);Number(n[p])<l?m=p+1:f=p}else for(;m<f;){let p=Math.floor((m+f)/2);Number(n[p])<=l?m=p+1:f=p}s[c]=m}return u}function vo(r,t){let e=r.data,n=t.data,o=t.dtype,a=Math.min(r.size,t.size),i=0;for(let l=0;l<a;l++)e[l]&&i++;let u=N.zeros([i],o),s=u.data,c=0;if(I(o)){let l=n,m=s;for(let f=0;f<a;f++)e[f]&&(m[c++]=l[f])}else for(let l=0;l<a;l++)e[l]&&(s[c++]=n[l]);return u}function $t(r,t){let e=r.shape,n=e.length,o=r.data,a=r.size;if(t===void 0){let f=0;for(let p=0;p<a;p++)o[p]&&f++;return f}let i=t;if(i<0&&(i=n+i),i<0||i>=n)throw new Error(`axis ${t} is out of bounds for array of dimension ${n}`);let u=Array.from(e).filter((f,p)=>p!==i);if(u.length===0)return $t(r);let s=N.zeros(u,"int32"),c=s.data,l=e[i],m=u.reduce((f,p)=>f*p,1);for(let f=0;f<m;f++){let p=0;for(let y=0;y<l;y++){let d=U(f,i,y,e),g=O(d,e);o[g]&&p++}c[f]=p}return s}function Oo(r){if(!isFinite(r))return r;let t=Math.floor(r),e=r-t;return Math.abs(e-.5)<1e-10?t%2===0?t:t+1:Math.round(r)}function Mt(r,t=0){let e=r.dtype,n=Array.from(r.shape),o=r.data,a=r.size,i=e==="float32"?"float32":"float64",u=N.zeros(n,i),s=u.data,c=Math.pow(10,t);for(let l=0;l<a;l++){let m=Number(o[l]);s[l]=Oo(m*c)/c}return u}function kt(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=t==="float32"?"float32":"float64",i=N.zeros(e,a),u=i.data;for(let s=0;s<o;s++)u[s]=Math.ceil(Number(n[s]));return i}function Ct(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=t==="float32"?"float32":"float64",i=N.zeros(e,a),u=i.data;for(let s=0;s<o;s++)u[s]=Math.trunc(Number(n[s]));return i}function Vt(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=t==="float32"?"float32":"float64",i=N.zeros(e,a),u=i.data;for(let s=0;s<o;s++)u[s]=Math.floor(Number(n[s]));return i}function qt(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=t==="float32"?"float32":"float64",i=N.zeros(e,a),u=i.data;for(let s=0;s<o;s++)u[s]=Oo(Number(n[s]));return i}function Ft(r){let t=r.dtype,e=Array.from(r.shape),n=r.data,o=r.size,a=t==="float32"?"float32":"float64",i=N.zeros(e,a),u=i.data;for(let s=0;s<o;s++)u[s]=Math.trunc(Number(n[s]));return i}function X(r,t=!1,e=!1,n=!1){let o=r.dtype,a=r.size,i=r.data,u=[];for(let h=0;h<a;h++)u.push({value:Number(i[h]),index:h});u.sort((h,S)=>isNaN(h.value)&&isNaN(S.value)?0:isNaN(h.value)?1:isNaN(S.value)?-1:h.value-S.value);let s=[],c=[],l=new Array(a),m=[],f,p=0;for(let h=0;h<u.length;h++){let{value:S,index:D}=u[h];f===void 0||isNaN(S)&&!isNaN(f)||!isNaN(S)&&isNaN(f)||!isNaN(S)&&!isNaN(f)&&S!==f?(f!==void 0&&m.push(p),s.push(S),c.push(D),p=1,f=S):p++}p>0&&m.push(p);let y=new Map,d=-1;for(let h=0;h<s.length;h++){let S=s[h];isNaN(S)?d=h:y.set(S,h)}for(let h=0;h<a;h++){let S=Number(i[h]);isNaN(S)?l[h]=d:l[h]=y.get(S)}let g=N.zeros([s.length],o),b=g.data;for(let h=0;h<s.length;h++)b[h]=s[h];if(!t&&!e&&!n)return g;let A={values:g};if(t){let h=N.zeros([c.length],"int32"),S=h.data;for(let D=0;D<c.length;D++)S[D]=c[D];A.indices=h}if(e){let h=N.zeros([l.length],"int32"),S=h.data;for(let D=0;D<l.length;D++)S[D]=l[D];A.inverse=h}if(n){let h=N.zeros([m.length],"int32"),S=h.data;for(let D=0;D<m.length;D++)S[D]=m[D];A.counts=h}return A}function Uo(r,t){return Pt(r,t)}function To(r,t){let e=r.dtype,n=X(r),o=X(t),a=new Set;for(let c=0;c<o.size;c++)a.add(Number(o.data[c]));let i=[];for(let c=0;c<n.size;c++){let l=Number(n.data[c]);a.has(l)&&i.push(l)}i.sort((c,l)=>c-l);let u=N.zeros([i.length],e),s=u.data;for(let c=0;c<i.length;c++)s[c]=i[c];return u}function Pt(r,t){let e=Array.from(r.shape),n=r.size,o=new Set;for(let s=0;s<t.size;s++)o.add(Number(t.data[s]));let a=N.zeros(e,"bool"),i=a.data,u=r.data;for(let s=0;s<n;s++){let c=Number(u[s]);i[s]=o.has(c)?1:0}return a}function $o(r,t){let e=r.dtype,n=X(r),o=new Set;for(let s=0;s<t.size;s++)o.add(Number(t.data[s]));let a=[];for(let s=0;s<n.size;s++){let c=Number(n.data[s]);o.has(c)||a.push(c)}let i=N.zeros([a.length],e),u=i.data;for(let s=0;s<a.length;s++)u[s]=a[s];return i}function Mo(r,t){let e=r.dtype,n=X(r),o=X(t),a=new Set,i=new Set;for(let l=0;l<n.size;l++)a.add(Number(n.data[l]));for(let l=0;l<o.size;l++)i.add(Number(o.data[l]));let u=[];for(let l of a)i.has(l)||u.push(l);for(let l of i)a.has(l)||u.push(l);u.sort((l,m)=>l-m);let s=N.zeros([u.length],e),c=s.data;for(let l=0;l<u.length;l++)c[l]=u[l];return s}function ko(r,t){let e=r.dtype,n=X(r),o=X(t),a=new Set;for(let c=0;c<n.size;c++)a.add(Number(n.data[c]));for(let c=0;c<o.size;c++)a.add(Number(o.data[c]));let i=Array.from(a);i.sort((c,l)=>c-l);let u=N.zeros([i.length],e),s=u.data;for(let c=0;c<i.length;c++)s[c]=i[c];return u}function jt(r,t=1,e=-1){if(t<0)throw new Error(`order must be non-negative but got ${t}`);if(t===0)return r.copy();let n=Array.from(r.shape),o=n.length,a=e<0?o+e:e;if(a<0||a>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);if(n[a]<t+1)throw new Error(`diff requires at least ${t+1} elements along axis ${e}, but got ${n[a]}`);let i=r;for(let u=0;u<t;u++)i=Vc(i,a);return i}function Vc(r,t){let e=Array.from(r.shape),n=e.length,o=e[t],a=[...e];a[t]=o-1;let i=r.dtype,u=I(i)?"float64":i,s=N.zeros(a,u),c=s.data,l=r.strides,m=s.size;for(let f=0;f<m;f++){let p=f,y=new Array(n);for(let D=n-1;D>=0;D--)y[D]=p%a[D],p=Math.floor(p/a[D]);let d=[...y],g=[...y];g[t]=d[t]+1;let b=0,A=0;for(let D=0;D<n;D++)b+=d[D]*l[D],A+=g[D]*l[D];let h=(I(i),Number(r.data[b])),S=(I(i),Number(r.data[A]));c[f]=S-h}return s}function Co(r,t=null,e=null){let n=r.size,o=r.dtype,a=I(o)?"float64":o,i=Math.max(0,n-1),u=e?e.length:0,s=t?t.length:0,c=u+i+s,l=N.zeros([c],a),m=l.data,f=0;if(e)for(let p of e)m[f++]=p;for(let p=0;p<i;p++){let y=(I(o),Number(r.iget(p))),d=(I(o),Number(r.iget(p+1)));m[f++]=d-y}if(t)for(let p of t)m[f++]=p;return l}function Vo(r,t=1,e=null){let o=Array.from(r.shape).length,a;if(e===null)a=Array.from({length:o},(s,c)=>c);else if(typeof e=="number"){let s=e<0?o+e:e;if(s<0||s>=o)throw new Error(`axis ${e} is out of bounds for array of dimension ${o}`);a=[s]}else a=e.map(s=>{let c=s<0?o+s:s;if(c<0||c>=o)throw new Error(`axis ${s} is out of bounds for array of dimension ${o}`);return c});let i;if(typeof t=="number")i=a.map(()=>t);else{if(t.length!==a.length)throw new Error("Number of spacings must match number of axes");i=t}let u=[];for(let s=0;s<a.length;s++)u.push(qc(r,a[s],i[s]));return u.length===1?u[0]:u}function qc(r,t,e){let n=Array.from(r.shape),o=n.length,a=n[t];if(a<2)throw new Error(`Shape of array along axis ${t} must be at least 2, but got ${a}`);let i=r.dtype,u=I(i)?"float64":i==="float32"?"float32":"float64",s=N.zeros(n,u),c=s.data,l=r.strides,m=e,f=2*m,p=r.size;for(let y=0;y<p;y++){let d=y,g=new Array(o);for(let h=o-1;h>=0;h--)g[h]=d%n[h],d=Math.floor(d/n[h]);let b=g[t],A;if(b===0){let h=[...g];h[t]=1;let S=0;for(let w=0;w<o;w++)S+=h[w]*l[w];let D=(I(i),Number(r.data[y]));A=((I(i),Number(r.data[S]))-D)/m}else if(b===a-1){let h=[...g];h[t]=a-2;let S=0;for(let w=0;w<o;w++)S+=h[w]*l[w];let D=(I(i),Number(r.data[y])),x=(I(i),Number(r.data[S]));A=(D-x)/m}else{let h=[...g],S=[...g];h[t]=b+1,S[t]=b-1;let D=0,x=0;for(let B=0;B<o;B++)D+=h[B]*l[B],x+=S[B]*l[B];let w=(I(i),Number(r.data[D])),_=(I(i),Number(r.data[x]));A=(w-_)/f}c[y]=A}return s}function qo(r,t,e=-1,n=-1,o=-1){let a=Array.from(r.shape),i=Array.from(t.shape),u=a.length,s=i.length,c=e<0?u+e:e,l=n<0?s+n:n;if(c<0||c>=u)throw new Error(`axisa ${e} is out of bounds for array of dimension ${u}`);if(l<0||l>=s)throw new Error(`axisb ${n} is out of bounds for array of dimension ${s}`);let m=a[c],f=i[l];if(m!==2&&m!==3)throw new Error(`incompatible dimensions for cross product (dimension must be 2 or 3, got ${m})`);if(f!==2&&f!==3)throw new Error(`incompatible dimensions for cross product (dimension must be 2 or 3, got ${f})`);let p=k(r.dtype,t.dtype);if(u===1&&s===1&&m===3&&f===3){let y=N.zeros([3],p),d=y.data,g=Number(r.iget(0)),b=Number(r.iget(1)),A=Number(r.iget(2)),h=Number(t.iget(0)),S=Number(t.iget(1)),D=Number(t.iget(2));return d[0]=b*D-A*S,d[1]=A*h-g*D,d[2]=g*S-b*h,y}if(u===1&&s===1&&m===2&&f===2){let y=N.zeros([],p),d=Number(r.iget(0)),g=Number(r.iget(1)),b=Number(t.iget(0)),A=Number(t.iget(1));return y.data[0]=d*A-g*b,y}if(u===1&&s===1){if(m===2&&f===3){let y=N.zeros([3],p),d=y.data,g=Number(r.iget(0)),b=Number(r.iget(1)),A=Number(t.iget(0)),h=Number(t.iget(1)),S=Number(t.iget(2));return d[0]=b*S,d[1]=-g*S,d[2]=g*h-b*A,y}else if(m===3&&f===2){let y=N.zeros([3],p),d=y.data,g=Number(r.iget(0)),b=Number(r.iget(1)),A=Number(r.iget(2)),h=Number(t.iget(0)),S=Number(t.iget(1));return d[0]=-A*S,d[1]=A*h,d[2]=g*S-b*h,y}}if(u===2&&s===2&&c===1&&l===1){let y=a[0];if(i[0]!==y)throw new Error(`Shape mismatch: a has ${y} vectors, b has ${i[0]} vectors`);if(m===3&&f===3){let d=N.zeros([y,3],p),g=d.data;for(let b=0;b<y;b++){let A=Number(r.iget(b*3)),h=Number(r.iget(b*3+1)),S=Number(r.iget(b*3+2)),D=Number(t.iget(b*3)),x=Number(t.iget(b*3+1)),w=Number(t.iget(b*3+2));g[b*3]=h*w-S*x,g[b*3+1]=S*D-A*w,g[b*3+2]=A*x-h*D}return d}if(m===2&&f===2){let d=N.zeros([y],p),g=d.data;for(let b=0;b<y;b++){let A=Number(r.iget(b*2)),h=Number(r.iget(b*2+1)),S=Number(t.iget(b*2)),D=Number(t.iget(b*2+1));g[b]=A*D-h*S}return d}}throw new Error(`cross product not implemented for arrays with shapes ${JSON.stringify(a)} and ${JSON.stringify(i)}`)}var z=class r{constructor(t,e){this._storage=t,this._base=e}get storage(){return this._storage}static _fromStorage(t,e){return new r(t,e)}get shape(){return this._storage.shape}get ndim(){return this._storage.ndim}get size(){return this._storage.size}get dtype(){return this._storage.dtype}get data(){return this._storage.data}get strides(){return this._storage.strides}get flags(){return{C_CONTIGUOUS:this._storage.isCContiguous,F_CONTIGUOUS:this._storage.isFContiguous,OWNDATA:this._base===void 0}}get base(){return this._base??null}get(t){if(t.length!==this.ndim)throw new Error(`Index has ${t.length} dimensions, but array has ${this.ndim} dimensions`);let e=t.map((n,o)=>{let a=n;if(a<0&&(a=this.shape[o]+a),a<0||a>=this.shape[o])throw new Error(`Index ${n} is out of bounds for axis ${o} with size ${this.shape[o]}`);return a});return this._storage.get(...e)}set(t,e){if(t.length!==this.ndim)throw new Error(`Index has ${t.length} dimensions, but array has ${this.ndim} dimensions`);let n=t.map((i,u)=>{let s=i;if(s<0&&(s=this.shape[u]+s),s<0||s>=this.shape[u])throw new Error(`Index ${i} is out of bounds for axis ${u} with size ${this.shape[u]}`);return s}),o=this.dtype,a;I(o)?a=typeof e=="bigint"?e:BigInt(Math.round(e)):o==="bool"?a=e?1:0:a=Number(e),this._storage.set(n,a)}copy(){return new r(this._storage.copy())}astype(t,e=!0){let n=this.dtype;if(n===t&&!e)return this;if(n===t&&e)return this.copy();let o=Array.from(this.shape),a=this.size,i=T(t);if(!i)throw new Error(`Cannot convert to dtype ${t}`);let u=new i(a),s=this.data;if(I(n)&&!I(t)){let l=s;if(t==="bool")for(let m=0;m<a;m++)u[m]=l[m]!==BigInt(0)?1:0;else for(let m=0;m<a;m++)u[m]=Number(l[m])}else if(!I(n)&&I(t)){let l=s;for(let m=0;m<a;m++)u[m]=BigInt(Math.round(Number(l[m])))}else if(t==="bool"){let l=s;for(let m=0;m<a;m++)u[m]=l[m]!==0?1:0}else if(n==="bool"&&!I(t)){let l=s;for(let m=0;m<a;m++)u[m]=l[m]}else if(!I(n)&&!I(t)){let l=s;for(let m=0;m<a;m++)u[m]=l[m]}else{let l=s;for(let m=0;m<a;m++)u[m]=l[m]}let c=N.fromData(u,o,t);return new r(c)}add(t){let e=typeof t=="number"?t:t._storage,n=ce(this._storage,e);return r._fromStorage(n)}subtract(t){let e=typeof t=="number"?t:t._storage,n=le(this._storage,e);return r._fromStorage(n)}multiply(t){let e=typeof t=="number"?t:t._storage,n=fe(this._storage,e);return r._fromStorage(n)}divide(t){let e=typeof t=="number"?t:t._storage,n=me(this._storage,e);return r._fromStorage(n)}mod(t){let e=typeof t=="number"?t:t._storage,n=Ir(this._storage,e);return r._fromStorage(n)}floor_divide(t){let e=typeof t=="number"?t:t._storage,n=Qr(this._storage,e);return r._fromStorage(n)}positive(){let t=ge(this._storage);return r._fromStorage(t)}reciprocal(){let t=he(this._storage);return r._fromStorage(t)}sqrt(){let t=xn(this._storage);return r._fromStorage(t)}power(t){let e=typeof t=="number"?t:t._storage,n=wn(this._storage,e);return r._fromStorage(n)}exp(){let t=In(this._storage);return r._fromStorage(t)}exp2(){let t=zn(this._storage);return r._fromStorage(t)}expm1(){let t=_n(this._storage);return r._fromStorage(t)}log(){let t=Bn(this._storage);return r._fromStorage(t)}log2(){let t=En(this._storage);return r._fromStorage(t)}log10(){let t=vn(this._storage);return r._fromStorage(t)}log1p(){let t=On(this._storage);return r._fromStorage(t)}logaddexp(t){let e=typeof t=="number"?t:t._storage,n=Un(this._storage,e);return r._fromStorage(n)}logaddexp2(t){let e=typeof t=="number"?t:t._storage,n=Tn(this._storage,e);return r._fromStorage(n)}absolute(){let t=pe(this._storage);return r._fromStorage(t)}negative(){let t=ye(this._storage);return r._fromStorage(t)}sign(){let t=de(this._storage);return r._fromStorage(t)}around(t=0){let e=Mt(this._storage,t);return r._fromStorage(e)}round(t=0){return this.around(t)}ceil(){let t=kt(this._storage);return r._fromStorage(t)}fix(){let t=Ct(this._storage);return r._fromStorage(t)}floor(){let t=Vt(this._storage);return r._fromStorage(t)}rint(){let t=qt(this._storage);return r._fromStorage(t)}trunc(){let t=Ft(this._storage);return r._fromStorage(t)}sin(){let t=$n(this._storage);return r._fromStorage(t)}cos(){let t=Mn(this._storage);return r._fromStorage(t)}tan(){let t=kn(this._storage);return r._fromStorage(t)}arcsin(){let t=Cn(this._storage);return r._fromStorage(t)}arccos(){let t=Vn(this._storage);return r._fromStorage(t)}arctan(){let t=qn(this._storage);return r._fromStorage(t)}arctan2(t){let e=typeof t=="number"?t:t._storage,n=Fn(this._storage,e);return r._fromStorage(n)}hypot(t){let e=typeof t=="number"?t:t._storage,n=Pn(this._storage,e);return r._fromStorage(n)}degrees(){let t=jn(this._storage);return r._fromStorage(t)}radians(){let t=Rn(this._storage);return r._fromStorage(t)}sinh(){let t=Ln(this._storage);return r._fromStorage(t)}cosh(){let t=Zn(this._storage);return r._fromStorage(t)}tanh(){let t=Wn(this._storage);return r._fromStorage(t)}arcsinh(){let t=Gn(this._storage);return r._fromStorage(t)}arccosh(){let t=Hn(this._storage);return r._fromStorage(t)}arctanh(){let t=Yn(this._storage);return r._fromStorage(t)}greater(t){let e=typeof t=="number"?t:t._storage,n=we(this._storage,e);return r._fromStorage(n)}greater_equal(t){let e=typeof t=="number"?t:t._storage,n=Ie(this._storage,e);return r._fromStorage(n)}less(t){let e=typeof t=="number"?t:t._storage,n=ze(this._storage,e);return r._fromStorage(n)}less_equal(t){let e=typeof t=="number"?t:t._storage,n=_e(this._storage,e);return r._fromStorage(n)}equal(t){let e=typeof t=="number"?t:t._storage,n=Be(this._storage,e);return r._fromStorage(n)}not_equal(t){let e=typeof t=="number"?t:t._storage,n=Ee(this._storage,e);return r._fromStorage(n)}isclose(t,e=1e-5,n=1e-8){let o=typeof t=="number"?t:t._storage,a=Kr(this._storage,o,e,n);return r._fromStorage(a)}allclose(t,e=1e-5,n=1e-8){let o=typeof t=="number"?t:t._storage;return ve(this._storage,o,e,n)}bitwise_and(t){let e=typeof t=="number"?t:t._storage,n=Ao(this._storage,e);return r._fromStorage(n)}bitwise_or(t){let e=typeof t=="number"?t:t._storage,n=bo(this._storage,e);return r._fromStorage(n)}bitwise_xor(t){let e=typeof t=="number"?t:t._storage,n=So(this._storage,e);return r._fromStorage(n)}bitwise_not(){let t=Bt(this._storage);return r._fromStorage(t)}invert(){let t=No(this._storage);return r._fromStorage(t)}left_shift(t){let e=typeof t=="number"?t:t._storage,n=Do(this._storage,e);return r._fromStorage(n)}right_shift(t){let e=typeof t=="number"?t:t._storage,n=xo(this._storage,e);return r._fromStorage(n)}sum(t,e=!1){let n=pr(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}mean(t,e=!1){let n=zr(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}max(t,e=!1){let n=_r(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}min(t,e=!1){let n=Br(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}prod(t,e=!1){let n=rt(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}argmin(t){let e=tt(this._storage,t);return typeof e=="number"?e:r._fromStorage(e)}argmax(t){let e=et(this._storage,t);return typeof e=="number"?e:r._fromStorage(e)}var(t,e=0,n=!1){let o=nt(this._storage,t,e,n);return typeof o=="number"?o:r._fromStorage(o)}std(t,e=0,n=!1){let o=Ue(this._storage,t,e,n);return typeof o=="number"?o:r._fromStorage(o)}all(t,e=!1){let n=ot(this._storage,t,e);return typeof n=="boolean"?n:r._fromStorage(n)}any(t,e=!1){let n=at(this._storage,t,e);return typeof n=="boolean"?n:r._fromStorage(n)}cumsum(t){return r._fromStorage(st(this._storage,t))}cumprod(t){return r._fromStorage(it(this._storage,t))}ptp(t,e=!1){let n=ut(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}median(t,e=!1){let n=ct(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}percentile(t,e,n=!1){let o=lt(this._storage,t,e,n);return typeof o=="number"?o:r._fromStorage(o)}quantile(t,e,n=!1){let o=sr(this._storage,t,e,n);return typeof o=="number"?o:r._fromStorage(o)}average(t,e){let n=Er(this._storage,e,t?.storage);return typeof n=="number"?n:r._fromStorage(n)}nansum(t,e=!1){let n=vr(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}nanprod(t,e=!1){let n=Or(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}nanmean(t,e=!1){let n=Ur(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}nanvar(t,e=0,n=!1){let o=yr(this._storage,t,e,n);return typeof o=="number"?o:r._fromStorage(o)}nanstd(t,e=0,n=!1){let o=ft(this._storage,t,e,n);return typeof o=="number"?o:r._fromStorage(o)}nanmin(t,e=!1){let n=Tr(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}nanmax(t,e=!1){let n=$r(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}nanargmin(t){let e=Mr(this._storage,t);return typeof e=="number"?e:r._fromStorage(e)}nanargmax(t){let e=kr(this._storage,t);return typeof e=="number"?e:r._fromStorage(e)}nancumsum(t){return r._fromStorage(mt(this._storage,t))}nancumprod(t){return r._fromStorage(pt(this._storage,t))}nanmedian(t,e=!1){let n=Cr(this._storage,t,e);return typeof n=="number"?n:r._fromStorage(n)}sort(t=-1){return r._fromStorage(Et(this._storage,t))}argsort(t=-1){return r._fromStorage(vt(this._storage,t))}partition(t,e=-1){return r._fromStorage(Ot(this._storage,t,e))}argpartition(t,e=-1){return r._fromStorage(Ut(this._storage,t,e))}nonzero(){return Pr(this._storage).map(e=>r._fromStorage(e))}searchsorted(t,e="left"){return r._fromStorage(Tt(this._storage,t._storage,e))}diff(t=1,e=-1){return r._fromStorage(jt(this._storage,t,e))}reshape(...t){let e=t.length===1&&Array.isArray(t[0])?t[0]:t,n=P(this._storage,e),a=n.data===this.data?this._base??this:void 0;return r._fromStorage(n,a)}flatten(){let t=Vr(this._storage);return r._fromStorage(t)}ravel(){let t=ir(this._storage),n=t.data===this.data?this._base??this:void 0;return r._fromStorage(t,n)}transpose(t){let e=gr(this._storage,t),n=this._base??this;return r._fromStorage(e,n)}squeeze(t){let e=Te(this._storage,t),n=this._base??this;return r._fromStorage(e,n)}expand_dims(t){let e=dr(this._storage,t),n=this._base??this;return r._fromStorage(e,n)}swapaxes(t,e){let n=$e(this._storage,t,e),o=this._base??this;return r._fromStorage(n,o)}moveaxis(t,e){let n=yt(this._storage,t,e),o=this._base??this;return r._fromStorage(n,o)}repeat(t,e){let n=Re(this._storage,t,e);return r._fromStorage(n)}take(t,e){let n=Qn(this._storage,t,e);return r._fromStorage(n)}put(t,e){let n=e instanceof r?e._storage:e;Xn(this._storage,t,n)}matmul(t){let e=G(this._storage,t._storage);return r._fromStorage(e)}dot(t){let e=ht(this._storage,t._storage);return typeof e=="number"||typeof e=="bigint"?e:r._fromStorage(e)}trace(){return nn(this._storage)}inner(t){let e=on(this._storage,t._storage);return typeof e=="number"||typeof e=="bigint"?e:r._fromStorage(e)}outer(t){let e=At(this._storage,t._storage);return r._fromStorage(e)}tensordot(t,e=2){let n=an(this._storage,t._storage,e);return typeof n=="number"||typeof n=="bigint"?n:r._fromStorage(n)}cbrt(){let t=Ae(this._storage);return r._fromStorage(t)}fabs(){let t=be(this._storage);return r._fromStorage(t)}divmod(t){let e=typeof t=="number"?t:t._storage,[n,o]=Se(this._storage,e);return[r._fromStorage(n),r._fromStorage(o)]}square(){let t=Ne(this._storage);return r._fromStorage(t)}remainder(t){let e=typeof t=="number"?t:t._storage,n=De(this._storage,e);return r._fromStorage(n)}heaviside(t){let e=typeof t=="number"?t:t._storage,n=xe(this._storage,e);return r._fromStorage(n)}slice(...t){if(t.length===0)return this;if(t.length>this.ndim)throw new Error(`Too many indices for array: array is ${this.ndim}-dimensional, but ${t.length} were indexed`);let e=t.map((s,c)=>{let l=oe(s);return ae(l,this.shape[c])});for(;e.length<this.ndim;)e.push({start:0,stop:this.shape[e.length],step:1,isIndex:!1});let n=[],o=[],a=this._storage.offset;for(let s=0;s<e.length;s++){let c=e[s],l=this._storage.strides[s];if(a+=c.start*l,!c.isIndex){let m;c.step>0?m=Math.max(0,Math.ceil((c.stop-c.start)/c.step)):m=Math.max(0,Math.ceil((c.start-c.stop)/Math.abs(c.step))),n.push(m),o.push(l*c.step)}}let i=N.fromData(this._storage.data,n,this._storage.dtype,o,a),u=this._base??this;return new r(i,u)}row(t){if(this.ndim<2)throw new Error("row() requires at least 2 dimensions");return this.slice(String(t),":")}col(t){if(this.ndim<2)throw new Error("col() requires at least 2 dimensions");return this.slice(":",String(t))}rows(t,e){if(this.ndim<2)throw new Error("rows() requires at least 2 dimensions");return this.slice(`${t}:${e}`,":")}cols(t,e){if(this.ndim<2)throw new Error("cols() requires at least 2 dimensions");return this.slice(":",`${t}:${e}`)}toString(){return`NDArray(shape=${JSON.stringify(this.shape)}, dtype=${this.dtype})`}toArray(){if(this.ndim===0)return this._storage.iget(0);let t=this.shape,e=t.length,n=(o,a)=>{if(a===e)return this._storage.get(...o);let i=[];for(let u=0;u<t[a];u++)o[a]=u,i.push(n(o,a+1));return i};return n(new Array(e),0)}};function J(r,t=q){let e=N.zeros(r,t);return new z(e)}function Rt(r,t=q){let e=N.ones(r,t);return new z(e)}function Pc(r){let t=[],e=r;for(;Array.isArray(e);)t.push(e.length),e=e[0];return t}function Fo(r){return typeof r=="bigint"?!0:Array.isArray(r)?r.some(t=>Fo(t)):!1}function jc(r){let t=[];function e(n){Array.isArray(n)?n.forEach(o=>e(o)):t.push(n)}return e(r),t}function j(r,t){if(r instanceof z)return!t||r.dtype===t?r.copy():r.astype(t);let e=Fo(r),n=Pc(r),o=n.reduce((l,m)=>l*m,1),a=t;a||(e?a="int64":a=q);let i=T(a);if(!i)throw new Error(`Cannot create array with dtype ${a}`);let u=new i(o),s=jc(r);if(I(a)){let l=u;for(let m=0;m<o;m++){let f=s[m];l[m]=typeof f=="bigint"?f:BigInt(Math.round(Number(f)))}}else if(a==="bool"){let l=u;for(let m=0;m<o;m++)l[m]=s[m]?1:0}else{let l=u;for(let m=0;m<o;m++){let f=s[m];l[m]=Number(f)}}let c=N.fromData(u,n,a);return new z(c)}function Po(r,t,e=1,n=q){let o=r,a=t;if(t===void 0&&(o=0,a=r),a===void 0)throw new Error("stop is required");let i=Math.max(0,Math.ceil((a-o)/e)),u=T(n);if(!u)throw new Error(`Cannot create arange array with dtype ${n}`);let s=new u(i);if(I(n))for(let l=0;l<i;l++)s[l]=BigInt(Math.round(o+l*e));else if(n==="bool")for(let l=0;l<i;l++)s[l]=o+l*e!==0?1:0;else for(let l=0;l<i;l++)s[l]=o+l*e;let c=N.fromData(s,[i],n);return new z(c)}function jo(r,t,e=50,n=q){if(e<0)throw new Error("num must be non-negative");if(e===0)return j([],n);if(e===1)return j([r],n);let o=T(n);if(!o)throw new Error(`Cannot create linspace array with dtype ${n}`);let a=new o(e),i=(t-r)/(e-1);if(I(n))for(let s=0;s<e;s++)a[s]=BigInt(Math.round(r+s*i));else if(n==="bool")for(let s=0;s<e;s++)a[s]=r+s*i!==0?1:0;else for(let s=0;s<e;s++)a[s]=r+s*i;let u=N.fromData(a,[e],n);return new z(u)}function Ro(r,t,e=50,n=10,o=q){if(e<0)throw new Error("num must be non-negative");if(e===0)return j([],o);if(e===1)return j([Math.pow(n,r)],o);let a=T(o);if(!a)throw new Error(`Cannot create logspace array with dtype ${o}`);let i=new a(e),u=(t-r)/(e-1);if(I(o))for(let c=0;c<e;c++){let l=r+c*u;i[c]=BigInt(Math.round(Math.pow(n,l)))}else if(o==="bool")for(let c=0;c<e;c++){let l=r+c*u;i[c]=Math.pow(n,l)!==0?1:0}else for(let c=0;c<e;c++){let l=r+c*u;i[c]=Math.pow(n,l)}let s=N.fromData(i,[e],o);return new z(s)}function Lo(r,t,e=50,n=q){if(e<0)throw new Error("num must be non-negative");if(r===0||t===0)throw new Error("Geometric sequence cannot include zero");if(e===0)return j([],n);if(e===1)return j([r],n);let o=Math.sign(r),a=Math.sign(t);if(o!==a)throw new Error("Geometric sequence cannot contain both positive and negative values");let i=T(n);if(!i)throw new Error(`Cannot create geomspace array with dtype ${n}`);let u=new i(e),s=Math.log(Math.abs(r)),l=(Math.log(Math.abs(t))-s)/(e-1);if(I(n))for(let f=0;f<e;f++){let p=o*Math.exp(s+f*l);u[f]=BigInt(Math.round(p))}else if(n==="bool")for(let f=0;f<e;f++){let p=o*Math.exp(s+f*l);u[f]=p!==0?1:0}else for(let f=0;f<e;f++){let p=o*Math.exp(s+f*l);u[f]=p}let m=N.fromData(u,[e],n);return new z(m)}function Lt(r,t,e=0,n=q){let o=t??r,a=J([r,o],n),i=a.data;if(I(n)){let u=i;for(let s=0;s<r;s++){let c=s+e;c>=0&&c<o&&(u[s*o+c]=BigInt(1))}}else{let u=i;for(let s=0;s<r;s++){let c=s+e;c>=0&&c<o&&(u[s*o+c]=1)}}return a}function Zt(r,t=q){return J(r,t)}function Wt(r,t,e){let n=e;n||(typeof t=="bigint"?n="int64":typeof t=="boolean"?n="bool":Number.isInteger(t)?n="int32":n=q);let o=T(n);if(!o)throw new Error(`Cannot create full array with dtype ${n}`);let a=r.reduce((s,c)=>s*c,1),i=new o(a);if(I(n)){let s=typeof t=="bigint"?t:BigInt(Math.round(Number(t)));i.fill(s)}else n==="bool"?i.fill(t?1:0):i.fill(Number(t));let u=N.fromData(i,r,n);return new z(u)}function Zo(r,t=q){return Lt(r,r,0,t)}function br(r,t){return r instanceof z?!t||r.dtype===t?r:r.astype(t):j(r,t)}function Wo(r){return r.copy()}function Go(r,t){return J(Array.from(r.shape),t??r.dtype)}function Ho(r,t){return Rt(Array.from(r.shape),t??r.dtype)}function Yo(r,t){return Zt(Array.from(r.shape),t??r.dtype)}function Jo(r,t,e){return Wt(Array.from(r.shape),t,e??r.dtype)}function Qo(r,t){return br(r,t)}function Xo(r,t){let e=br(r,t);return e.flags.C_CONTIGUOUS?e:e.copy()}function Ko(r,t){return br(r,t).copy()}function Gt(r,t=0){if(r.ndim===1){let e=r.size,n=e+Math.abs(t),o=J([n,n],r.dtype);for(let a=0;a<e;a++){let i=t>=0?a:a-t,u=t>=0?a+t:a;o.set([i,u],r.get([a]))}return o}else if(r.ndim===2){let[e,n]=r.shape,o,a,i;if(t>=0?(o=0,a=t,i=Math.min(e,n-t)):(o=-t,a=0,i=Math.min(e+t,n)),i<=0)return J([0],r.dtype);let u=T(r.dtype),s=new u(i);for(let l=0;l<i;l++){let m=r.get([o+l,a+l]);I(r.dtype)?s[l]=typeof m=="bigint"?m:BigInt(m):s[l]=m}let c=N.fromData(s,[i],r.dtype);return new z(c)}else throw new Error("Input must be 1-D or 2-D")}function ra(r,t=0){let e=r.flatten();return Gt(e,t)}function ta(r,t,e=q){let n=t.reduce((c,l)=>c*l,1),o=T(e);if(!o)throw new Error(`Cannot create array with dtype ${e}`);let a=new o(n),i=t.length,u=new Array(i).fill(0);for(let c=0;c<n;c++){let l=r(...u);I(e)?a[c]=typeof l=="bigint"?l:BigInt(Number(l)):e==="bool"?a[c]=l?1:0:a[c]=Number(l);for(let m=i-1;m>=0&&(u[m]++,!(u[m]<t[m]));m--)u[m]=0}let s=N.fromData(a,t,e);return new z(s)}function ea(...r){let t=[],e="xy";for(let u of r)u instanceof z?t.push(u):typeof u=="object"&&"indexing"in u&&(e=u.indexing||"xy");if(t.length===0)return[];if(t.length===1)return[t[0].copy()];let n=t.map(u=>u.size);e==="xy"&&t.length>=2&&(t=[t[1],t[0],...t.slice(2)],[n[0],n[1]]=[n[1],n[0]]);let o=n,a=o.length,i=[];for(let u=0;u<t.length;u++){let s=t[u],c=s.size,l=new Array(a).fill(1);l[u]=c;let m=s.reshape(...l),f=wt(m.storage,o),p=z._fromStorage(f.copy());i.push(p)}return e==="xy"&&i.length>=2&&([i[0],i[1]]=[i[1],i[0]]),i}function na(r,t,e=0,n=q){let o=t??r,a=J([r,o],n);for(let i=0;i<r;i++)for(let u=0;u<=i+e&&u<o;u++)u>=0&&a.set([i,u],1);return a}function oa(r,t=0){if(r.ndim<2)throw new Error("Input must have at least 2 dimensions");let e=r.copy(),n=e.shape,o=n[n.length-2],a=n[n.length-1],i=n.slice(0,-2).reduce((u,s)=>u*s,1);for(let u=0;u<i;u++)for(let s=0;s<o;s++)for(let c=0;c<a;c++)if(c>s+t){let l=[],m=u;for(let f=n.length-3;f>=0;f--)l.unshift(m%n[f]),m=Math.floor(m/n[f]);l.push(s,c),e.set(l,0)}return e}function aa(r,t=0){if(r.ndim<2)throw new Error("Input must have at least 2 dimensions");let e=r.copy(),n=e.shape,o=n[n.length-2],a=n[n.length-1],i=n.slice(0,-2).reduce((u,s)=>u*s,1);for(let u=0;u<i;u++)for(let s=0;s<o;s++)for(let c=0;c<a;c++)if(c<s+t){let l=[],m=u;for(let f=n.length-3;f>=0;f--)l.unshift(m%n[f]),m=Math.floor(m/n[f]);l.push(s,c),e.set(l,0)}return e}function sa(r,t,e=!1){if(r.ndim!==1)throw new Error("Input must be 1-D");let n=r.size,o=t??n;if(o<0)throw new Error("N must be non-negative");let a=J([n,o],r.dtype);for(let i=0;i<n;i++){let u=r.get([i]);for(let s=0;s<o;s++){let c=e?s:o-1-s;a.set([i,s],Math.pow(u,c))}}return a}function ia(r,t=q,e=-1,n=0){let o,a=n;r instanceof ArrayBuffer?o=r:(o=r.buffer,a+=r.byteOffset);let i=Rc(t),u=o.byteLength-a,s=Math.floor(u/i),c=e<0?s:Math.min(e,s);if(c<=0)return j([],t);let l=T(t);if(!l)throw new Error(`Unsupported dtype: ${t}`);let m=new l(o,a,c),f=N.fromData(m,[c],t);return new z(f)}function ua(r,t=q,e=-1){let n=[],o=0;for(let a of r){if(e>=0&&o>=e)break;n.push(a),o++}return j(n,t)}function ca(r,t=q,e=-1){let n=[],o=0;for(let a of r){if(e>=0&&o>=e)break;n.push(a),o++}return j(n,t)}function la(r,t=q,e=-1,n=""){let o;n===""?o=r.trim().split(/\s+/):o=r.split(n);let a=[],i=0;for(let u of o){if(e>=0&&i>=e)break;let s=u.trim();s!==""&&(I(t)?a.push(BigInt(s)):a.push(parseFloat(s)),i++)}return j(a,t)}function Rc(r){switch(r){case"int8":case"uint8":case"bool":return 1;case"int16":case"uint16":return 2;case"int32":case"uint32":case"float32":return 4;case"int64":case"uint64":case"float64":return 8;default:return 8}}function fa(r){return r.sqrt()}function ma(r,t){return r.power(t)}function pa(r){return r.exp()}function ya(r){return r.exp2()}function da(r){return r.expm1()}function ga(r){return r.log()}function ha(r){return r.log2()}function Aa(r){return r.log10()}function ba(r){return r.log1p()}function Sa(r,t){return r.logaddexp(t)}function Na(r,t){return r.logaddexp2(t)}function Da(r){return r.absolute()}function xa(r){return r.negative()}function wa(r){return r.sign()}function Ia(r,t){return r.mod(t)}function za(r,t){return r.floor_divide(t)}function _a(r){return r.positive()}function Ba(r){return r.reciprocal()}function Ea(r,t){return r.dot(t)}function va(r){return r.trace()}function Oa(r,t=0,e=0,n=1){let o=sn(r.storage,t,e,n);return z._fromStorage(o)}function Ua(r,t){let e=cn(r.storage,t.storage);return z._fromStorage(e)}function Ta(r,t){return r.transpose(t)}function $a(r,t){return r.inner(t)}function Ma(r,t){return r.outer(t)}function ka(r,t,e=2){return r.tensordot(t,e)}function Ca(r){return r.sin()}function Va(r){return r.cos()}function qa(r){return r.tan()}function Fa(r){return r.arcsin()}function Pa(r){return r.arccos()}function ja(r){return r.arctan()}function Ra(r,t){return r.arctan2(t)}function La(r,t){return r.hypot(t)}function Za(r){return r.degrees()}function Wa(r){return r.radians()}function Ga(r){return r.radians()}function Ha(r){return r.degrees()}function Ya(r){return r.sinh()}function Ja(r){return r.cosh()}function Qa(r){return r.tanh()}function Xa(r){return r.arcsinh()}function Ka(r){return r.arccosh()}function rs(r){return r.arctanh()}function ts(r,t,e){return r.swapaxes(t,e)}function es(r,t,e){return r.moveaxis(t,e)}function or(r,t=0){if(r.length===0)throw new Error("need at least one array to concatenate");let e=r.map(o=>o.storage),n=er(e,t);return z._fromStorage(n)}function ns(r,t=0){if(r.length===0)throw new Error("need at least one array to stack");let e=r.map(o=>o.storage),n=Me(e,t);return z._fromStorage(n)}function Ht(r){if(r.length===0)throw new Error("need at least one array to stack");let t=r.map(n=>n.storage),e=ke(t);return z._fromStorage(e)}function os(r){if(r.length===0)throw new Error("need at least one array to stack");let t=r.map(n=>n.storage),e=dt(t);return z._fromStorage(e)}function as(r){if(r.length===0)throw new Error("need at least one array to stack");let t=r.map(n=>n.storage),e=Ce(t);return z._fromStorage(e)}function ss(r,t,e=0){return Ve(r.storage,t,e).map(o=>z._fromStorage(o,r.base??r))}function is(r,t,e=0){return hr(r.storage,t,e).map(o=>z._fromStorage(o,r.base??r))}function us(r,t){return Fe(r.storage,t).map(n=>z._fromStorage(n,r.base??r))}function cs(r,t){return Pe(r.storage,t).map(n=>z._fromStorage(n,r.base??r))}function ls(r,t){let e=je(r.storage,t);return z._fromStorage(e)}function fs(r,t,e){return r.repeat(t,e)}function ms(r){return r.ravel()}function ps(r,t){return r.reshape(...t)}function ys(r,t){return r.squeeze(t)}function ds(r,t){return r.expand_dims(t)}function jr(r,t){let e=Le(r.storage,t);return z._fromStorage(e)}function gs(r){if(r.ndim<2)throw new Error("Input must be at least 2-D");return jr(r,1)}function hs(r){if(r.ndim<2)throw new Error("Input must be at least 2-D");return jr(r,0)}function As(r,t=1,e=[0,1]){let n=Ze(r.storage,t,e);return z._fromStorage(n)}function bs(r,t,e){let n=We(r.storage,t,e);return z._fromStorage(n)}function Ss(r,t,e=0){let n=Ge(r.storage,t,e);return z._fromStorage(n,r.base??r)}function Ns(...r){let t=r.map(o=>o.storage),n=Qe(t).map((o,a)=>o===t[a]?r[a]:z._fromStorage(o));return n.length===1?n[0]:n}function Ds(...r){let t=r.map(o=>o.storage),n=Xe(t).map((o,a)=>o===t[a]?r[a]:z._fromStorage(o));return n.length===1?n[0]:n}function xs(...r){let t=r.map(o=>o.storage),n=Ke(t).map((o,a)=>o===t[a]?r[a]:z._fromStorage(o));return n.length===1?n[0]:n}function ws(r,t){return He(r.storage,t).map(n=>z._fromStorage(n,r.base??r))}function Is(r){if(r.length===0)throw new Error("need at least one array to stack");let t=r.map(n=>n.storage),e=Ye(t);return z._fromStorage(e)}function zs(r){return Ht(r)}function _s(r,t){let e=Je(r.storage,t);return z._fromStorage(e)}function Bs(r,t,e){let n=t instanceof z?t:j(t,r.dtype);if(e===void 0){let o=r.flatten(),a=n.flatten();return or([o,a])}return or([r,n],e)}function Es(r,t,e){let n=r.dtype;if(e===void 0){let p=r.flatten(),d=(Array.isArray(t)?t:[t]).map(S=>S<0?p.size+S:S),g=[];for(let S=0;S<p.size;S++)d.includes(S)||g.push(S);let b=T(n),A=new b(g.length);for(let S=0;S<g.length;S++){let D=p.get([g[S]]);I(n)?A[S]=typeof D=="bigint"?D:BigInt(D):A[S]=D}let h=N.fromData(A,[g.length],n);return new z(h)}let o=r.shape,a=o.length,i=e<0?a+e:e;if(i<0||i>=a)throw new Error(`axis ${e} is out of bounds for array of dimension ${a}`);let u=o[i],s=Array.isArray(t)?t:[t],c=new Set(s.map(p=>p<0?u+p:p)),l=[],m=0;for(let p=0;p<=u;p++)(c.has(p)||p===u)&&(p>m&&l.push([m,p]),m=p+1);if(l.length===0){let p=[...o];return p[i]=0,J(p,n)}let f=[];for(let[p,y]of l){let d=o.map(()=>":");d[i]=`${p}:${y}`,f.push(r.slice(...d))}return or(f,i)}function vs(r,t,e,n){let o=e instanceof z?e:j(e,r.dtype);if(n===void 0){let m=r.flatten(),f=o.flatten(),p=t<0?m.size+t:t;if(p<0||p>m.size)throw new Error(`index ${t} is out of bounds for array of size ${m.size}`);let y=p>0?m.slice(`0:${p}`):null,d=p<m.size?m.slice(`${p}:`):null,g=[];return y&&g.push(y),g.push(f),d&&g.push(d),or(g)}let a=r.shape,i=a.length,u=n<0?i+n:n;if(u<0||u>=i)throw new Error(`axis ${n} is out of bounds for array of dimension ${i}`);let s=a[u],c=t<0?s+t:t;if(c<0||c>s)throw new Error(`index ${t} is out of bounds for axis ${n} with size ${s}`);let l=[];if(c>0){let m=a.map(()=>":");m[u]=`0:${c}`,l.push(r.slice(...m))}if(l.push(o),c<s){let m=a.map(()=>":");m[u]=`${c}:`,l.push(r.slice(...m))}return or(l,u)}function Os(r,t,e="constant",n=0){let o=r.shape,a=o.length,i=r.dtype,u;if(typeof t=="number"?u=o.map(()=>[t,t]):Array.isArray(t)&&typeof t[0]=="number"?u=o.map(()=>t):u=t,u.length!==a)throw new Error(`pad_width must have ${a} elements`);let s=o.map((d,g)=>d+u[g][0]+u[g][1]),c=s.reduce((d,g)=>d*g,1),l=T(i),m=new l(c),f=I(i);e==="constant"&&(f?m.fill(BigInt(n)):m.fill(n));let p=new Array(a).fill(0);for(let d=0;d<c;d++){let g=!0,b=[];for(let h=0;h<a;h++){let[S]=u[h],D=p[h]-S;if(D<0||D>=o[h]){g=!1;break}b.push(D)}let A;if(g)A=r.get(b);else if(e==="constant"){for(let h=a-1;h>=0&&(p[h]++,!(p[h]<s[h]));h--)p[h]=0;continue}else{let h=[];for(let S=0;S<a;S++){let[D]=u[S],x=p[S]-D,w=o[S];x<0?e==="edge"?x=0:e==="reflect"?(x=-x,x>=w&&(x=w-1)):e==="symmetric"?(x=-x-1,x>=w&&(x=w-1),x<0&&(x=0)):e==="wrap"&&(x=(x%w+w)%w):x>=w&&(e==="edge"?x=w-1:e==="reflect"?(x=2*w-x-2,x<0&&(x=0)):e==="symmetric"?(x=2*w-x-1,x<0&&(x=0)):e==="wrap"&&(x=x%w)),h.push(Math.max(0,Math.min(w-1,x)))}A=r.get(h)}f?m[d]=typeof A=="bigint"?A:BigInt(Number(A)):m[d]=Number(A);for(let h=a-1;h>=0&&(p[h]++,!(p[h]<s[h]));h--)p[h]=0}let y=N.fromData(m,s,i);return new z(y)}function Us(r,t){let e=wt(r.storage,t);return z._fromStorage(e,r.base??r)}function Ts(...r){let t=r.map(n=>n.storage);return Jn(t).map((n,o)=>z._fromStorage(n,r[o].base??r[o]))}function $s(...r){return Xr(...r)}function Ms(r,t,e){return r.take(t,e)}function ks(r,t,e){r.put(t,e)}function Cs(r,t){let e=t.map(o=>o.storage),n=Kn(r.storage,e);return z._fromStorage(n)}function Vs(r,t,e=!1){return ro(r.storage,t.storage,e)}function qs(r,t){return Oe(r.storage,t.storage)}function Fs(r,t){return z._fromStorage(st(r.storage,t))}function Ps(r,t){return z._fromStorage(it(r.storage,t))}function js(r,t,e=!1){let n=ut(r.storage,t,e);return typeof n=="number"?n:z._fromStorage(n)}function Rs(r,t,e=!1){let n=ct(r.storage,t,e);return typeof n=="number"?n:z._fromStorage(n)}function Ls(r,t,e,n=!1){let o=lt(r.storage,t,e,n);return typeof o=="number"?o:z._fromStorage(o)}function Zs(r,t,e,n=!1){let o=sr(r.storage,t,e,n);return typeof o=="number"?o:z._fromStorage(o)}function Ws(r,t,e,n=!1){let o=e?e.storage:void 0,a=Er(r.storage,t,o,n);return typeof a=="number"?a:z._fromStorage(a)}function Gs(r,t,e=!1){let n=vr(r.storage,t,e);return typeof n=="number"?n:z._fromStorage(n)}function Hs(r,t,e=!1){let n=Or(r.storage,t,e);return typeof n=="number"?n:z._fromStorage(n)}function Ys(r,t,e=!1){let n=Ur(r.storage,t,e);return typeof n=="number"?n:z._fromStorage(n)}function Js(r,t,e=0,n=!1){let o=yr(r.storage,t,e,n);return typeof o=="number"?o:z._fromStorage(o)}function Qs(r,t,e=0,n=!1){let o=ft(r.storage,t,e,n);return typeof o=="number"?o:z._fromStorage(o)}function Xs(r,t,e=!1){let n=Tr(r.storage,t,e);return typeof n=="number"?n:z._fromStorage(n)}function Ks(r,t,e=!1){let n=$r(r.storage,t,e);return typeof n=="number"?n:z._fromStorage(n)}function ri(r,t){let e=Mr(r.storage,t);return typeof e=="number"?e:z._fromStorage(e)}function ti(r,t){let e=kr(r.storage,t);return typeof e=="number"?e:z._fromStorage(e)}function ei(r,t){return z._fromStorage(mt(r.storage,t))}function ni(r,t){return z._fromStorage(pt(r.storage,t))}function oi(r,t,e=!1){let n=Cr(r.storage,t,e);return typeof n=="number"?n:z._fromStorage(n)}function ai(r){return r.cbrt()}function si(r){return r.fabs()}function ii(r,t){return r.divmod(t)}function ui(r){return r.square()}function ci(r,t){return r.remainder(t)}function li(r,t){return r.heaviside(t)}function fi(r,t){return r.bitwise_and(t)}function mi(r,t){return r.bitwise_or(t)}function pi(r,t){return r.bitwise_xor(t)}function yi(r){return r.bitwise_not()}function di(r){return r.invert()}function gi(r,t){return r.left_shift(t)}function hi(r,t){return r.right_shift(t)}function Ai(r,t=-1,e="big"){let n=wo(r.storage,t,e);return z._fromStorage(n)}function bi(r,t=-1,e=-1,n="big"){let o=Io(r.storage,t,e,n);return z._fromStorage(o)}function Si(r,...t){let e=t.map(o=>o.storage),n=un(r,...e);return typeof n=="number"||typeof n=="bigint"?n:z._fromStorage(n)}var Ni={cross:(r,t,e=-1,n=-1,o=-1,a)=>{let i=ln(r.storage,t.storage,e,n,o,a);return typeof i=="number"?i:z._fromStorage(i)},norm:(r,t=null,e=null,n=!1)=>{let o=fn(r.storage,t,e,n);return typeof o=="number"?o:z._fromStorage(o)},vector_norm:(r,t=2,e,n=!1)=>{let o=ur(r.storage,t,e,n);return typeof o=="number"?o:z._fromStorage(o)},matrix_norm:(r,t="fro",e=!1)=>{let n=nr(r.storage,t,e);return typeof n=="number"?n:z._fromStorage(n)},qr:(r,t="reduced")=>{let e=bt(r.storage,t);return e instanceof N?z._fromStorage(e):"q"in e&&"r"in e?{q:z._fromStorage(e.q),r:z._fromStorage(e.r)}:{h:z._fromStorage(e.h),tau:z._fromStorage(e.tau)}},cholesky:(r,t=!1)=>z._fromStorage(mn(r.storage,t)),svd:(r,t=!0,e=!0)=>{let n=pn(r.storage,t,e);return"u"in n?{u:z._fromStorage(n.u),s:z._fromStorage(n.s),vt:z._fromStorage(n.vt)}:z._fromStorage(n)},det:r=>yn(r.storage),inv:r=>z._fromStorage(qr(r.storage)),solve:(r,t)=>z._fromStorage(dn(r.storage,t.storage)),lstsq:(r,t,e=null)=>{let n=gn(r.storage,t.storage,e);return{x:z._fromStorage(n.x),residuals:z._fromStorage(n.residuals),rank:n.rank,s:z._fromStorage(n.s)}},cond:(r,t=2)=>hn(r.storage,t),matrix_rank:(r,t)=>An(r.storage,t),matrix_power:(r,t)=>z._fromStorage(bn(r.storage,t)),pinv:(r,t=1e-15)=>z._fromStorage(Sn(r.storage,t)),eig:r=>{let t=Dt(r.storage);return{w:z._fromStorage(t.w),v:z._fromStorage(t.v)}},eigh:(r,t="L")=>{let e=xt(r.storage,t);return{w:z._fromStorage(e.w),v:z._fromStorage(e.v)}},eigvals:r=>z._fromStorage(Nn(r.storage)),eigvalsh:(r,t="L")=>z._fromStorage(Dn(r.storage,t))};function Di(r,t,e){return z._fromStorage(to(r.storage,t.storage,e))}function xi(r,t,e,n){eo(r.storage,t.storage,e.storage,n)}function wi(r,t,e){let n=e instanceof z?e.storage:e;no(r.storage,t.storage,n)}function Ii(r,t,e){return z._fromStorage(oo(r.storage,t.storage,e))}function zi(r,t,e=0){let n=r.map(a=>a.storage),o=t.map(a=>a.storage);return z._fromStorage(ao(n,o,e))}function _i(r,t,e){so(r.storage,t.storage,e.storage)}function Bi(r,t=2){return It(r,t).map(n=>z._fromStorage(n))}function Ei(r){return io(r.storage).map(e=>z._fromStorage(e))}function vi(r,t=0,e){return zt(r,t,e).map(o=>z._fromStorage(o))}function Oi(r,t=0){return uo(r.storage,t).map(n=>z._fromStorage(n))}function Ui(r,t=0,e){return _t(r,t,e).map(o=>z._fromStorage(o))}function Ti(r,t=0){return co(r.storage,t).map(n=>z._fromStorage(n))}function $i(r,t,e=0){return lo(r,(a,i)=>t(a,i).storage,e).map(a=>z._fromStorage(a))}function Mi(r,t="int32"){return z._fromStorage(fo(r,t))}function ki(...r){return mo(...r.map(e=>e.storage)).map(e=>z._fromStorage(e))}function Ci(r,t,e="raise"){let n=r.map(o=>o.storage);return z._fromStorage(po(n,t,e))}function Vi(r,t,e="C"){let n=r instanceof z?r.storage:r;return yo(n,t,e).map(a=>z._fromStorage(a))}function qi(r,t=-1){return z._fromStorage(Et(r.storage,t))}function Fi(r,t=-1){return z._fromStorage(vt(r.storage,t))}function Pi(r){let t=r.map(e=>e.storage);return z._fromStorage(zo(t))}function ji(r,t,e=-1){return z._fromStorage(Ot(r.storage,t,e))}function Ri(r,t,e=-1){return z._fromStorage(Ut(r.storage,t,e))}function Li(r){return z._fromStorage(_o(r.storage))}function Zi(r){return Pr(r.storage).map(e=>z._fromStorage(e))}function Wi(r){return z._fromStorage(Bo(r.storage))}function Gi(r,t,e){let n=Eo(r.storage,t?.storage,e?.storage);return Array.isArray(n)?n.map(o=>z._fromStorage(o)):z._fromStorage(n)}function Hi(r,t,e="left"){return z._fromStorage(Tt(r.storage,t.storage,e))}function Yi(r,t){return z._fromStorage(vo(r.storage,t.storage))}function Ji(r,t){let e=$t(r.storage,t);return typeof e=="number"?e:z._fromStorage(e)}function Yt(r,t=0){return z._fromStorage(Mt(r.storage,t))}function Qi(r){return z._fromStorage(kt(r.storage))}function Xi(r){return z._fromStorage(Ct(r.storage))}function Ki(r){return z._fromStorage(Vt(r.storage))}function ru(r){return z._fromStorage(qt(r.storage))}function tu(r){return z._fromStorage(Ft(r.storage))}function eu(r,t=!1,e=!1,n=!1){let o=X(r.storage,t,e,n);if(o instanceof N)return z._fromStorage(o);let a={values:z._fromStorage(o.values)};return o.indices&&(a.indices=z._fromStorage(o.indices)),o.inverse&&(a.inverse=z._fromStorage(o.inverse)),o.counts&&(a.counts=z._fromStorage(o.counts)),a}function nu(r,t){return z._fromStorage(Uo(r.storage,t.storage))}function ou(r,t){return z._fromStorage(To(r.storage,t.storage))}function au(r,t){return z._fromStorage(Pt(r.storage,t.storage))}function su(r,t){return z._fromStorage($o(r.storage,t.storage))}function iu(r,t){return z._fromStorage(Mo(r.storage,t.storage))}function uu(r,t){return z._fromStorage(ko(r.storage,t.storage))}function cu(r,t=1,e=-1){return z._fromStorage(jt(r.storage,t,e))}function lu(r,t=null,e=null){return z._fromStorage(Co(r.storage,t,e))}function fu(r,t=1,e=null){let n=Vo(r.storage,t,e);return Array.isArray(n)?n.map(o=>z._fromStorage(o)):z._fromStorage(n)}function mu(r,t,e=-1,n=-1,o=-1){return z._fromStorage(qo(r.storage,t.storage,e,n,o))}var Sr=new Uint8Array([147,78,85,77,80,89]),Rr=["float64","float32","int64","int32","int16","int8","uint64","uint32","uint16","uint8","bool"];function Jt(){let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256}var Lc={f8:"float64",f4:"float32",i8:"int64",i4:"int32",i2:"int16",i1:"int8",u8:"uint64",u4:"uint32",u2:"uint16",u1:"uint8",b1:"bool"},Nr={float64:"<f8",float32:"<f4",int64:"<i8",int32:"<i4",int16:"<i2",int8:"|i1",uint64:"<u8",uint32:"<u4",uint16:"<u2",uint8:"|u1",bool:"|b1"},pu={c:"complex numbers",S:"byte strings",U:"Unicode strings",O:"Python objects",V:"structured arrays (void)",M:"datetime64",m:"timedelta64"};function yu(r){if(r.startsWith("[")||r.startsWith("("))throw new Q(`Structured/compound dtypes are not supported: ${r}`);let t="",e=r;(r[0]==="<"||r[0]===">"||r[0]==="="||r[0]==="|")&&(t=r[0],e=r.slice(1));let n=e[0];if(n&&n in pu)throw new Q(`Unsupported dtype: ${pu[n]} (${r}). Use the 'force' parameter to skip arrays with unsupported dtypes.`);let o=Lc[e];if(!o)throw new Q(`Unknown or unsupported dtype descriptor: ${r}. Supported types: ${Rr.join(", ")}. Use the 'force' parameter to skip arrays with unsupported dtypes.`);let a=Jt(),i=t==="<"||t==="|"||t==="="&&a,u=t===">"||t==="="&&!a,s=parseInt(e.slice(1),10),c=s>1&&(u&&a||i&&!a);return{dtype:o,needsByteSwap:c,itemsize:s}}var Q=class extends Error{constructor(t){super(t),this.name="UnsupportedDTypeError"}},Z=class extends Error{constructor(t){super(t),this.name="InvalidNpyError"}};function Dr(r){let t=r instanceof ArrayBuffer?new Uint8Array(r):r,e=Lr(t);return Zr(t,e)}function Lr(r){if(r.length<10)throw new Z("File too small to be a valid NPY file");for(let c=0;c<Sr.length;c++)if(r[c]!==Sr[c])throw new Z("Invalid NPY magic number");let t=r[6],e=r[7];if(t!==1&&t!==2&&t!==3)throw new Z(`Unsupported NPY version: ${t}.${e}`);let n,o;t===1?(n=r[8]|r[9]<<8,o=10):(n=r[8]|r[9]<<8|r[10]<<16|r[11]<<24,o=12);let a=o+n;if(r.length<a)throw new Z("File truncated: header extends beyond file");let i=r.slice(o,a),u=new TextDecoder("utf-8").decode(i).trim(),s=Zc(u);return{version:{major:t,minor:e},header:s,dataOffset:a}}function Zr(r,t){let{header:e,dataOffset:n}=t,{dtype:o,needsByteSwap:a,itemsize:i}=yu(e.descr),u=e.shape.reduce((d,g)=>d*g,1),s=u*i,c=r.length-n;if(c<s)throw new Z(`File truncated: expected ${s} bytes of data, got ${c}`);let l=new ArrayBuffer(s);new Uint8Array(l).set(r.subarray(n,n+s));let f=Wc(l,o,u,a,i),p=e.shape,y;if(e.fortran_order&&p.length>1){let d=[...p].reverse(),g=N.fromData(f,d,o);y=Gc(g,d),p=e.shape}else y=N.fromData(f,[...p],o);return new z(y)}function Zc(r){let t=r.match(/'descr'\s*:\s*'([^']+)'/),e=r.match(/'fortran_order'\s*:\s*(True|False)/),n=r.match(/'shape'\s*:\s*\(([^)]*)\)/);if(!t||!e||!n)throw new Z(`Failed to parse NPY header: ${r}`);let o=t[1],a=e[1]==="True",i=n[1].trim(),u;return i===""?u=[]:u=i.split(",").map(s=>s.trim()).filter(s=>s!=="").map(s=>{let c=parseInt(s,10);if(isNaN(c))throw new Z(`Invalid shape value: ${s}`);return c}),{descr:o,fortran_order:a,shape:u}}function Wc(r,t,e,n,o){let a=T(t);if(!a)throw new Z(`Cannot create array for dtype: ${t}`);if(!n)return new a(r,0,e);let i=new Uint8Array(r),u=new Uint8Array(r.byteLength);for(let s=0;s<e;s++){let c=s*o;for(let l=0;l<o;l++)u[c+l]=i[c+o-1-l]}return new a(u.buffer,0,e)}function Gc(r,t){let e=t.length,n=r.size,o=r.dtype,a=T(o);if(!a)throw new Z(`Cannot create array for dtype: ${o}`);let i=new a(n),u=[...t].reverse(),s=du(t),c=du(u),l=new Array(e).fill(0);for(let m=0;m<n;m++){let f=m;for(let y=0;y<e;y++){let d=s[y];l[y]=Math.floor(f/d),f=f%d}let p=0;for(let y=0;y<e;y++)p+=l[e-1-y]*c[y];I(o),i[p]=r.iget(m)}return N.fromData(i,u,o)}function du(r){let t=new Array(r.length),e=1;for(let n=r.length-1;n>=0;n--)t[n]=e,e*=r[n];return t}function cr(r){let t=r.shape,e=r.dtype,n=Nr[e],o=t.length===0?"()":t.length===1?`(${t[0]},)`:`(${t.join(", ")})`,a=`{'descr': '${n}', 'fortran_order': False, 'shape': ${o}, }`,i=12,s=(64-(i+a.length+1)%64)%64;a=a+" ".repeat(s)+`
2
+ `;let c=new TextEncoder().encode(a),l=c.length,m=r.size,f=ie(e),p=m*f,y=i+l+p,d=new Uint8Array(y);d.set(Sr,0),d[6]=3,d[7]=0,d[8]=l&255,d[9]=l>>8&255,d[10]=l>>16&255,d[11]=l>>24&255,d.set(c,i);let g=i+l;return Hc(r,d.subarray(g),f),d}function Hc(r,t,e){let n=r.dtype,o=r.size,a=Jt(),i=I(n),u=r._storage;if(u.isCContiguous&&u.offset===0&&a){let c=u.data,l=new Uint8Array(c.buffer,c.byteOffset,o*e);t.set(l)}else{let c=new DataView(t.buffer,t.byteOffset,t.byteLength);for(let l=0;l<o;l++){let m=u.iget(l),f=l*e;i?Yc(c,f,m,n==="uint64"):Jc(c,f,m,n)}}}function Yc(r,t,e,n){n?r.setBigUint64(t,e,!0):r.setBigInt64(t,e,!0)}function Jc(r,t,e,n){switch(n){case"float64":r.setFloat64(t,e,!0);break;case"float32":r.setFloat32(t,e,!0);break;case"int32":r.setInt32(t,e,!0);break;case"int16":r.setInt16(t,e,!0);break;case"int8":r.setInt8(t,e);break;case"uint32":r.setUint32(t,e,!0);break;case"uint16":r.setUint16(t,e,!0);break;case"uint8":case"bool":r.setUint8(t,e);break;default:throw new Error(`Unsupported dtype for serialization: ${n}`)}}var Qc=(()=>{let r=new Uint32Array(256);for(let t=0;t<256;t++){let e=t;for(let n=0;n<8;n++)e=e&1?3988292384^e>>>1:e>>>1;r[t]=e}return r})();function Qt(r){let t=4294967295;for(let e=0;e<r.length;e++)t=Qc[(t^r[e])&255]^t>>>8;return(t^4294967295)>>>0}async function gu(r){let t=Au(r),e=new Map;for(let n of t){let o=await Xc(n);e.set(n.name,o)}return e}function hu(r){let t=Au(r),e=new Map;for(let n of t){if(n.compressionMethod!==0)throw new Error(`Cannot read compressed entry synchronously: ${n.name}. Use readZip() (async) for DEFLATE-compressed files.`);e.set(n.name,n.compressedData)}return e}function Au(r){let t=r instanceof ArrayBuffer?new Uint8Array(r):r,e=new DataView(t.buffer,t.byteOffset,t.byteLength),n=[],o=-1;for(let c=t.length-22;c>=0;c--)if(e.getUint32(c,!0)===101010256){o=c;break}if(o===-1)throw new Error("Invalid ZIP file: end of central directory not found");let a=e.getUint32(o+16,!0),i=e.getUint16(o+10,!0),u=[],s=a;for(let c=0;c<i&&e.getUint32(s,!0)===33639248;c++){let m=e.getUint16(s+10,!0),f=e.getUint32(s+16,!0),p=e.getUint32(s+20,!0),y=e.getUint32(s+24,!0),d=e.getUint16(s+28,!0),g=e.getUint16(s+30,!0),b=e.getUint16(s+32,!0),A=e.getUint32(s+42,!0),h=t.slice(s+46,s+46+d),S=new TextDecoder("utf-8").decode(h);u.push({name:S,compressionMethod:m,crc32:f,compressedSize:p,uncompressedSize:y,localHeaderOffset:A}),s=s+46+d+g+b}for(let c of u){let l=c.localHeaderOffset;if(e.getUint32(l,!0)!==67324752)throw new Error(`Invalid local file header at offset ${l}`);let f=e.getUint16(l+26,!0),p=e.getUint16(l+28,!0),y=l+30+f+p,d=t.slice(y,y+c.compressedSize);n.push({name:c.name,compressedData:d,compressionMethod:c.compressionMethod,crc32:c.crc32,compressedSize:c.compressedSize,uncompressedSize:c.uncompressedSize})}return n}async function Xc(r){if(r.compressionMethod===0)return r.compressedData;if(r.compressionMethod===8)return await Kc(r.compressedData);throw new Error(`Unsupported compression method: ${r.compressionMethod}`)}async function Kc(r){if(typeof DecompressionStream>"u")throw new Error("DecompressionStream is not available. This environment does not support the Compression Streams API. Please use a modern browser or Node.js 18+.");let t=new DecompressionStream("deflate-raw"),e=new Uint8Array(r.length);e.set(r);let n=t.writable.getWriter();n.write(e),n.close();let o=t.readable.getReader(),a=[];for(;;){let{done:c,value:l}=await o.read();if(c)break;a.push(l)}let i=a.reduce((c,l)=>c+l.length,0),u=new Uint8Array(i),s=0;for(let c of a)u.set(c,s),s+=c.length;return u}async function Wr(r,t={}){let e=t.force??!1,n=await gu(r);return bu(n,e)}function Gr(r,t={}){let e=t.force??!1,n=hu(r);return bu(n,e)}function bu(r,t){let e=new Map,n=[],o=new Map;for(let[a,i]of r){if(!a.endsWith(".npy"))continue;let u=a.slice(0,-4);try{let s=Dr(i);e.set(u,s)}catch(s){if(s instanceof Q&&t)n.push(u),o.set(u,s.message);else throw s}}return{arrays:e,skipped:n,errors:o}}async function re(r,t={}){let e=await Wr(r,t);return Object.fromEntries(e.arrays)}function te(r,t={}){let e=Gr(r,t);return Object.fromEntries(e.arrays)}async function Su(r,t={}){let e=t.compress??!1,n=[];for(let[f,p]of r){let y=Qt(p),d,g;e?(d=await tl(p),d.length<p.length?g=8:(d=p,g=0)):(d=p,g=0),n.push({name:f,data:p,compressedData:d,crc:y,compressionMethod:g,offset:0})}let o=0;for(let f of n){let p=new TextEncoder().encode(f.name);o+=30+p.length+f.compressedData.length}let a=0;for(let f of n){let p=new TextEncoder().encode(f.name);a+=46+p.length}let u=o+a+22,s=new Uint8Array(u),c=new DataView(s.buffer),l=0;for(let f of n)f.offset=l,l=Du(s,c,l,f);let m=l;for(let f of n)l=xu(s,c,l,f);return wu(c,l,n.length,a,m),s}function Nu(r){let t=[];for(let[l,m]of r){let f=Qt(m);t.push({name:l,data:m,compressedData:m,crc:f,compressionMethod:0,offset:0})}let e=0;for(let l of t){let m=new TextEncoder().encode(l.name);e+=30+m.length+l.compressedData.length}let n=0;for(let l of t){let m=new TextEncoder().encode(l.name);n+=46+m.length}let a=e+n+22,i=new Uint8Array(a),u=new DataView(i.buffer),s=0;for(let l of t)l.offset=s,s=Du(i,u,s,l);let c=s;for(let l of t)s=xu(i,u,s,l);return wu(u,s,t.length,n,c),i}function Du(r,t,e,n){let o=new TextEncoder().encode(n.name);return t.setUint32(e,67324752,!0),e+=4,t.setUint16(e,n.compressionMethod===8?20:10,!0),e+=2,t.setUint16(e,0,!0),e+=2,t.setUint16(e,n.compressionMethod,!0),e+=2,t.setUint16(e,0,!0),e+=2,t.setUint16(e,33,!0),e+=2,t.setUint32(e,n.crc,!0),e+=4,t.setUint32(e,n.compressedData.length,!0),e+=4,t.setUint32(e,n.data.length,!0),e+=4,t.setUint16(e,o.length,!0),e+=2,t.setUint16(e,0,!0),e+=2,r.set(o,e),e+=o.length,r.set(n.compressedData,e),e+=n.compressedData.length,e}function xu(r,t,e,n){let o=new TextEncoder().encode(n.name);return t.setUint32(e,33639248,!0),e+=4,t.setUint16(e,20,!0),e+=2,t.setUint16(e,n.compressionMethod===8?20:10,!0),e+=2,t.setUint16(e,0,!0),e+=2,t.setUint16(e,n.compressionMethod,!0),e+=2,t.setUint16(e,0,!0),e+=2,t.setUint16(e,33,!0),e+=2,t.setUint32(e,n.crc,!0),e+=4,t.setUint32(e,n.compressedData.length,!0),e+=4,t.setUint32(e,n.data.length,!0),e+=4,t.setUint16(e,o.length,!0),e+=2,t.setUint16(e,0,!0),e+=2,t.setUint16(e,0,!0),e+=2,t.setUint16(e,0,!0),e+=2,t.setUint16(e,0,!0),e+=2,t.setUint32(e,0,!0),e+=4,t.setUint32(e,n.offset,!0),e+=4,r.set(o,e),e+=o.length,e}function wu(r,t,e,n,o){r.setUint32(t,101010256,!0),t+=4,r.setUint16(t,0,!0),t+=2,r.setUint16(t,0,!0),t+=2,r.setUint16(t,e,!0),t+=2,r.setUint16(t,e,!0),t+=2,r.setUint32(t,n,!0),t+=4,r.setUint32(t,o,!0),t+=4,r.setUint16(t,0,!0)}async function tl(r){if(typeof CompressionStream>"u")throw new Error("CompressionStream is not available. This environment does not support the Compression Streams API. Please use a modern browser or Node.js 18+.");let t=new CompressionStream("deflate-raw"),e=new Uint8Array(r.length);e.set(r);let n=t.writable.getWriter();n.write(e),n.close();let o=t.readable.getReader(),a=[];for(;;){let{done:c,value:l}=await o.read();if(c)break;a.push(l)}let i=a.reduce((c,l)=>c+l.length,0),u=new Uint8Array(i),s=0;for(let c of a)u.set(c,s),s+=c.length;return u}async function ee(r,t={}){let e=Iu(r);return Su(e,{compress:t.compress??!1})}function ne(r){let t=Iu(r);return Nu(t)}function Iu(r){let t=new Map;if(Array.isArray(r)){for(let n=0;n<r.length;n++){let o=r[n],a=cr(o);t.set(`arr_${n}.npy`,a)}return t}let e=r instanceof Map?r.entries():Object.entries(r);for(let[n,o]of e){if(typeof n!="string"||n.length===0)throw new Error("Array names must be non-empty strings");let a=cr(o),i=n.endsWith(".npy")?n:`${n}.npy`;t.set(i,a)}return t}var sl="0.9.0";0&&(module.exports={DTYPE_TO_DESCR,InvalidNpyError,NDArray,SUPPORTED_DTYPES,UnsupportedDTypeError,__version__,absolute,append,arange,arccos,arccosh,arcsin,arcsinh,arctan,arctan2,arctanh,argpartition,argsort,around,array,array_equal,array_equiv,array_split,asanyarray,asarray,ascontiguousarray,asfortranarray,atleast_1d,atleast_2d,atleast_3d,average,bitwise_and,bitwise_not,bitwise_or,bitwise_xor,broadcast_arrays,broadcast_shapes,broadcast_to,cbrt,ceil,choose,column_stack,compress,concatenate,copy,cos,cosh,count_nonzero,cross,cumprod,cumsum,deg2rad,degrees,delete:null,diag,diag_indices,diag_indices_from,diagflat,diagonal,diff,divmod,dot,dsplit,dstack,ediff1d,einsum,empty,empty_like,exp,exp2,expand_dims,expm1,extract,eye,fabs,fix,flatnonzero,flip,fliplr,flipud,floor,floor_divide,frombuffer,fromfile,fromfunction,fromiter,fromstring,full,full_like,geomspace,gradient,heaviside,hsplit,hstack,hypot,identity,in1d,indices,inner,insert,intersect1d,invert,isin,ix_,kron,left_shift,lexsort,linalg,linspace,loadNpz,loadNpzSync,log,log10,log1p,log2,logaddexp,logaddexp2,logspace,mask_indices,median,meshgrid,mod,moveaxis,nanargmax,nanargmin,nancumprod,nancumsum,nanmax,nanmean,nanmedian,nanmin,nanprod,nanstd,nansum,nanvar,negative,nonzero,ones,ones_like,outer,packbits,pad,parseNpy,parseNpyData,parseNpyHeader,parseNpz,parseNpzSync,partition,percentile,place,positive,power,ptp,put,put_along_axis,putmask,quantile,rad2deg,radians,ravel,ravel_multi_index,reciprocal,remainder,repeat,reshape,resize,right_shift,rint,roll,rollaxis,rot90,round,row_stack,searchsorted,select,serializeNpy,serializeNpz,serializeNpzSync,setdiff1d,setxor1d,sign,sin,sinh,sort,sort_complex,split,sqrt,square,squeeze,stack,swapaxes,take,take_along_axis,tan,tanh,tensordot,tile,trace,transpose,tri,tril,tril_indices,tril_indices_from,triu,triu_indices,triu_indices_from,trunc,union1d,unique,unpackbits,unravel_index,vander,vsplit,vstack,where,zeros,zeros_like});
3
3
  //# sourceMappingURL=numpy-ts.node.cjs.map