You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base.ndarray.prototype.iget,"\nbase.ndarray.prototype.iget( idx:integer )\n Returns an array element located at a specified linear index.\n"
1153
1153
base.ndarray.prototype.set,"\nbase.ndarray.prototype.set( ...idx:integer, v:any )\n Sets an array element specified according to provided subscripts.\n"
1154
1154
base.ndarray.prototype.iset,"\nbase.ndarray.prototype.iset( idx:integer, v:any )\n Sets an array element located at a specified linear index.\n"
1155
+
base.ndarray.prototype.toLocaleString,"\nbase.ndarray.prototype.toLocaleString( [locales:string|Array[, \n options:Object]] )\n Serializes an ndarray as a locale-aware string.\n"
1155
1156
base.ndarray.prototype.toString,"\nbase.ndarray.prototype.toString()\n Serializes an ndarray as a string.\n"
1156
1157
base.ndarray.prototype.toJSON,"\nbase.ndarray.prototype.toJSON()\n Serializes an ndarray as a JSON object.\n"
1157
1158
base.ndarrayUnary,"\nbase.ndarrayUnary( arrays:ArrayLikeObject<ndarray>, fcn:Function )\n Applies a unary callback to elements in an input ndarray and assigns results\n to elements in an output ndarray.\n"
0 commit comments