File tree Expand file tree Collapse file tree
sparsediffpy/_bindings/atoms Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#define ATOM_ASINH_H
33
44#include "common.h"
5- #include "elementwise_univariate .h"
5+ #include "elementwise_full_dom .h"
66
77static PyObject * py_make_asinh (PyObject * self , PyObject * args )
88{
Original file line number Diff line number Diff line change 22#define ATOM_ATANH_H
33
44#include "common.h"
5- #include "elementwise_univariate .h"
5+ #include "elementwise_restricted_dom .h"
66
77static PyObject * py_make_atanh (PyObject * self , PyObject * args )
88{
Original file line number Diff line number Diff line change 66#include <numpy/arrayobject.h>
77
88#include "affine.h"
9- #include "elementwise_univariate.h"
9+ #include "elementwise_full_dom.h"
10+ #include "elementwise_restricted_dom.h"
1011#include "expr.h"
1112
1213#define EXPR_CAPSULE_NAME "DNLP_EXPR"
Original file line number Diff line number Diff line change 22#define ATOM_COS_H
33
44#include "common.h"
5- #include "elementwise_univariate .h"
5+ #include "elementwise_full_dom .h"
66
77static PyObject * py_make_cos (PyObject * self , PyObject * args )
88{
Original file line number Diff line number Diff line change 22#define ATOM_ENTR_H
33
44#include "common.h"
5- #include "elementwise_univariate .h"
5+ #include "elementwise_restricted_dom .h"
66
77static PyObject * py_make_entr (PyObject * self , PyObject * args )
88{
Original file line number Diff line number Diff line change 22#define ATOM_LOGISTIC_H
33
44#include "common.h"
5- #include "elementwise_univariate .h"
5+ #include "elementwise_full_dom .h"
66
77static PyObject * py_make_logistic (PyObject * self , PyObject * args )
88{
Original file line number Diff line number Diff line change 22#define ATOM_POWER_H
33
44#include "common.h"
5- #include "elementwise_univariate .h"
5+ #include "elementwise_full_dom .h"
66
77static PyObject * py_make_power (PyObject * self , PyObject * args )
88{
Original file line number Diff line number Diff line change 22#define ATOM_SIN_H
33
44#include "common.h"
5- #include "elementwise_univariate .h"
5+ #include "elementwise_full_dom .h"
66
77static PyObject * py_make_sin (PyObject * self , PyObject * args )
88{
Original file line number Diff line number Diff line change 22#define ATOM_SINH_H
33
44#include "common.h"
5- #include "elementwise_univariate .h"
5+ #include "elementwise_full_dom .h"
66
77static PyObject * py_make_sinh (PyObject * self , PyObject * args )
88{
Original file line number Diff line number Diff line change 22#define ATOM_TAN_H
33
44#include "common.h"
5- #include "elementwise_univariate .h"
5+ #include "elementwise_restricted_dom .h"
66
77static PyObject * py_make_tan (PyObject * self , PyObject * args )
88{
You can’t perform that action at this time.
0 commit comments