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

doc: document some more constructors variants #53

Open
fingolfin opened this issue Oct 27, 2014 · 0 comments
Open

doc: document some more constructors variants #53

fingolfin opened this issue Oct 27, 2014 · 0 comments

Comments

@fingolfin
Copy link
Member

For example, right now, we only document SI_matrix( r, c, str ) (which actually is incorrect, it should be SI_matrix( ring, rows, columns, str ). But as a matter of fact, there is also SI_matrix( ring, rows, columns, list_of_elements ). And, like the other constructors, SI_matrix also serves a double-role as a type cast operation: SI_matrix(x) which can e.g. convert a module into a matrix.

Same goes for the other constructors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant