libflame
revision_anchor
|
Go to the source code of this file.
Functions | |
FLA_Error | FLA_Apply_GTG (FLA_Obj gamma, FLA_Obj sigma, FLA_Obj delta1, FLA_Obj epsilon1, FLA_Obj delta2) |
FLA_Error | FLA_Apply_GTG_ops (float *gamma, float *sigma, float *delta1, float *epsilon1, float *delta2) |
FLA_Error | FLA_Apply_GTG_opd (double *gamma, double *sigma, double *delta1, double *epsilon1, double *delta2) |
FLA_Error FLA_Apply_GTG | ( | FLA_Obj | gamma, |
FLA_Obj | sigma, | ||
FLA_Obj | delta1, | ||
FLA_Obj | epsilon1, | ||
FLA_Obj | delta2 | ||
) |
FLA_Error FLA_Apply_GTG_opd | ( | double * | gamma, |
double * | sigma, | ||
double * | delta1, | ||
double * | epsilon1, | ||
double * | delta2 | ||
) |
FLA_Error FLA_Apply_GTG_ops | ( | float * | gamma, |
float * | sigma, | ||
float * | delta1, | ||
float * | epsilon1, | ||
float * | delta2 | ||
) |