Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « bsr_matrix »

Méthode scipy.sparse.bsr_matrix.tocoo

Signature de la méthode tocoo

def tocoo(self, copy=True) 

Description

tocoo.__doc__

Convert this matrix to COOrdinate format.

        When copy=False the data array will be shared between
        this matrix and the resultant coo_matrix.