Home > matgraph > @graph > full.m

full

PURPOSE ^

full(g) --- convert internal storage for g to full

SYNOPSIS ^

function full(g)

DESCRIPTION ^

 full(g) --- convert internal storage for g to full

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function full(g)
0002 % full(g) --- convert internal storage for g to full
0003 
0004 global GRAPH_MAGIC
0005 
0006 GRAPH_MAGIC.graphs{g.idx}.array = ...
0007     full(GRAPH_MAGIC.graphs{g.idx}.array);

Generated on Thu 13-Mar-2008 14:23:52 by m2html © 2003