<?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>数値計算</anon>
    <anon>LAPACK</anon>
  </categories>
  <description>数値解析の授業で逆行列は求めちゃダメって言われたけど、気にしない気にしない。 実行列の逆行列を求める Fortranの DGETRF でLU分解した後、 DGETRI で逆行列を求める。 /* * hoge.c * SIZE*SIZE型の実行列の逆行列を計算 * 元の行列は * (2 3 ) * (1 0.5) */ #define SIZE 2 #include &lt;stdio.h&gt; int main(void){ int m = SIZE ; // 行のサイズ int n = SIZE ; // 列のサイズ int lda = SIZE ; // mと同じ値 double A[SIZE*SI…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fauewe.hatenablog.com%2Fentry%2F2013%2F11%2F25%2F024149&quot; title=&quot;C言語からLAPACKを呼んで逆行列を求める(LU分解する) - 余白の書きなぐり&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-11-25 02:41:49</published>
  <title>C言語からLAPACKを呼んで逆行列を求める(LU分解する)</title>
  <type>rich</type>
  <url>https://auewe.hatenablog.com/entry/2013/11/25/024149</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
