代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/124283/14581843

c lmutil.c

static void compute_diag (const gsl_matrix * J, gsl_vector * diag); static void update_diag (const gsl_matrix * J, gsl_vector * diag); static double compute_delta (gsl_vector * diag, gsl_vector * x);
www.eeworm.com/read/212047/15167969

c lmutil.c

static void compute_diag (const gsl_matrix * J, gsl_vector * diag); static void update_diag (const gsl_matrix * J, gsl_vector * diag); static double compute_delta (gsl_vector * diag, gsl_vector * x);
www.eeworm.com/read/167728/5454611

c lmutil.c

static void compute_diag (const gsl_matrix * J, gsl_vector * diag); static void update_diag (const gsl_matrix * J, gsl_vector * diag); static double compute_delta (gsl_vector * diag, gsl_vector * x);
www.eeworm.com/read/294695/8211054

m evolve2d.m

function [phi] = evolve2D(phi, dx, dy, alpha, iterations, accuracy, is_signed_distance, normal_evolve, Vn, vector_evolve, u, v, kappa_evolve, b) % % function [phi] = evolve2D(phi, dx, dy, iterations
www.eeworm.com/read/413620/11149529

java c.java

// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov Date: 2006-5-1 19:31:42 // Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version! // Decompiler optio
www.eeworm.com/read/102394/15784379

c lmutil.c

static void compute_diag (const gsl_matrix * J, gsl_vector * diag); static void update_diag (const gsl_matrix * J, gsl_vector * diag); static double compute_delta (gsl_vector * diag, gsl_vector * x);
www.eeworm.com/read/183309/9170553

m 3d 2d vector field plotter vectline.m

function vectline(f,crdaxis,crdrange) % vectline "vector field line plotter" % Depending on the dimension of coordinate axis, vectline can plot both 3D % and 2D vector field line. % % Examples: