Graphviz
2.41.20171026.1811
|
#include "config.h"
#include "SparseMatrix.h"
#include "logic.h"
#include "memory.h"
#include "delaunay.h"
Go to the source code of this file.
Functions | |
SparseMatrix | call_tri (int n, int dim, real *x) |
SparseMatrix | call_tri2 (int n, int dim, real *xx) |
SparseMatrix call_tri | ( | int | n, |
int | dim, | ||
real * | x | ||
) |
Definition at line 21 of file call_tri.c.
References delaunay_tri(), FALSE, FORMAT_COORD, MATRIX_TYPE_REAL, N_GNEW, NULL, real, SparseMatrix_coordinate_form_add_entries(), SparseMatrix_delete(), SparseMatrix_from_coordinate_format(), SparseMatrix_new(), and SparseMatrix_symmetrize().
Referenced by main(), and TriangleSmoother_new().
SparseMatrix call_tri2 | ( | int | n, |
int | dim, | ||
real * | xx | ||
) |
Definition at line 69 of file call_tri.c.
References FALSE, FORMAT_COORD, freeGraph(), MATRIX_TYPE_REAL, N_GNEW, v_data::nedges, real, SparseMatrix_coordinate_form_add_entries(), SparseMatrix_delete(), SparseMatrix_from_coordinate_format(), SparseMatrix_new(), SparseMatrix_symmetrize(), and UG_graph().
Referenced by TriangleSmoother_new().