Stephan Rave

Results 176 comments of Stephan Rave

Some first quick check: ```python from IPython import get_ipython ipython = get_ipython() from pymor.basic import * from pymor.algorithms.gram_schmidt import gram_schmidt_vec U = NumpyVectorSpace(1000).random(100) ipython.run_line_magic('timeit', 'gram_schmidt(U, reiterate=False)') ipython.run_line_magic('timeit', 'gram_schmidt_vec(U, reiterate=False)') ```...

BTW, I think there is potential for quite a few optimizations on the Python side in case this turns out to be a limiting factor.

Removing from milestone due to hard freeze.

@ftschindler, there are no dune-xt/dune-gdt wheels for 3.12. Is there a timeline?

> @ftschindler, there are no dune-xt/dune-gdt wheels for 3.12. Is there a timeline? @ftschindler, any updates?

> > > @ftschindler, there are no dune-xt/dune-gdt wheels for 3.12. Is there a timeline? > > > > > > @ftschindler, any updates? > > Did not see that...

@ftschindler, I'd say this should be merged in about two weeks.

@ftschindler, I will merge this now. Please let me know when updated gdt wheels are available.

@pymor/all, I have now started working on a how-to style MOR methods overview. Let me know what you think about the style and/or contribute some more snippets.