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 implementations for NumPy #15

Open
4 of 44 tasks
oubiwann opened this issue Dec 21, 2014 · 0 comments
Open
4 of 44 tasks

Add implementations for NumPy #15

oubiwann opened this issue Dec 21, 2014 · 0 comments

Comments

@oubiwann
Copy link
Contributor

  • Setup
    • Create include for macros
    • Create lsci-np.lfe for wrapper functions
  • Array creation routines
    • Ones and zeros
    • From existing data
    • Creating record arrays
    • Creating character arrays
    • Numerical ranges -- partially implemented
    • Building matrices
    • The Matrix class
  • Array manipulation routines
    • Changing array shape
    • Transpose-like operations
    • Changing number of dimensions
    • Changing kind of array
    • Joining arrays
    • Splitting arrays
    • Tiling arrays
    • Adding and removing elements
    • Rearranging elements
  • Binary operations
  • String operations
  • C-Types Foreign Function Interface
  • Datetime Support Functions
  • Data type routines
  • Optionally Scipy-accelerated routines (numpy.dual)
  • Mathematical functions with automatic domain (numpy.emath)
  • Floating point error handling
  • Discrete Fourier Transform (numpy.fft)
  • Financial functions
  • Functional programming
  • Numpy-specific help functions
  • Indexing routines
  • Input and output -- partially implemented
  • Linear algebra (numpy.linalg)
  • Logic functions
  • Masked array operations
  • Mathematical functions -- partially implemented
  • Matrix library (numpy.matlib)
  • Miscellaneous routines
  • Padding Arrays
  • Polynomials -- partially implemented
  • Random sampling (numpy.random)
  • Set routines
  • Sorting, searching, and counting
  • Statistics
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