<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>blono</author_name>
  <author_url>https://blog.hatena.ne.jp/blono/</author_url>
  <blog_title>yanoの日記</blog_title>
  <blog_url>https://yano.hatenadiary.jp/</blog_url>
  <categories>
    <anon>boost</anon>
    <anon>C++</anon>
    <anon>lapack</anon>
    <anon>uBLAS</anon>
  </categories>
  <description>今回はコレスキー分解を実装します．コレスキー分解はLU分解の特別な場合であり，入力行列 A が正値対称行列なら，これを A = L x trans(L) あるいは A = trans(U) x U に分解することができます．コレスキー分解は lapack.dpotrf で計算することができます． 以下に私の実装例を示します．math.hpp #ifndef MATH_HPP_20081016 #define MATH_HPP_20081016 #if defined(_MSC_VER) &amp;&amp; (_MSC_VER &gt;= 1020) # pragma once #endif #include &lt;b…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyano.hatenadiary.jp%2Fentry%2F20081016%2F1224096708&quot; title=&quot;Boost.uBLAS でコレスキー分解 - yanoの日記&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>2008-10-16 03:51:48</published>
  <title>Boost.uBLAS でコレスキー分解</title>
  <type>rich</type>
  <url>https://yano.hatenadiary.jp/entry/20081016/1224096708</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
