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

Tiny enhancements proposal #37

Open
HJarausch opened this issue Jan 23, 2021 · 0 comments
Open

Tiny enhancements proposal #37

HJarausch opened this issue Jan 23, 2021 · 0 comments

Comments

@HJarausch
Copy link

I'd like to propose tiny enhancements (see attached file)

  1. Sometimes one needs a matrix of dimension 0x0 - it's easy to check for this special case
  2. In Matlab/Octave one can write zeros(X), ones(X) and eye(A) where X is a Vector or a Matrix, and A is Matrix
  3. Given a matrix A, it's very convenient to operate on its columns like A[j]= A[j]-A[j-1]. On the rhs this is just an alias for column whereas there is no such thing for the lhs currently

Thanks for adding this to neo. I can't imagine any conflict with existing code.

Neo_EP.nim.txt

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