代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/304387/3799757
c mextriang.c
/**********************************************************************
* y = mextriang(U,b,options)
* Given upper-triangular matrix U,
* options = 1 (default), solves U *y = b,
* =
www.eeworm.com/read/444386/1734464
c mextriang_71.c
/**********************************************************************
* y = mextriang(U,b,options)
* Given upper-triangular matrix U,
* options = 1 (default), solves U *y = b,
* =
www.eeworm.com/read/444386/1734473
c mexbsolve.c
/**********************************************************************
* y = mexbsolve(U,b,options)
* Given upper-triangular matrix U,
* options = 1 (default), solves U *y = b,
* =
www.eeworm.com/read/444386/1734480
c mextriang.c
/**********************************************************************
* y = mextriang(U,b,options)
* Given upper-triangular matrix U,
* options = 1 (default), solves U *y = b,
* =
www.eeworm.com/read/133941/14017257
cs equationnode.cs
using System;
using GeneticAlgorithm;
namespace GEPAlgorithm
{
///
/// Summary description for EquationNode.
/// Equation node represents a symbolic equation that solves a problem
www.eeworm.com/read/133875/14019302
c my_yprime.c
/*=================================================================
*
* YPRIME.C Sample .MEX file corresponding to YPRIME.M
* Solves simple 3 body orbit problem
*
* The calling synt
www.eeworm.com/read/200131/15440428
c my_yprime.c
/*=================================================================
*
* YPRIME.C Sample .MEX file corresponding to YPRIME.M
* Solves simple 3 body orbit problem
*
* The calling synt
www.eeworm.com/read/103618/15727549
c my_yprime.c
/*=================================================================
*
* YPRIME.C Sample .MEX file corresponding to YPRIME.M
* Solves simple 3 body orbit problem
*
* The calling synt
www.eeworm.com/read/296909/8072785
m log_regression.m
% Logistic regression modeling via geometric programming (GP).
% (a figure is generated)
%
% This examples solves a logistic regression example presented
% in the book "Convex Optimization" by Boyd an
www.eeworm.com/read/344248/11891821
m fem1dqnucd.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% NAME OF FILE: FEM1DQnucd.m
%
% PURPOSE: This Matlab code solves a one-dimensional boundary-value problem
% usi