__construct() __construct(integer $dimension) build a square matrix Parameters integer $dimension size of matrix
get() get( $line, $column) : \Trismegiste\Mondrian\Algebra\numeric Get coefficient in this matrix Use the algebra order line x column Parameters $line $column Returns \Trismegiste\Mondrian\Algebra\numeric