Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
some_valarray[first_slice] < another_valarray[second_slice]比較するように比較できないのはなぜsome_valarray < another_valarrayでしょうか。もちろん、単純なループでそれらを反復処理することはできますが、おそらく、よりエレガントで、おそらく最適化可能な方法がありますか?
some_valarray[first_slice] < another_valarray[second_slice]
some_valarray < another_valarray