Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ csr
Method
csr
cadquery/occ_impl/nurbs.py:123–125 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
return
self.coo().tocsc()
122
123
def
csr(self):
124
125
return
self.coo().tocsr()
126
127
@classmethod
128
def
fromSP(cls, sparr: sp.sparray | sp.spmatrix):
Callers
1
test_COO
Function · 0.80
Calls
1
coo
Method · 0.95
Tested by
1
test_COO
Function · 0.64