<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shincode</author_name>
  <author_url>https://blog.hatena.ne.jp/shincode/</author_url>
  <blog_title>shincodeのブログ</blog_title>
  <blog_url>https://shincode.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>ベクトルとの掛け算、逆行行列演算を実装しているので、 大学のレポート・研究で役立つかも。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Numerics; namespace MatrixNxN { [Serializable] public class ComplexMatrix { public ComplexMatrix(int n) { sMatrix = new Complex[n, n]; } public ComplexMatri…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshincode.hatenablog.com%2Fentry%2F2015%2F10%2F15%2F232242&quot; title=&quot;NxN行列の複素行列クラス - shincodeのブログ&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>2015-10-15 23:22:42</published>
  <title>NxN行列の複素行列クラス</title>
  <type>rich</type>
  <url>https://shincode.hatenablog.com/entry/2015/10/15/232242</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
