代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/402363/6343587
txt readme.txt
Support Vector Machine toolbox for Matlab
Version 2.51, January 2002
Contents.m contains a brief description of all parts of this toolbox.
Main features are:
- Except for the QP solver, all parts
www.eeworm.com/read/408657/11378079
m lbm.m
% A short and simple gravity-driven LBM solver based on the code snippets
% in Sukop and Thorne's 'Lattice Boltzmann Modeling'
% Note indexing differences between book's C code and MATLAB:
% C
www.eeworm.com/read/407093/11429525
m mexlusolve.m
function x = mexlusolve(A,b,Pcol)
% MEXLUSOLVE : Supernodal LU factor-and-solve.
%
% MEXLUSOLVE is the mex-file version of the supernodal solver.
% The user will normally call LUSOLVE, which calls M
www.eeworm.com/read/260625/11716736
txt readme.txt
Support Vector Machine toolbox for Matlab
Version 2.51, January 2002
Contents.m contains a brief description of all parts of this toolbox.
Main features are:
- Except for the QP solver, all parts
www.eeworm.com/read/346296/11755637
m logisticexample.m
% This little script demonstrates the use the primal-dual interior-point
% solver to compute a logistic regression model for predicting the binary
% {0,1} outputs of a input vectors. It computes the s
www.eeworm.com/read/340730/12137804
m basic_semivectorial.m
% This example shows how to calculate and plot both the
% fundamental quasi-TE and quasi-TM eigenmodes of an example
% 3-layer ridge waveguide using the semivectorial eigenmode
% solver.
% Ref
www.eeworm.com/read/224279/14598375
txt readme.txt.txt
sudoku solver in c
author : sandeep
this is a c program which can solve easy sudoku's this programe is writen for windows operating system and the accompining exe file is compiled using turbo c c
www.eeworm.com/read/208476/15246711
m dio.m
function [R,S,T] = dio(A,B,d,Am,Bm,Ao,Ar,As);
% DIO
% ---
% This function represents the interface to the generic diophantine
% equation solver DIOPHANT.
%
% CALL [R,S,T] = dio
www.eeworm.com/read/407519/2262089
h dolfin_nls.h
#ifndef __DOLFIN_NLS_H
#define __DOLFIN_NLS_H
// DOLFIN nonlinear solver
#include
#include
#endif
www.eeworm.com/read/407519/2262986
h dolfin_nls.h
#ifndef __DOLFIN_NLS_H
#define __DOLFIN_NLS_H
// DOLFIN nonlinear solver
#include
#include
#endif