gram_schmidt: set default for copy parameter to True? #123
Comments
No objections. On 18 June 2015 15:00:49 CEST, Stephan Rave notifications@github.com wrote:
Felix Schindler (born Albrecht) Tel.: +49 251 83 35130 |
My code does not use gram_schmidt directly, only gram_schmidt_basis_extension, so no objections. |
Done in 711393a. |
Since gram_schmidt always returns the orthonormalized matrix and pyMOR usually copies data per default to be on the safe side, the current behaviour is unexpected.
@ftalbrecht, @andreasbuhr, any objections? (Of course, changing the default will break code which assumes that gram_schmidt is in-place by default.)
The text was updated successfully, but these errors were encountered: