Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

well, java does not have overloaded operators like -=, but probably subtract does the trick as in:

//sigma1_2 -= mu1_2;  
Core.subtract(sigma1_2, mut1_2, sigma1_2);