Skip to content

MatLMVM: add numerical tolerance to MatCopy() equality tests

Toby Isaac requested to merge tisaac/fix-lmvm-copy into release

Reason: the copied vectors may have different alignment, which with fast contraction will lead to different MatMult() and MatSolve() results from contractions performed in different orders.

Merge request reports