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.toString,"\nbase.ndarray.prototype.toString()\n Serializes an ndarray as a string.\n"
1157
1157
base.ndarray.prototype.toJSON,"\nbase.ndarray.prototype.toJSON()\n Serializes an ndarray as a JSON object.\n"
1158
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"
1159
-
base.ndzeros,"\nbase.ndzeros( dtype:string, shape:ArrayLikeObject<integer>, order:string )\n Returns a zero-filled ndarray having a specified shape and data type.\n"
1159
+
base.ndzeros,"\nbase.ndzeros( dtype:string|DataType, shape:ArrayLikeObject<integer>, \n order:string )\n Returns a zero-filled ndarray having a specified shape and data type.\n"
1160
1160
base.ndzerosLike,"\nbase.ndzerosLike( x:ndarray )\n Returns a zero-filled ndarray having the same shape and data type as a\n provided input ndarray.\n"
1161
1161
base.negafibonacci,"\nbase.negafibonacci( n:integer )\n Computes the nth negaFibonacci number.\n"
1162
1162
base.negalucas,"\nbase.negalucas( n:integer )\n Computes the nth negaLucas number.\n"
0 commit comments