代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/373012/9478954
makefile
# $Id: Makefile,v 1.25 2006/02/25 15:00:25 geuzaine Exp $
#
# Copyright (C) 1997-2006 P. Dular, C. Geuzaine
#
# This program is free software; you can redistribute it and/or modify
# it under the term
www.eeworm.com/read/362246/10010461
m rsde.m
function model = rsde(X,options)
% RSDE Reduced Set Density Estimator.
%
% Synopsis:
% model = rsde(X,options)
%
% Description:
% This function implements the Reduced Set Density Estimator
% [Giro
www.eeworm.com/read/362246/10010465
m~ rsde.m~
function model = rsde(X,options)
% RSDE Reduced Set Density Estimator.
%
% Synopsis:
% model = rsde(X,options)
%
% Description:
% This function implements the Reduced Set Density Estimator
% [Giro
www.eeworm.com/read/424987/10388651
txt readme.txt
l1_ls: A Matlab solver for l1-regularized least squares problems.
BETA version, May 10 2008
COPYRIGHT (c) 2007 Kwangmoo Koh, Seung-Jean Kim and Stephen Boyd.
Permission to use, copy, modify, and d
www.eeworm.com/read/160392/10536152
m mldsim.m
% function [xt1, dt, zt, yt, fl, eps] = mldsim( m, xt, ut, Options )
% Simulates an MLD System. Given the MLD system and the current state and
% input, computes the next state and the current output.
www.eeworm.com/read/422930/10601835
vb leastsquares.vb
' The GeneralMatrix and DoubleVector classes resides in the
' Extreme.Mathematics.LinearAlgebra namespace.
Imports Extreme.Mathematics.LinearAlgebra
Namespace Extreme.Mathematics.QuickStart.VB
www.eeworm.com/read/422930/10601934
vb newtonequationsolver.vb
' The NewtonRaphsonSolver class resides in the
' Extreme.Mathematics.EquationSolvers namespace.
Imports Extreme.Mathematics.EquationSolvers
' Function delegates reside in the Extreme.Mathematics
www.eeworm.com/read/422930/10601955
vb rootbracketingsolvers.vb
' The RootBracketingSolver and derived classes reside in the
' Extreme.Mathematics.EquationSolvers namespace.
Imports Extreme.Mathematics.EquationSolvers
' Function delegates reside in the Extreme
www.eeworm.com/read/159014/10701766
bugs
* the iterative solver is not working properly with zero delays
between timing nodes
www.eeworm.com/read/455033/7378651
edp sound.edp
real kc2=1; // try this value 19.4256;
func g=y*(1-y);
border a0(t=0,1) { x= 5; y= 1+2*t ;}
border a1(t=0,1) { x=5-2*t; y= 3 ;}
border a2(t=0,1) { x= 3-2*t; y=3-2*t ;}
border a3(t=0,1) { x= 1-t