代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/366687/9803808
c solve.c
#include
#include "lpkit.h"
#include "lpglob.h"
#include "debug.h"
/* Globals used by solver */
static short JustInverted;
static short Status;
static short Doiter;
static short DoInvert;
www.eeworm.com/read/361001/10069715
m mvudemo.m
function mvudemo;
%mvuDemo tests mvu with a simple spiral consisting of 100 points.
%please accustom the code to your SDP solver (CSDP/SEDUMI)
%
%function mvuDemo;
%
%tt=linspace(0,4*pi,100);
%X=[tt.*
www.eeworm.com/read/165020/10078682
c solve.c
#include
#include "lpkit.h"
#include "lpglob.h"
#include "debug.h"
/* Globals used by solver */
static short JustInverted;
static short Status;
static short Doiter;
static short D
www.eeworm.com/read/455033/7379098
am makefile.am
# Makefile using Automake + Autoconf
# ----------------------------------
# $Id: Makefile.am,v 1.38 2009/02/06 09:50:16 hecht Exp $
noinst_LIBRARIES=libff.a
libff_a_SOURCES2= UMFPack_Solver.cpp \
A
www.eeworm.com/read/198172/7948859
m gmresb.m
%
% GMRES linear equation solver, brute-force approach
%
% C. T. Kelley, January 10, 1994
%
% This code comes with no guarantee or warranty of any kind.
%
% function [x, error, total_iters] = gmresb(x
www.eeworm.com/read/198172/7948873
m fdcgstab.m
function [x, error, total_iters] = ...
fdcgstab(f0, f, xc, params, xinit)
% Forward difference Bi-CGSTAB solver for use in nsola
%
% C. T. Kelley, December 29, 1994
%
% This code
www.eeworm.com/read/198172/7948887
m pcgsol.m
function [x, error, total_iters, it_hist] = ...
pcgsol(x0, b, atv, params, pcv)
% Preconditioned Conjugate-Gradient solver
%
% C. T. Kelley, December 12, 1993
%
% This code comes
www.eeworm.com/read/297653/8005782
c solve.c
#include
#include "lpkit.h"
#include "lpglob.h"
#include "debug.h"
/* Globals used by solver */
static short JustInverted;
static short Status;
static short Doiter;
static short D