<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>narumij</author_name>
  <author_url>https://blog.hatena.ne.jp/narumij/</author_url>
  <blog_title>ちょっとしたメモなど</blog_title>
  <blog_url>https://narumij.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>ニューメリカルレシピinCを参考に書いてみました。 ublasにピボット無しのLU分解のメソッドがあることに気付いたので、 また逆行列やってみるときはそこら辺かな。※何度か修正してます。 (in-package #:cl) (defpackage #:lu (:use :cl) (:export #:m-inv)) (in-package #:lu) (defmethod matrix-at ((m array) i j) (aref m i j)) (defmethod (setf matrix-at) (value (m array) i j) (setf (aref m i j) val…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnarumij.hatenadiary.org%2Fentry%2F20100408%2F1270715432&quot; title=&quot;逆行列再び - ちょっとしたメモなど&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>2010-04-08 17:30:32</published>
  <title>逆行列再び</title>
  <type>rich</type>
  <url>https://narumij.hatenadiary.org/entry/20100408/1270715432</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
