2004-08-30 David Bateman * (Fzeros, Fones, Feye): Update help text for optional class argument. (static octave_value identity_matrix (int, int, const std::string&)): New function to create identity matrices with an arbitrary type. (Feye): Call new version of identity matrix function, even for scalars. (static octave_value fill_matrix (const octave_value_list&, double, const char *)): Update to allow arbitrary classes of matrices to be created. 2004-08-30 David Bateman * (general/repmat.m): Adapt to allow integer types.