summaryrefslogtreecommitdiff
path: root/inc/math_SVD.lxx
blob: fda3d6401d29af849825c16291b529338fc89fe2 (plain)
1
2
3
4
5
6
7
8
9
10
// File math_SVD.lxx

inline Standard_Boolean math_SVD::IsDone() const { return Done; }

inline Standard_OStream& operator<<(Standard_OStream& o,
				    const math_SVD& S)
{
  S.Dump(o);
  return o;
}