代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/254523/12132673
m bslashtx.m
function x = bslashtx(A,b)
% 被交互实验trylu调用
% BSLASHTX Solve linear system (backslash)
% x = bslashtx(A,b) solves A*x = b
[n,n] = size(A);
% Triangular factorization
[L,U,p] = lutx(A);
www.eeworm.com/read/234163/14120244
m forwardsolution.m
function [U,p,r]=ForwardSolution(NNode,NElement,A,C,T,MeasPattern,style,p,r);
%ForwardSolution Solves the potential distribution in 2D EIT
% Function [U,p,r]=ForwardSolution(MeshData,rho);
% compute
www.eeworm.com/read/234163/14120298
m hsforwardsolution.m
function [U,p,r]=hsForwardSolution(NNode,NElement,A,C,T,MeasPattern,style,p,r);
%ForwardSolution Solves the potential distribution in 2D EIT
% Function [U,p,r]=ForwardSolution(MeshData,rho);
% compu
www.eeworm.com/read/130982/14164346
cat forward_solver.cat
function [V] = forward_solver(vtx,E,I,tol,pp,V);
This function solves the forward problem using the Cholesky or LU method or
conjugate gradients.
vtx = The vertices
E = The full rank system ma
www.eeworm.com/read/472943/1402678
m runcs_l0.m
% This program solves the following BP problem
% Min || alpha ||_1 s.t. Phi*alpha = S
% where Phi is a random dictionary, and alpha is a sparse vector.
% Used by: GenData_L0
% Global Variables:
www.eeworm.com/read/307266/3725977
cpp hilbert.cpp
/*
* Solve set of linear equations involving
* a Hilbert matrix
* i.e. solves Hx=b, where b is the vector [1,1,1....1]
*
* Requires: flash.cpp
*
* Copyright (c) Shamus Software 19
www.eeworm.com/read/307266/3726322
cpp hilbert.cpp
/*
* Solve set of linear equations involving
* a Hilbert matrix
* i.e. solves Hx=b, where b is the vector [1,1,1....1]
*
* Requires: flash.cpp
*
* Copyright (c) Shamus Software 19
www.eeworm.com/read/273525/4206818
mata lusolve.mata
*! version 1.0.1 18nov2004
version 9.0
mata:
/*
lusolve(A, B) solves AX = B, returns X
*/
numeric matrix lusolve(numeric matrix A, numeric matrix B, |real scalar tol)
{
numeric ma
www.eeworm.com/read/393395/2474658
m fwdpr1.m
% y = fwdpr1(Lden, b)
% FWDPR1 Solves "PROD_k L(pk,betak) * y = b", where
% where L(p,beta) = eye(n) + tril(p*beta',-1).
%
% **********
www.eeworm.com/read/474489/6810396
m rwg3.m
%RWG3-FREQUENCY LOOP
% Calculates the impedance matrix using function IMPMET
% and solves MoM equations
% Uses the mesh file from RWG2, mesh2.mat, as an input.
%
% The following paramet