multilinked

views updated

multilinked Having a link to several distinct data structures. For example, a sparse matrix is frequently held so that each element belongs to two separate linear lists corresponding to a row list and a column list. A multilinked structure is sometimes called a multiple chain.