Matrix.h (pymol-v2.1.0.tar.bz2) | : | Matrix.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 112 | skipping to change at line 112 | |||
void MatrixTransformR44fN3f(unsigned int n, float *q, const float *m, const floa t *p); | void MatrixTransformR44fN3f(unsigned int n, float *q, const float *m, const floa t *p); | |||
int MatrixInvTransformExtentsR44d3f(const double *matrix, | int MatrixInvTransformExtentsR44d3f(const double *matrix, | |||
const float *old_min, const float *old_max, | const float *old_min, const float *old_max, | |||
float *new_min, float *new_max); | float *new_min, float *new_max); | |||
int MatrixTransformExtentsR44d3f(const double *matrix, | int MatrixTransformExtentsR44d3f(const double *matrix, | |||
const float *old_min, const float *old_max, | const float *old_min, const float *old_max, | |||
float *new_min, float *new_max); | float *new_min, float *new_max); | |||
int MatrixInvertC44f(const float *m, float *out); | ||||
typedef long int integer; | typedef long int integer; | |||
typedef double doublereal; | typedef double doublereal; | |||
int pymol_rg_(integer * nm, integer * n, doublereal * a, doublereal * wr, | int pymol_rg_(integer * nm, integer * n, doublereal * a, doublereal * wr, | |||
doublereal * wi, integer * matz, doublereal * z__, integer * iv1, | doublereal * wi, integer * matz, doublereal * z__, integer * iv1, | |||
doublereal * fv1, integer * ierr); | doublereal * fv1, integer * ierr); | |||
int xx_matrix_invert(double *result, const double *input, int size); | int xx_matrix_invert(double *result, const double *input, int size); | |||
int xx_matrix_jacobi_solve(double *e_vec, double *e_val, int *n_rot, | int xx_matrix_jacobi_solve(double *e_vec, double *e_val, int *n_rot, | |||
const double *input, int size); | const double *input, int size); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |