# HG changeset patch # User jwe # Date 1038962606 0 # Node ID 4804f1151361d242a0cf1f0e5dd8b5946217032c # Parent b6e652bf4e5f032389604173106a5c38bc6f83fd [project @ 2002-12-04 00:43:26 by jwe] diff -r b6e652bf4e5f -r 4804f1151361 liboctave/mx-ops.h --- a/liboctave/mx-ops.h Wed Dec 04 00:40:13 2002 +0000 +++ b/liboctave/mx-ops.h Wed Dec 04 00:43:26 2002 +0000 @@ -27,45 +27,45 @@ // ComplexDiagMatrix by X ops. -mx-cdm-cm.h -mx-cdm-cs.h -mx-cdm-dm.h -mx-cdm-m.h -mx-cdm-s.h +#include "mx-cdm-cm.h" +#include "mx-cdm-cs.h" +#include "mx-cdm-dm.h" +#include "mx-cdm-m.h" +#include "mx-cdm-s.h" // ComplexMatrix by X ops. -mx-cm-cdm.h -mx-cm-dm.h -mx-cm-m.h -mx-cm-s.h +#include "mx-cm-cdm.h" +#include "mx-cm-dm.h" +#include "mx-cm-m.h" +#include "mx-cm-s.h" // Complex scalar by X ops. -mx-cs-cdm.h -mx-cs-dm.h -mx-cs-m.h +#include "mx-cs-cdm.h" +#include "mx-cs-dm.h" +#include "mx-cs-m.h" // DiagMatrix by X ops. -mx-dm-cdm.h -mx-dm-cm.h -mx-dm-cs.h -mx-dm-m.h -mx-dm-s.h +#include "mx-dm-cdm.h" +#include "mx-dm-cm.h" +#include "mx-dm-cs.h" +#include "mx-dm-m.h" +#include "mx-dm-s.h" // Matrix by X ops. -mx-m-cdm.h -mx-m-cm.h -mx-m-cs.h -mx-m-dm.h +#include "mx-m-cdm.h" +#include "mx-m-cm.h" +#include "mx-m-cs.h" +#include "mx-m-dm.h" // Real scalar by X ops. -mx-s-cdm.h -mx-s-cm.h -mx-s-dm.h +#include "mx-s-cdm.h" +#include "mx-s-cm.h" +#include "mx-s-dm.h" #endif