We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Arguments
Conversion tables
double *restrict x
Arg(atype=xo.Float64, pointer=True, name='x')
const double *restrict x
Arg(atype=xo.Float64, pointer=True, name='x', const=True)
Float64_N x
Arg(atype=xo.Float64[:], name='x')
typedef Struct Float64_N *restrict Float64_N
const char* x
Arg(atype=xo.String ,name='x', const=True)
char* x
Arg(atype=xo.String, name='x', const=True)
MyType x
Arg(atype="MyType", name='x')
MyType *restrict x
const MyType *restrict x
Arg(atype="MyType",name='x')