﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1950	symmetric: failed to elaborate expression	Christian Schubert	Martin Sjölund	"It seems that the Modelica builtin function 'symmetric' is missing.
Running the model
{{{
model test_symmetric
	Real A[2,2] = [[1,2]; 
	               [3,4]];
	Real B[:,:] = symmetric(A);
end test_symmetric;
}}}
yields 
{{{
Error: Failed to elaborate expression: symmetric(A)
Error occurred while flattening model test_symmetric
}}}
"	defect	closed	high	1.9.0	Frontend	trunk	fixed	symmetric failed to elaborate expression	Adrian Pop
