Skip to main content

Crate ferray_ufunc

Crate ferray_ufunc 

Source

Re-exports§

pub use ops::trig::arccos;
pub use ops::trig::arccosh;
pub use ops::trig::arcsin;
pub use ops::trig::arcsinh;
pub use ops::trig::arctan;
pub use ops::trig::arctan2;
pub use ops::trig::arctanh;
pub use ops::trig::cos;
pub use ops::trig::cosh;
pub use ops::trig::deg2rad;
pub use ops::trig::degrees;
pub use ops::trig::hypot;
pub use ops::trig::rad2deg;
pub use ops::trig::radians;
pub use ops::trig::sin;
pub use ops::trig::sinh;
pub use ops::trig::tan;
pub use ops::trig::tanh;
pub use ops::trig::unwrap;
pub use ops::explog::exp;
pub use ops::explog::exp_fast;
pub use ops::explog::exp2;
pub use ops::explog::expm1;
pub use ops::explog::log;
pub use ops::explog::log1p;
pub use ops::explog::log2;
pub use ops::explog::log10;
pub use ops::explog::logaddexp;
pub use ops::explog::logaddexp2;
pub use ops::rounding::around;
pub use ops::rounding::ceil;
pub use ops::rounding::fix;
pub use ops::rounding::floor;
pub use ops::rounding::rint;
pub use ops::rounding::round;
pub use ops::rounding::trunc;
pub use ops::arithmetic::absolute;
pub use ops::arithmetic::add;
pub use ops::arithmetic::add_accumulate;
pub use ops::arithmetic::add_broadcast;
pub use ops::arithmetic::add_reduce;
pub use ops::arithmetic::cbrt;
pub use ops::arithmetic::cross;
pub use ops::arithmetic::cumprod;
pub use ops::arithmetic::cumsum;
pub use ops::arithmetic::diff;
pub use ops::arithmetic::divide;
pub use ops::arithmetic::divide_broadcast;
pub use ops::arithmetic::divmod;
pub use ops::arithmetic::ediff1d;
pub use ops::arithmetic::fabs;
pub use ops::arithmetic::floor_divide;
pub use ops::arithmetic::fmod;
pub use ops::arithmetic::gcd;
pub use ops::arithmetic::gradient;
pub use ops::arithmetic::heaviside;
pub use ops::arithmetic::lcm;
pub use ops::arithmetic::mod_;
pub use ops::arithmetic::multiply;
pub use ops::arithmetic::multiply_broadcast;
pub use ops::arithmetic::multiply_outer;
pub use ops::arithmetic::nancumprod;
pub use ops::arithmetic::nancumsum;
pub use ops::arithmetic::negative;
pub use ops::arithmetic::positive;
pub use ops::arithmetic::power;
pub use ops::arithmetic::reciprocal;
pub use ops::arithmetic::remainder;
pub use ops::arithmetic::sign;
pub use ops::arithmetic::sqrt;
pub use ops::arithmetic::square;
pub use ops::arithmetic::subtract;
pub use ops::arithmetic::subtract_broadcast;
pub use ops::arithmetic::trapezoid;
pub use ops::arithmetic::true_divide;
pub use ops::floatintrinsic::clip;
pub use ops::floatintrinsic::copysign;
pub use ops::floatintrinsic::float_power;
pub use ops::floatintrinsic::fmax;
pub use ops::floatintrinsic::fmin;
pub use ops::floatintrinsic::frexp;
pub use ops::floatintrinsic::isfinite;
pub use ops::floatintrinsic::isinf;
pub use ops::floatintrinsic::isnan;
pub use ops::floatintrinsic::isneginf;
pub use ops::floatintrinsic::isposinf;
pub use ops::floatintrinsic::ldexp;
pub use ops::floatintrinsic::maximum;
pub use ops::floatintrinsic::minimum;
pub use ops::floatintrinsic::nan_to_num;
pub use ops::floatintrinsic::nextafter;
pub use ops::floatintrinsic::signbit;
pub use ops::floatintrinsic::spacing;
pub use ops::complex::abs;
pub use ops::complex::angle;
pub use ops::complex::conj;
pub use ops::complex::conjugate;
pub use ops::complex::imag;
pub use ops::complex::real;
pub use ops::bitwise::BitwiseOps;
pub use ops::bitwise::ShiftOps;
pub use ops::bitwise::bitwise_and;
pub use ops::bitwise::bitwise_not;
pub use ops::bitwise::bitwise_or;
pub use ops::bitwise::bitwise_xor;
pub use ops::bitwise::invert;
pub use ops::bitwise::left_shift;
pub use ops::bitwise::right_shift;
pub use ops::comparison::allclose;
pub use ops::comparison::array_equal;
pub use ops::comparison::array_equiv;
pub use ops::comparison::equal;
pub use ops::comparison::greater;
pub use ops::comparison::greater_equal;
pub use ops::comparison::isclose;
pub use ops::comparison::less;
pub use ops::comparison::less_equal;
pub use ops::comparison::not_equal;
pub use ops::logical::Logical;
pub use ops::logical::all;
pub use ops::logical::any;
pub use ops::logical::logical_and;
pub use ops::logical::logical_not;
pub use ops::logical::logical_or;
pub use ops::logical::logical_xor;
pub use ops::special::i0;
pub use ops::special::sinc;
pub use ops::convolution::ConvolveMode;
pub use ops::convolution::convolve;
pub use ops::interpolation::interp;
pub use ops::interpolation::interp_one;
pub use operator_overloads::array_add;
pub use operator_overloads::array_bitand;
pub use operator_overloads::array_bitnot;
pub use operator_overloads::array_bitor;
pub use operator_overloads::array_bitxor;
pub use operator_overloads::array_div;
pub use operator_overloads::array_mul;
pub use operator_overloads::array_neg;
pub use operator_overloads::array_rem;
pub use operator_overloads::array_shl;
pub use operator_overloads::array_shr;
pub use operator_overloads::array_sub;

Modules§

cr_math
dispatch
fast_exp
helpers
kernels
operator_overloads
ops
parallel