<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://merzba.ch/dw/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://merzba.ch/dw/feed.php">
        <title>sebastian merzba.ch</title>
        <description></description>
        <link>https://merzba.ch/dw/</link>
        <image rdf:resource="https://merzba.ch/dw/lib/tpl/sm/images/favicon.ico" />
       <dc:date>2026-04-05T03:39:23+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://merzba.ch/dw/blg:google_scholar_alerts"/>
                <rdf:li rdf:resource="https://merzba.ch/dw/blg:matlab_decomposition_parfor"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://merzba.ch/dw/lib/tpl/sm/images/favicon.ico">
        <title>sebastian merzba.ch</title>
        <link>https://merzba.ch/dw/</link>
        <url>https://merzba.ch/dw/lib/tpl/sm/images/favicon.ico</url>
    </image>
    <item rdf:about="https://merzba.ch/dw/blg:google_scholar_alerts">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-16T15:52:28+0200</dc:date>
        <dc:creator>sm (sm@undisclosed.example.com)</dc:creator>
        <title>Google Scholar alerts for uncited papers</title>
        <link>https://merzba.ch/dw/blg:google_scholar_alerts</link>
        <description>Google Scholar alerts for uncited papers

TL;DR:

Get direct Create alert links on Google Scholar listings, even for uncited papers, by using this script in Greasemonkey (Firefox) or this script in Tampermonkey (Chrome).

What are Scholar alerts?

[Example Scholar alert email]
If you're not familiar with it, Google Scholar has a nice feature that allows you to subscribe to new citations of existing papers, authors or search terms.
This service is awesome for keeping up to date about new papers i…</description>
    </item>
    <item rdf:about="https://merzba.ch/dw/blg:matlab_decomposition_parfor">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-15T01:07:59+0200</dc:date>
        <dc:creator>sm (sm@undisclosed.example.com)</dc:creator>
        <title>Matlab decomposition objects in parfor</title>
        <link>https://merzba.ch/dw/blg:matlab_decomposition_parfor</link>
        <description>Matlab decomposition objects in parfor

In Matlab 2017b Mathworks introduced the decomposition class, which precomputes a decomposition of a linear system:


&gt;&gt; A = rand(10000, 10000);
&gt;&gt; b = rand(10000, 1);
&gt;&gt; tic; x = A \ b; toc
Elapsed time is 5.049433 seconds.

&gt;&gt; tic; dA = decomposition(A); toc
Elapsed time is 4.916148 seconds.

&gt;&gt; tic; x2 = dA \ b; toc
Elapsed time is 0.039961 seconds.

&gt;&gt; nnz(x ~= x2)
ans = 0</description>
    </item>
</rdf:RDF>
