Searched refs:coefficient_array (Results 1 – 1 of 1) sorted by relevance
65 float coefficient_array[MAX_LEN]; // n in LT() local72 memset(coefficient_array, 0, n * sizeof(float)); in LT()73 coefficient_array[0] = 1; in LT()77 coefficient_array[index] = 1; in LT()79 coefficient_array[k] = coefficient_array[k] * poly_coe + coefficient_array[k - 1]; in LT()81 coefficient_array[0] *= poly_coe; in LT()88 matrix_lt[setp + l] = coefficient_array[l] / poly[i]; in LT()