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

Don't use Concatenation to create the transformation matrix.. #199

Open
ssiccha opened this issue Feb 7, 2019 · 2 comments
Open

Don't use Concatenation to create the transformation matrix.. #199

ssiccha opened this issue Feb 7, 2019 · 2 comments
Labels
Milestone

Comments

@ssiccha
Copy link
Collaborator

ssiccha commented Feb 7, 2019

.. from coeffs and relations in WriteOutput. There should be a function that directly creates a compressed matrix. Or does Concatenation of two compressed mats again yield two compressed mats?

@ssiccha ssiccha added this to the 0.1.5 milestone Feb 7, 2019
@ssiccha
Copy link
Collaborator Author

ssiccha commented Feb 25, 2019

Make sure that this works both if the input was an 8bit matrix or a cvec matrix. See #221.

IIRC for cvec you can use Append. See

gap> ??matrices as lists                                                                                                                                                    
Help: Showing `cvec: Matrices as lists'

@ssiccha
Copy link
Collaborator Author

ssiccha commented Feb 25, 2019

See GAUSS_writeOutput in gap/utils.g

@ssiccha ssiccha modified the milestones: 0.1.5, 0.2.2 Bigger Fish Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant