0

I want to use for example a library written for a specific mathematic calculation in C with renderscript. I want to know is it possible to add them like include <'math.h'> . to be more specefic the library is about ordinary differential equations (well known in matlab with ode23).

Shahryar
  • 324
  • 1
  • 3
  • 17

1 Answers1

3

No, you cannot include C code in your renderscript files.

Larry Schiefer
  • 15,687
  • 2
  • 27
  • 33