Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Легковесный вариант многомерного представления массива #151

Closed
izvolov opened this issue Aug 13, 2021 · 0 comments
Assignees

Comments

@izvolov
Copy link
Owner

izvolov commented Aug 13, 2021

Написать простой аналог boost::multi_array_view, которым можно было бы легко оборачивать одномерный массив:

int a[12] = {0};
auto view = burst::make_shaped_array_view(a, burst::make_shape(3, 4));

Бустовым невозможно пользоваться.

@izvolov izvolov self-assigned this Aug 13, 2021
@izvolov izvolov closed this as completed Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant