Relacs Numerics Library
0.9.8
|
type independent reading of data elements in load()
math functions with two arguments: one scalar/container as first argument for member function, z.B. pow/exp
smooth functions (average over k neighboring points, or with kernel)
implement logical operators with scalars and other vectors: >, <, >=, <=, == such that they return a vector of booleans!
implement operator && and || that operate on zero and non-zero entries of arrays.
implement "find": take an Array and return an array of indices pointing to elements != 0.0
implement interface to index vectors
colored noise
interface to class Kernel
Handle mismatch of stepsize() in various functions.