66 #include "sundialstypes.h"
136 #define NV_CONTENT_S_LD(v) ((N_VectorContent_NrnSerialLD) (v->content))
138 #define NV_LENGTH_S_LD(v) (NV_CONTENT_S_LD(v)->length)
140 #define NV_OWN_DATA_S_LD(v) (NV_CONTENT_S_LD(v)->own_data)
142 #define NV_DATA_S_LD(v) (NV_CONTENT_S_LD(v)->data)
144 #define NV_Ith_S_LD(v, i) (NV_DATA_S_LD(v)[i])
void N_VCompare_NrnSerialLD(realtype c, N_Vector x, N_Vector z)
N_Vector N_VCloneEmpty_NrnSerialLD(N_Vector w)
realtype N_VWL2Norm_NrnSerialLD(N_Vector x, N_Vector w)
void N_VScale_NrnSerialLD(realtype c, N_Vector x, N_Vector z)
void N_VSpace_NrnSerialLD(N_Vector v, long int *lrw, long int *liw)
void N_VLinearSum_NrnSerialLD(realtype a, N_Vector x, realtype b, N_Vector y, N_Vector z)
struct _N_VectorContent_NrnSerialLD * N_VectorContent_NrnSerialLD
realtype N_VWrmsNormMask_NrnSerialLD(N_Vector x, N_Vector w, N_Vector id)
booleantype N_VConstrMask_NrnSerialLD(N_Vector c, N_Vector x, N_Vector m)
realtype N_VDotProd_NrnSerialLD(N_Vector x, N_Vector y)
N_Vector N_VNewEmpty_NrnSerialLD(long int vec_length)
N_Vector N_VClone_NrnSerialLD(N_Vector w)
booleantype N_VInvTest_NrnSerialLD(N_Vector x, N_Vector z)
realtype N_VWrmsNorm_NrnSerialLD(N_Vector x, N_Vector w)
void N_VDiv_NrnSerialLD(N_Vector x, N_Vector y, N_Vector z)
void N_VPrint_NrnSerialLD(N_Vector v)
void N_VDestroyVectorArray_NrnSerialLD(N_Vector *vs, int count)
realtype N_VMaxNorm_NrnSerialLD(N_Vector x)
N_Vector N_VMake_NrnSerialLD(long int vec_length, realtype *v_data)
realtype N_VL1Norm_NrnSerialLD(N_Vector x)
realtype N_VMin_NrnSerialLD(N_Vector x)
N_Vector * N_VNewVectorArray_NrnSerialLD(int count, long int vec_length)
realtype * N_VGetArrayPointer_NrnSerialLD(N_Vector v)
void N_VAbs_NrnSerialLD(N_Vector x, N_Vector z)
void N_VSetArrayPointer_NrnSerialLD(realtype *v_data, N_Vector v)
N_Vector N_VNew_NrnSerialLD(long int vec_length)
N_Vector * N_VNewVectorArrayEmpty_NrnSerialLD(int count, long int vec_length)
void N_VDestroy_NrnSerialLD(N_Vector v)
void N_VInv_NrnSerialLD(N_Vector x, N_Vector z)
void N_VAddConst_NrnSerialLD(N_Vector x, realtype b, N_Vector z)
realtype N_VMinQuotient_NrnSerialLD(N_Vector num, N_Vector denom)
void N_VProd_NrnSerialLD(N_Vector x, N_Vector y, N_Vector z)
void N_VConst_NrnSerialLD(realtype c, N_Vector z)