GCXS.astype
- GCXS.astype(dtype, casting='unsafe', copy=True)
Copy of the array, cast to a specified type.
See also
scipy.sparse.coo_matrix.astypeSciPy sparse equivalent function
numpy.ndarray.astypeNumPy equivalent ufunc.
COO.elemwiseApply an arbitrary element-wise function to one or two arguments.