代码搜索:LSE
找到约 104 项符合「LSE」的源代码
代码结果 104
www.eeworm.com/read/367160/9778564
in lse.in
LSE: Data file for testing Constrained Linear Least Squares routines
6 Number of values of M, P, and N
6 0 5 8 10 30 Values of M
0 5 5 5 8 20 V
www.eeworm.com/read/420351/10800760
m lse.m
function x = lse(A,b,C,d,solverflag,weights)
% solves A*x = b for X in a least squares sense, given C*x = d
% usage: x = lse(A,b,C,d)
% usage: x = lse(A,b,C,d,solverflag)
% usage: x = lse(A,b,C,d,solv
www.eeworm.com/read/416425/11029730
dll lse.dll
www.eeworm.com/read/461277/7230256
py lse.py
"""
Convex optimization modeling for cvxopt.
"""
# Copyright (C) 2006-2008 Jacob Mattingley and Stephen Boyd.
#
# This file is part of CVXMOD.
#
# CVXMOD is free software; you can redistribute it an
www.eeworm.com/read/454351/7393264
dll lse.dll
www.eeworm.com/read/296909/8072757
m lse.m
function [f,expyy] = lse(E,y)
%
% LSE finds log-sum-exp values.
%
% It calculates log(E*exp(y)), with special handling of extreme y values.
%
% ymax is a vector of maximum exponent values of each p
www.eeworm.com/read/139007/13195483
m lse.m
function x = lse(A, b, B, d, method)
%LSE Solve the equality constrained least squares problem.
% [x, flopcount] = LSE(A, b, B, d, METHOD) finds the least squares
% solution of th
www.eeworm.com/read/139007/13195543
m lse.m
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|11 Aug 2002 11:24:08 -0000
vti_extenderversion:SR|4.0.2.6513
www.eeworm.com/read/416425/11029739
m lse_lbf.m
function u = LSE_LBF(u0,Img,Ksigma,KI,KONE,nu,timestep,mu,lambda1,lambda2,epsilon,numIter)
% LSE_LBF implements the level set evolution (LSE) for the method in Chunming Li et al's paper:
% "Mi
www.eeworm.com/read/160299/10544448
m find_lse_position.m
%
% FUNCTION : "find_LSE_position"
%
% 该函数通过LSE算法定位
%
% 输入参数:
% positions:包含各个结点坐标参数的大小为Nx2的二维数组
% ranges:包含任两点间距离大小为NxN的二维数组
% Nx:目标结点(待定位结点)序号
% Ref: 长度为k的参考结点数组
% sigma_2:测距误差
%