<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">Memming&#039;s Inconsistency: sumsumK-vs-o-K-o에 달린 최근 댓글/트랙백 목록</title>
  <id>http://blog.memming.com/</id>
  <link rel="alternate" type="text/html" hreflang="en" href="http://blog.memming.com/" />
  <subtitle type="html">Nothing Personal, Yet Subjective</subtitle>
  <updated>2010-01-22T20:50:09-05:00</updated>
  <generator>Textcube 1.7.8 : Con moto</generator>
  <entry>
    <title type="html">Comment by Memming</title>
    <link rel="alternate" type="text/html" href="http://blog.memming.com/entry/sumsumK-vs-o-K-o#comment73546" />
    <author>
      <name>(Memming)</name>
    </author>
    <id>http://blog.memming.com/entry/sumsumK-vs-o-K-o#comment73546</id>
    <published>2010-01-21T15:32:26-05:00</published>
    <summary type="html">I should have compared against sum(K(:)) as well.....Hmmmm</summary>
  </entry>
  <entry>
    <title type="html">Comment by Memming</title>
    <link rel="alternate" type="text/html" href="http://blog.memming.com/entry/sumsumK-vs-o-K-o#comment73547" />
    <author>
      <name>(Memming)</name>
    </author>
    <id>http://blog.memming.com/entry/sumsumK-vs-o-K-o#comment73547</id>
    <published>2010-01-22T17:23:52-05:00</published>
    <summary type="html">&amp;gt;&amp;gt; o = ones(1,size(K,1)); tic; for k = 1:10000; o * K * o&#039;; end; toc
Elapsed time is 0.151128 seconds.
&amp;gt;&amp;gt; tic; for k = 1:10000; sum(sum(K)); end; toc
Elapsed time is 0.257047 seconds.
&amp;gt;&amp;gt; tic; for k = 1:10000; sum(K(:)); end; toc
Elapsed time is 0.224368 seconds.</summary>
  </entry>
</feed>
