Go to the documentation of this file.
33 void ccp4_dcross(
const double a[3],
const double b[3],
double c[3]);
34 void ccp4_3matmul(
double c[3][3],
const double a[3][3],
const double b[3][3]);
35 void ccp4_4matmul(
float c[4][4],
const float a[4][4],
const float b[4][4]);
39 float ccp4_pow_ii(
const float base,
const int power);