Hello All, In the SVD class I notice:
FastMath.max(m, n) all over the place. Since these values are known when the constructor is called and are final, would anyone object to making the result a private instance variable? -Greg
Hello All, In the SVD class I notice:
FastMath.max(m, n) all over the place. Since these values are known when the constructor is called and are final, would anyone object to making the result a private instance variable? -Greg