getAnsMatrix method

MathMatrix getAnsMatrix()

Implementation

MathMatrix getAnsMatrix(){
	_setEnv();
	return _param.array().matrix(0);
}