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

Add printing strategy #9

Open
praisethemoon opened this issue Dec 11, 2018 · 1 comment
Open

Add printing strategy #9

praisethemoon opened this issue Dec 11, 2018 · 1 comment
Milestone

Comments

@praisethemoon
Copy link
Owner

Make matrix and vector length printing programming

i.e

/* print only the first 5 elements of a vector */
setPrintingVectorPreference(5);
/* print only early 5 elements of rows and 4 elements of cols */
setPrintingMatrixPreference(5, 4); 
@praisethemoon praisethemoon added this to the V1.0.a milestone Dec 11, 2018
@praisethemoon
Copy link
Owner Author

This might cause some threading issues ..

@praisethemoon praisethemoon modified the milestones: V1.0.a, v1.1.a Jan 2, 2019
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