Skip to content

Add new functionality from arrayfire 3.4 #100

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

Closed
42 tasks done
pavanky opened this issue Sep 23, 2016 · 0 comments
Closed
42 tasks done

Add new functionality from arrayfire 3.4 #100

pavanky opened this issue Sep 23, 2016 · 0 comments
Labels
Milestone

Comments

@pavanky
Copy link
Member

pavanky commented Sep 23, 2016

Graphics

  • Deprecate old API for plot and surface unnecessary
  • Add new API for plot and surface
  • Add support for vector fields
  • Add support for setting axis limits

Random number generation

  • random_engine class
  • set_type method
  • get_type method
  • set_seed method
  • get_seed method
  • set_default_random_engine_type
  • get_default_random_engine

algorithm

  • scan
  • scan_by_key

device

  • set_manual_eval_flag
  • get_manual_eval_flag
  • is_locked

arith

  • clamp

image

  • moments

signal

  • medfilt1
  • medfilt2

utility

  • get_size_of

sparse

  • create_sparse_array
  • create_sparse_from_host
  • create_sparse_from_dense
  • sparse_to_dense
  • sparse_convert_to
  • sparse_get_info
  • sparse_get_values
  • sparse_get_row_idx
  • sparse_get_col_idx
  • sparse_get_nnz
  • sparse_get_storage
  • is_sparse

Update behavior

  • eval to use eval_multiple
  • medfilt to call medfilt1 or medfilt2
  • randu to use random engine
  • randn to use random engine

New enums

  • Additional enums under INTERP
  • MOMENTS
  • RANDOM
  • BINARYOP
  • STORAGE
@pavanky pavanky added this to the 3.4 milestone Sep 23, 2016
@pavanky pavanky mentioned this issue Sep 24, 2016
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