Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
csc
Method · 0.95
csr
Method · 0.95
constrainedApproximate2D
Function · 0.80
test_periodic_dm
Function · 0.80
test_dm_2d
Function · 0.80
test_dm
Function · 0.80
test_COO
Function · 0.80
test_constrainedApproximate2D
Function · 0.80
Calls
no outgoing calls
Tested by
5
test_periodic_dm
Function · 0.64
test_dm_2d
Function · 0.64
test_dm
Function · 0.64
test_COO
Function · 0.64
test_constrainedApproximate2D
Function · 0.64