Skip to main content

acb_graph_dimension

Function acb_graph_dimension 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn acb_graph_dimension( graph: *mut c_void, ) -> u32
Expand description

Get the embedding dimension.

ยงSafety

graph must be a valid, non-null handle from acb_graph_open.