<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>m-hiyama-memo</author_name>
  <author_url>https://blog.hatena.ne.jp/m-hiyama-memo/</author_url>
  <blog_title>(保存用) 檜山正幸のキマイラ飼育記 メモ編</blog_title>
  <blog_url>https://m-hiyama-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>計算できればいい。 /* mat.js *//* * 簡易行列計算（掛け算のみ） * * 行列は入れ子の配列で表す。 * 例：[ [2, 0, 1], [0, 3, -1] ] これは2行3列の行列 * - matMult -- 掛け算 * - matEq -- 等値判定 * - matPrint -- 表示 * それぞれ、m, e, p という短縮名がある。 */ // 行列mの列の数 function cols(m) { return m[0].length; }// 行列mの行の数 function rows(m) { return m.length; }// 行列mのi列目を取り出す …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fm-hiyama-memo.hatenablog.jp%2Fentry%2F20090423%2F1240458923&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>2009-04-23 12:55:23</published>
  <title>とりあえず行列掛け算</title>
  <type>rich</type>
  <url>https://m-hiyama-memo.hatenablog.jp/entry/20090423/1240458923</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
