A function is well-conditioned roughly if it's computable with small forwards error. Often, there are problems like computing the Singular Value Decomposition, which are fundamentally ill-conditioned, but which may nevertheless admit good backwards stable algorithms. I'm interested in whether there's a general term for something being computable in a backwards stable manner. Such a term would be useful because it appears to be a more common property than well-conditionedness.
Alternatively, I may be looking at this topic in the wrong way.