MCPcopy
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

periodicApproximateFunction · 0.80
approximateFunction · 0.80
approximate2DFunction · 0.80
constrainedApproximate2DFunction · 0.80
test_COOFunction · 0.80

Calls 1

cooMethod · 0.95

Tested by 1

test_COOFunction · 0.64