代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/454266/7395454
m domre.m
%%%%%%%%%% start of function domre.m %%%%%%%%%%
%
% Function to solves an inverse problem using Minimum Relative
% Entropy Inversion
%
% Written by: Roseanna M. Neupauer
% Modification Date: Apri
www.eeworm.com/read/449130/7517947
m utriangsl.m
function [b,iflag] = utriangsl( A, b);
%
% UTRIANGSL solves an N by N linear system with
% upper triangular matrix.
%
% Usage
% [b,iflag] = utriangsl( A, b)
%
% input:
% A: the upper
www.eeworm.com/read/449130/7517966
m ltriangsl.m
function [b,iflag] = ltriangsl( A, b);
%
% LTRIANGSL solves an N by N linear system with
% lower triangular matrix.
%
% Usage
% [b,iflag] = ltriangsl( A, b)
%
% input:
% A: the lower
www.eeworm.com/read/296909/8072717
m solve.m
function [res] = solve(prob)
% GPPROBLEM/SOLVE solves a geometric programming optimization problem.
%
% prob: gpproblem object
%
% get the global setting for the preferred GP solver (default is
www.eeworm.com/read/321972/13391640
m funxy.m
% Script file: funxy.m
%
% Purpose:
% This program solves the function f(x,y) for a
% user-specified x and y, where f(x,y) is defined as:
% _
% |
%
www.eeworm.com/read/133952/5896867
m funxy.m
% Script file: funxy.m
%
% Purpose:
% This program solves the function f(x,y) for a
% user-specified x and y, where f(x,y) is defined as:
% _
% |
%
www.eeworm.com/read/478412/6717278
m zsetsolve.m
function SolveData = zSetSolve(Surface, Code, SolveType, varargin)
% zSetSolve - Sets data for solves and/or pickups on lens surfaces.
%
% Usage : SolveData = zSetSolve(Surface, Code, SolveType, Pa
www.eeworm.com/read/476392/6759523
m qsched.m
% This program solves the coordination equation for economic scheduling
% of generation. The program requires the total load demand (Qdt), the
% cost function matrix (cost) and the gen. mwlimits.
www.eeworm.com/read/476392/6759552
m dispatch.m
% This program solves the coordination equation for economic scheduling
% of generation. The program requires the total load demand (Pdt), the
% cost function matrix (cost) and the gen. mwlimits.
www.eeworm.com/read/263959/11335764
m funxy.m
% Script file: funxy.m
%
% Purpose:
% This program solves the function f(x,y) for a
% user-specified x and y, where f(x,y) is defined as:
% _
% |
%