$fill_value * @return void */ function imbue($callback); /** * Read/write access to a certain column of the object. * * @param int $col_number * @return \Arma\Colvec (subview) */ function col($col_number); /** * Read/write access to a certain row of the object. * * @param int $row_number * @return \Arma\Rowvec (subview) */ function row($row_number); }