MathLibSetWeightsForSpectra method
int
MathLibSetWeightsForSpectra(
- Pointer<
NativeMathLib> mathLibPtr, - double delta_c,
- double theta_c,
- double alpha_c,
- double beta_c,
- double gamma_c,
- Pointer<
NativeOpStatus> opResult,
Implementation
int MathLibSetWeightsForSpectra(
ffi.Pointer<NativeMathLib> mathLibPtr,
double delta_c,
double theta_c,
double alpha_c,
double beta_c,
double gamma_c,
ffi.Pointer<NativeOpStatus> opResult,
) {
return _MathLibSetWeightsForSpectra(
mathLibPtr,
delta_c,
theta_c,
alpha_c,
beta_c,
gamma_c,
opResult,
);
}