Home | History | Annotate | Download | only in src

Lines Matching defs:solution

678     double solution[9];
747 { /* ----------- computing the solution ----------- */
781 /* ----------- solution = V * W(-1) * U(T) * f ----------- */
787 solution[a] = 0;
791 solution[a] += temp2[a_num + t] * f[t];
801 solution[a] = solution[a - 1];
804 solution[a] = 1;
816 summ += A[a9 + t] * solution[t];
828 F[j] = solution[j];
1526 { /* if solution are not exclusive */
1546 { /* finding component of solution */
1576 { /* finding exclusive solution */