<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>auewe</author_name>
  <author_url>https://blog.hatena.ne.jp/auewe/</author_url>
  <blog_title>余白の書きなぐり</blog_title>
  <blog_url>https://auewe.hatenablog.com/</blog_url>
  <categories>
    <anon>C</anon>
    <anon>LAPACK</anon>
    <anon>数値計算</anon>
  </categories>
  <description>/* * SIZE*SIZE型の複素行列の固有値と固有ベクトルを計算 * (1 2i) * (i 1+i) */ #define SIZE 2 // 2*2型の行列 #include &lt;stdio.h&gt; #include &lt;complex.h&gt; int main(void) { char jobvl = 'N' ;// 左固有ベクトルは計算しない char jobvr = 'V' ;// 右固有ベクトルは計算する int n = SIZE ;// 対角化する正方行列のサイズ double _Complex A[SIZE*SIZE] ;// 対角化する行列 A[0]=1; A[2]=2*I; A…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fauewe.hatenablog.com%2Fentry%2F2013%2F05%2F04%2F215949&quot; title=&quot; C言語からLAPACKのzgeevを呼んで複素行列を対角化 - 余白の書きなぐり&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://chart.apis.google.com/chart?cht=tx&amp;chl=%7B%0Aa_%7B11%7D%5C%20%5C%20%5C%20%5C%20%20a_%7B12%7D%5C%20%5C%20%5C%20%5C%20%20a_%7B13%7D%5C%5C%0Aa_%7B21%7D%5C%20%5C%20%5C%20%5C%20%20a_%7B22%7D%5C%20%5C%20%5C%20%5C%20%20a_%7B23%7D%5C%5C%0Aa_%7B31%7D%5C%20%5C%20%5C%20%5C%20%20a_%7B32%7D%5C%20%5C%20%5C%20%5C%20%20a_%7B33%7D</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-05-04 21:59:49</published>
  <title> C言語からLAPACKのzgeevを呼んで複素行列を対角化</title>
  <type>rich</type>
  <url>https://auewe.hatenablog.com/entry/2013/05/04/215949</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
