Matrix_hub icon indicating copy to clipboard operation
Matrix_hub copied to clipboard

householder fun issue

Open ryfsinphy opened this issue 7 months ago • 1 comments

the householder() function: else if (fabs(_x->data[0]) <= APPROXIMATELY_ZERO){ _//the w Matrix should copy from _x not point to.., cause w will be released on the end(meanwhile the x will be released as well..); w = Matrix_copy(_x); //_x;
w = M_numul(w, 1 / M_norm(w, 2)); } image

image

ryfsinphy avatar Jul 04 '24 09:07 ryfsinphy