代码搜索:Simplex

找到约 356 项符合「Simplex」的源代码

代码结果 356
www.eeworm.com/read/407609/11413769

java mesh_triangulation.java

import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.Set; /** * A Triangulation on vertices (generic type V). *
www.eeworm.com/read/182200/9211881

c test_simplex2.c

/********************************************************************** test_simplex.c ********************************************************************** test_simplex - Test program for GAUL
www.eeworm.com/read/318725/13473400

c ibg2simplex.c

/* last edit: Ilja Schmelzer -------------- 20-OCT-1994 15:49:58.82 */ /************************************************************************/ /*
www.eeworm.com/read/398163/6291412

c whittle_inner_simplex.c

#include "timeseries.h" double whittle_inner_simplex(double *P, double *f, int n_psd, double fs, data_kernel dk, noise_model *nm, int n_models, options op, int end_flag) { int i, j, k, l, m;
www.eeworm.com/read/398163/6291414

c cats_simplex_wrap.c

#include "timeseries.h" void cats_simplex_wrap(time_series ts, data_kernel dk, noise_model nm, noise_model wn, options op) { int i, j, k, c_id; double mle; double *params_mle, *cov_mle, *start;
www.eeworm.com/read/398163/6291428

c cats_simplex_stripped.c

#include "timeseries.h" /************************************************************************/ /* Stripped down simplex_CN that doesnt calculate the covariance matrix */ /***********************
www.eeworm.com/read/398163/6291450

c general_outer_simplex.c

#include "timeseries.h" double general_outer_simplex(time_series ts, data_kernel dk, noise_model *nm, int n_models, options op) { int i, j, k, l; int n_vert, ilo, ihi, inhi, info; int
www.eeworm.com/read/398163/6291459

c simplex_color_only.c

#include "timeseries.h" double simplex_color_only(time_series ts, data_kernel dk, noise_model nm, options op, int n_params) { int i, j, k, l; int n_vert, ilo, ihi, inhi, info; int nfu