MCPcopy
hub / github.com/CadQuery/cadquery / coo

Method coo

cadquery/occ_impl/nurbs.py:111–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 shape: tuple[int, int]
110
111 def coo(self):
112
113 return sp.coo_matrix((self.v, (self.i, self.j)), shape=self.shape)
114
115 def cooarr(self):
116

Callers 8

cscMethod · 0.95
csrMethod · 0.95
constrainedApproximate2DFunction · 0.80
test_periodic_dmFunction · 0.80
test_dm_2dFunction · 0.80
test_dmFunction · 0.80
test_COOFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_periodic_dmFunction · 0.64
test_dm_2dFunction · 0.64
test_dmFunction · 0.64
test_COOFunction · 0.64