val method

MathValue val(
  1. int index
)

Implementation

MathValue val( int index ){
	return (index == 0) ? _array.matrix(index).mat(0) : _var.val( index );
}