Skip to content

Conversation

@mafioznik77
Copy link

No description provided.

@mafioznik77 mafioznik77 changed the title add sequence algorithm Серобян Н. Ш. ЛР№2. Умножение плотных матриц. Элементы типа double. Блочная схема, алгоритм Кэннона. May 5, 2020
@valentina-kustikova valentina-kustikova changed the title Серобян Н. Ш. ЛР№2. Умножение плотных матриц. Элементы типа double. Блочная схема, алгоритм Кэннона. Серобян Н. Ш. ЛР№1. Умножение плотных матриц. Элементы типа double. Блочная схема, алгоритм Кэннона. May 18, 2020

A = CreateMatrix(size);
B = CreateMatrix(size);
C = CreateMatrix(size);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нигде не освобождается память из-под матриц.

PrintMatrix(B, size);
}

Canon(A, B, C, size, q);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Надо вставить замеры времени работы алгоритма.

Canon(A, B, C, size, q);

if (size < 5)
PrintMatrix(C, size);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Надо вставить сравнение результатов работы блочного и обычного алгоритмов умножения.

@mafioznik77
Copy link
Author

@alvls Исправлено

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

Successfully merging this pull request may close these issues.

2 participants