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

Ashishtest #51

Merged
merged 10 commits into from Mar 10, 2014
Merged

Ashishtest #51

merged 10 commits into from Mar 10, 2014

Conversation

ashish1294
Copy link
Contributor

I have changed everything as per your suggestion. I will soon add a test function.

* Added alias support in both nmod_mat_pow and nmod_poly_evaluate_mat.
* Improved nmod_mat_pow in improve efficiency
* Added proper documentation for both the functions
* Added test programs for both the functions
* Added a nmod_mat_swap function
* Provided a cover function for nmod_mat_pow to provide efficient aliasing
* Added randomness in test functions
* Edited documentation for all new function according to proper format
{
slong i,j;
for(i = 0; i < mat->r; i++)
for(j=0; j < mat->c; j++)
Copy link
Collaborator

Choose a reason for hiding this comment

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

j=0 ===> j = 0

@wbhart
Copy link
Collaborator

wbhart commented Mar 8, 2014

The copyright notices in all the files need to be changed to include Ashish.

@wbhart wbhart merged commit 8283053 into flintlib:trunk Mar 10, 2014
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.

None yet

3 participants