25 lines
298 B
C
25 lines
298 B
C
/* -*- C -*- */
|
|
%module csgraph
|
|
|
|
%include "sparsetools.i"
|
|
|
|
%{
|
|
#include "csgraph.h"
|
|
%}
|
|
|
|
%include "csgraph.h"
|
|
|
|
INSTANTIATE_INDEX(cs_graph_components)
|
|
/* -*- C -*- */
|
|
%module csgraph
|
|
|
|
%include "sparsetools.i"
|
|
|
|
%{
|
|
#include "csgraph.h"
|
|
%}
|
|
|
|
%include "csgraph.h"
|
|
|
|
INSTANTIATE_INDEX(cs_graph_components)
|