Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ csc
Method
csc
cadquery/occ_impl/nurbs.py:119–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
return
sp.coo_array((self.v, (self.i, self.j)), shape=self.shape)
118
119
def
csc(self):
120
121
return
self.coo().tocsc()
122
123
def
csr(self):
124
Callers
5
periodicApproximate
Function · 0.80
approximate
Function · 0.80
approximate2D
Function · 0.80
constrainedApproximate2D
Function · 0.80
test_COO
Function · 0.80
Calls
1
coo
Method · 0.95
Tested by
1
test_COO
Function · 0.64