SelfweightCalculator.compute_face_matrix
- SelfweightCalculator.compute_face_matrix()
Compute the face matrix of the mesh.
- Returns:
scipy.sparse.csr_matrix
Number of rows is equal to the number of faces. Number of columns is equal to the number of vertices. Each row representa a face. The row contains ones in every column corresponding to a vertex of the face.