HN user

lp251

129 karma
Posts0
Comments78
View on HN
No posts found.
[dead] 3 years ago

ye, that’s a thing. don’t pluck your nose hairs.

affine, not linear. describes a line that doesn't go through the origin. that pesky shift breaks linearity

5(2z) + 2 != 2(5z + 2)

Ah, sorry, I can't help too much there.

I skimmed through the proofs in the SI. Many of the tools they use are taken from the compressed sensing literature (robust null space property, sqrt LASSO paths, sample complexity for CS-MRI style problems...).

I can point you to additional reading, if you'd like.

You can, but sometimes it’s not ideal.

I ran into this when A and B had many derived classes. I wanted to put A and it’s derived classes in one module, and B and it’s derived classes in another. It was messy.

I wound up putting A and B in a single module and having a separate one for the derived classes. Not ideal.