コード例 #1
0
ファイル: banded.hpp プロジェクト: rabauke/numeric_bindings
 static std::ptrdiff_t size2( const Id& id ) {
     return id.size2();
 }
コード例 #2
0
ファイル: triangular.hpp プロジェクト: AntonDV235/OMCompiler
 static std::ptrdiff_t size2( const Id& t ) {
     return t.size2();
 }
コード例 #3
0
 static typename result_of::end_value< adapted_type >::type end_value( Id& id ) {
     return bindings::begin_value( id.data() ) +
            offset( id.data(), id.start1() + id.size1(), id.start2() + id.size2() );
 }