pYX property Null safety
final
Implementation
static final NormalOperation pYX = NormalOperation.floatOnly(
floatCalc: (Model m) {
final mx = m.x.asMatrix;
if (mx == null) {
m.popSetResultXF = permutations(m.yF, m.xF);
} else {
(m as Model15).matrices[mx].convertToZP();
m.needsSave = true;
}
},
name: 'Py,x');