예제 #1
0
파일: compressed.hpp 프로젝트: CQMP/scripts
 static std::ptrdiff_t size1( const Id& id ) {
     return id.num_rows();
 }
예제 #2
0
 static std::ptrdiff_t stride2( const Id& id ) {
     return id.num_rows();
 }