Home > matgraph > @graph > isfull.m

isfull

PURPOSE ^

isfull(g) --- check if g's adjacency matrix is full

SYNOPSIS ^

function yn = isfull(g)

DESCRIPTION ^

 isfull(g) --- check if g's adjacency matrix is full

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function yn = isfull(g)
0002 % isfull(g) --- check if g's adjacency matrix is full
0003 yn = ~issparse(g);

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