8 Jan 2002   mcxconvert version 1.00

1.
NAME
2.
SYNOPSIS
3.
DESCRIPTION
4.
AUTHOR
5.
SEE ALSO

NAME

mcxconvert - convert between mcx storage types.

SYNOPSIS

mcxconvert <input file name> <output file name>

DESCRIPTION

The mcl libraries make extensive use of matrices. Matrices are used to encode graphs, matrices and clusterings. They can be stored either in ascii or in binary format. The latter is somewhat more efficient in storage and faster in both reading and writing, but the default is ascii format.

The mcl input routines recognize the type of storage they are dealing with. If you want to convert a matrix to the other storage type, simply specify the file name of the matrix you want to convert. mcxconvert will recognize its type, and write the other type to the file specified as the second argument.

In the future mcxconvert will probably be generalized towards other objects such as vectors.

AUTHOR

Stijn van Dongen.

SEE ALSO

mcx, mcl, mcxformat.