Exemplo n.º 1
0
double UArray_dotProduct_(const UArray *self, const UArray *other)
{
	DUARRAY_OP(UARRAY_DOT, NULL, self, other);
}
Exemplo n.º 2
0
double UArray_dotProduct_(const UArray *self, const UArray *other)
{
	DUARRAY_OP(UARRAY_DOT, NULL, self, other);
	return 0; // to keep compiler from annoying us
}