<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fortran66</author_name>
  <author_url>https://blog.hatena.ne.jp/fortran66/</author_url>
  <blog_title>fortran66のブログ</blog_title>
  <blog_url>https://fortran66.hatenablog.com/</blog_url>
  <categories>
    <anon>Fortran2008</anon>
  </categories>
  <description>Fortranは配列操作が得意なわけですが、配列に要素を計算して代入するときに、その要素が配列のインデックスにどの程度依存するかで並列化に適したLOOP構造を選べます。 配列の要素が全くインデックスによらない場合、インデックスを省略した記法が使えます。(例：b = a) 配列の要素が、その要素のインデックスのみに依るのならば、各要素は独立なので、順序を気にせず並列に計算できます。この場合は、FORALLないしDO CONCURRENTが使えます。FORALLは基本的に代入操作にしか使えず、かつ設計仕様が複雑すぎて実装が難しく、並列化も効かせにくいので、使わないほうがよいとされていますが、１行で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffortran66.hatenablog.com%2Fentry%2F20120418%2F1334680617&quot; title=&quot;配列代入のLOOP構造分類 - fortran66のブログ&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>http://cdn-ak.f.st-hatena.com/images/fotolife/f/fortran66/20120418/20120418013626.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-04-18 01:36:57</published>
  <title>配列代入のLOOP構造分類</title>
  <type>rich</type>
  <url>https://fortran66.hatenablog.com/entry/20120418/1334680617</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
