代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/225935/14510476
m compute_extrinsic_refine2.m
function [omckk,Tckk,Rckk,JJ] = compute_extrinsic_refine2(omc_init,Tc_init,x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond),
%compute_extrinsic
%
%[omckk,Tckk,Rckk] = compute_extrinsic_refine2(omc
www.eeworm.com/read/217557/14958721
m compute_mapping_dha_vr.m
function [destination,null_event,time_limit,out_of_bound,terminal] = ...
compute_mapping_DHA_VR(X0,sttype,Tstamp,srcloc,srccell)
% Compute the `mapping set` from the given polytope in the spec
www.eeworm.com/read/428738/1956453
svn-base compute_kernel.m.svn-base
%% compute the kernel and basis matrix for thin-plate splines
%% reference: Landmark-based Image Analysis, Karl Rohr, p195
function [K,U] = compute_kernel(ctrl_pts,landmarks, lambda)
%%==========
www.eeworm.com/read/403190/2314019
svn-base compute_geodesic.m.svn-base
function path = compute_geodesic(D, x, options)
% compute_geodesic - extract a discrete geodesic in 2D and 3D
%
% path = compute_geodesic(D,x,options);
%
% D is the distance map.
% x is the sta
www.eeworm.com/read/403190/2314773
svn-base compute_edges.m.svn-base
function edges = compute_edges(face)
% compute_edges - from a list of faces, compute the list of (unique) edges.
%
% edge = compute_edges(face);
%
% Copyright (c) 2004 Gabriel Peyr
www.eeworm.com/read/403190/2314794
svn-base compute_grad.m.svn-base
function grad = compute_grad(M,options)
% compute_grad - compute the gradient of an image using central differences
%
% grad = compute_grad(M,options);
%
% 'options' is a structure:
% - op
www.eeworm.com/read/399810/2357910
svn-base compute_inference.m.svn-base
function [model] = compute_inference(model, method, method_arg1)
%
%if ( size(model.edges) ~= sum(sum(model.link_matrix)) )
%
%error('The number of given potential tables does not equal the number of
www.eeworm.com/read/391684/2517186
auto compute_lagrange_points_family.auto
# This script computes the initial circle of solutions for mu=0
# as well as the bifurcating branches which give us the
# Lagrange points. It then plots the full bifurcation diagram.
# Load 3d.c and