scipy.sparse.coo_matrix.

tan#

coo_matrix.tan()[source]#

Element-wise tan. See numpy.tan for more information.

Returns:
tansparse array / matrix

Result of applying numpy.tan to the data of this sparse matrix.