代码搜索:solves

找到约 1,488 项符合「solves」的源代码

代码结果 1,488
www.eeworm.com/read/393211/8304004

m rwg31.m

%RWG31 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 parame
www.eeworm.com/read/393211/8304823

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
www.eeworm.com/read/393211/8304830

asv rwg3.asv

%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
www.eeworm.com/read/265706/11256055

m opf.m

function [buso, gen, branch, f, success, info, et, g, jac] = opf(baseMVA, bus,... gen, branch, areas, gencost, Au, lu, ubu, mpopt) %OPF Solves an optimal power flow. % %If the OPF algorithm
www.eeworm.com/read/100612/15868882

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/386625/8734513

m coarse_grid_solve.m

%COARSE_GRID_SOLVE Solve the coarse-grid system % % COARSE_GRID_SOLVE(LEVEL,B) solves the linear system at the grid % level LEVEL with the right-hand side B. How the system is solved
www.eeworm.com/read/427960/8908645

c hilbert.c

/* * Solve set of linear equations involving * a Hilbert matrix * i.e. solves Hx=b, where b is the vector [1,1,1....1] * * Copyright (c) 1988-1997 Shamus Software Ltd. */ #include
www.eeworm.com/read/427201/8966465

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. % Includes three additional
www.eeworm.com/read/184067/9123739

m lipsol.m

function [xsol,fval,lambda,exitflag,output] = lipsol(f,Aineq,bineq,Aeq,beq,lb,ub,options,computeLambda) %LIPSOL Linear programming Interior-Point SOLver. % X = LIPSOL(f,A,b) will solves the Linea
www.eeworm.com/read/281807/9133117

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. % Includes three additional