<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>thekoruku</author_name>
  <author_url>https://blog.hatena.ne.jp/thekoruku/</author_url>
  <blog_title>done is better than perfect</blog_title>
  <blog_url>https://dibtp.hateblo.jp/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>自分用メモ書き．ある行列から指定した行だけ(例えば[1,3,4]みたいな感じでリストで抜き出したい行が入っているとする)でできた行列を作る． In [1]: choices = [[0, 1, 2, 3], [10, 11, 12, 13], ...: [20, 21, 22, 23], [30, 31, 32, 33]] In [3]: import numpy as np In [4]: choices = np.array(choices) In [5]: choices Out[5]: array([[ 0, 1, 2, 3], [10, 11, 12, 13], [20, 21, 2…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdibtp.hateblo.jp%2Fentry%2F2015%2F01%2F20%2F005846&quot; title=&quot;numpy.arrayやscipy.sparse.lil_matrixなどで指定した行だけでできた行列を作る - done is better than perfect&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-01-20 00:58:46</published>
  <title>numpy.arrayやscipy.sparse.lil_matrixなどで指定した行だけでできた行列を作る</title>
  <type>rich</type>
  <url>https://dibtp.hateblo.jp/entry/2015/01/20/005846</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
