最終更新日時(UTC):
が更新

履歴 編集

function template
<linalg>

std::linalg::layout_transpose::mapping::operator()(C++26)

template<class Index0, class Index1>
constexpr index_type operator()(Index0 ind0, Index1 ind1) const;

概要

2次元インデクス値ind0, ind1に対応する要素位置を求める。

戻り値

nested-mapping_(ind1, ind0)

バージョン

言語

  • C++26

処理系

参照