<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>telltales</author_name>
  <author_url>https://blog.hatena.ne.jp/telltales/</author_url>
  <blog_title>底辺大学の院生がプログラミングや機械学習を勉強するブログ</blog_title>
  <blog_url>https://telltale.hatenablog.com/</blog_url>
  <categories>
    <anon>C/C++</anon>
  </categories>
  <description>行列の計算を今までEigenにやらせてたんだけど、やっぱり自分で作るかーと思ったのでここ数日行列クラスを実装する作業に明け暮れてた。こんな感じ。 // TEMPLATE CLASS Matrix template &lt;class Ty_&gt; class Matrix { // define my matrix class std::vector&lt;std::vector&lt;Ty_&gt;&gt; mat_; public: explicit Matrix(const int rows = 0, const int cols = 0) : mat_(rows, std::vector&lt;Ty_&gt;(cols, 0)) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftelltale.hatenablog.com%2Fentry%2F2016%2F07%2F17%2F211207&quot; title=&quot;演算子オーバーロードとfriend関数 - 底辺大学の院生がプログラミングや機械学習を勉強するブログ&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>2016-07-17 21:12:07</published>
  <title>演算子オーバーロードとfriend関数</title>
  <type>rich</type>
  <url>https://telltale.hatenablog.com/entry/2016/07/17/211207</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
