代码搜索:homotopy

找到约 46 项符合「homotopy」的源代码

代码结果 46
www.eeworm.com/read/349580/3143036

h homotopy.h

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005 // Last changed: 2006-08-22 #ifndef __HOMOTOPY_H #define __HOMOTOPY_H #include
www.eeworm.com/read/349580/3143059

cpp homotopy.cpp

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // Modified by Garth N. Wells, 2006. // // First added: 2005 // Last changed: 2006-08-22 #include #in
www.eeworm.com/read/407519/2262245

cpp homotopy.cpp

// Copyright (C) 2005-2008 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // Modified by Garth N. Wells, 2006. // // First added: 2005 // Last changed: 2008-04-22 #include #in
www.eeworm.com/read/407519/2262260

h homotopy.h

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005 // Last changed: 2006-08-22 #ifndef __HOMOTOPY_H #define __HOMOTOPY_H #include
www.eeworm.com/read/407519/2263142

cpp homotopy.cpp

// Copyright (C) 2005-2008 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // Modified by Garth N. Wells, 2006. // // First added: 2005 // Last changed: 2008-04-22 #include #in
www.eeworm.com/read/407519/2263157

h homotopy.h

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005 // Last changed: 2006-08-22 #ifndef __HOMOTOPY_H #define __HOMOTOPY_H #include
www.eeworm.com/read/334291/12613702

m homotopy.m

%文件名:Homotopy.m function root = Homotopy(funcF,funcH,x,N,tol,Nmax) % 功能: 求解非线性方程组的同伦算法 % 输入: % funcF----- 原始方程函数句柄 % funcH----- 同伦方程函数句柄 % x ---- 初始迭代点 % N(可选) ---- 同伦参数t的划分数(默认是10) % to
www.eeworm.com/read/474583/6813081

m perform_homotopy.m

function [X,lambda_list,sparsity_list] = perform_homotopy(D,y,options) % perform_homotopy - compute the L1 regularization path % % X = perform_homotopy(D,y,options); % % Copyright (c) 2008 Gabrie
www.eeworm.com/read/474583/6813091

m~ perform_homotopy.m~

function [X,lambda_list,sparsity_list] = perform_homotopy(D,y,options) % perform_homotopy - compute the L1 regularization path % % X = perform_homotopy(D,y,options); % % Copyright (c) 2008 Gabrie
www.eeworm.com/read/393842/8259959

m hom_main.m

%Homotopy_Optimization_Method clear; global x00 lambda; m=20;deta=1/m; format long; %%%%%%%%%%%%%%%%%% %%%%%%%%%%(1) n=4; for i=1:n x1(i,1)=rand(1); end lambda0(1)=0;x00=x1; xtemp1=x