public ScalarValue Function(MatrixValue M) { return(M.Det()); }
public ScalarValue Function(MatrixValue M) { return M.Det(); }