Open ruehlchris opened 1 year ago
https://github.com/zephyrproject-rtos/zscilib/blob/0035be5e6a45e4ab89755b176d305d7a877fc79c/src/matrices.c#L316
Looks like incomplete code in function zsl_mtx_binary_op(). Missing 'break;' in switch statement start at ZSL_MTX_BINARY_OP_MEAN:
Please correct.
https://github.com/zephyrproject-rtos/zscilib/blob/0035be5e6a45e4ab89755b176d305d7a877fc79c/src/matrices.c#L316
Looks like incomplete code in function zsl_mtx_binary_op(). Missing 'break;' in switch statement start at ZSL_MTX_BINARY_OP_MEAN:
Please correct.