You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
826 B

t9 = q0*q3;
t10 = q1*q2;
t2 = t9+t10;
t3 = q0*q0;
t4 = q1*q1;
t5 = q2*q2;
t6 = q3*q3;
t7 = t3+t4-t5-t6;
t8 = 1.0/(t7*t7);
t11 = t2*t2;
t12 = t8*t11*4.0;
t13 = t12+1.0;
t14 = 1.0/t13;
t15 = 1.0/(t2*t2);
t16 = q3*t3;
t17 = q3*t5;
t18 = q0*q1*q2*2.0;
t19 = t16+t17+t18-q3*t4+q3*t6;
t20 = t7*t7;
t21 = t15*t20*(1.0/4.0);
t22 = t21+1.0;
t23 = 1.0/t22;
t24 = q2*t4;
t25 = q2*t6;
t26 = q0*q1*q3*2.0;
t27 = t24+t25+t26-q2*t3+q2*t5;
t28 = q1*t3;
t29 = q1*t5;
t30 = q0*q2*q3*2.0;
t31 = t28+t29+t30+q1*t4-q1*t6;
t32 = q0*t4;
t33 = q0*t6;
t34 = q1*q2*q3*2.0;
t35 = t32+t33+t34+q0*t3-q0*t5;
A0[0][0] = t8*t14*t19*-2.0;
A0[0][1] = t8*t14*t27*-2.0;
A0[0][2] = t8*t14*t31*2.0;
A0[0][3] = t8*t14*t35*2.0;
A0[1][0] = t15*t19*t23*(-1.0/2.0);
A0[1][1] = t15*t23*t27*(-1.0/2.0);
A0[1][2] = t15*t23*t31*(1.0/2.0);
A0[1][3] = t15*t23*t35*(1.0/2.0);