代码搜索:solves

找到约 1,488 项符合「solves」的源代码

代码结果 1,488
www.eeworm.com/read/417061/11004951

readme

Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM
www.eeworm.com/read/469934/6921195

m tridisolve.m

function x = tridisolve(a,b,c,d) % TRIDISOLVE Solve tridiagonal system of equations. % x = TRIDISOLVE(a,b,c,d) solves the system of linear equations % b(1)*x(1) + c(1)*x(2) = d(1), %
www.eeworm.com/read/212797/6962505

m vtb9.m

% VTB9 % % VTB9_1 solves for the natural frequencies, damping ratios, % and mode shapes of a linear second order matrix (LSOM) % form system. (M,C,K) % NOTE: VTB9_1 will be rep
www.eeworm.com/read/212797/6962549

m vtb4.m

% VTB4 % % VTB4_1 Natural frequencies and eigenvectors for an undamped % system. % VTB4_2 Free response of an undamped system. % VTB4_3 solves for the natural frequencies, damping ratios, %
www.eeworm.com/read/272224/7096296

m vtb9.m

% VTB9 % % VTB9_1 solves for the natural frequencies, damping ratios, % and mode shapes of a linear second order matrix (LSOM) % form system. (M,C,K) % NOTE: VTB9_1 will be rep
www.eeworm.com/read/464335/7165208

m tridisolve.m

function x = tridisolve(a,b,c,d) % TRIDISOLVE Solve tridiagonal system of equations. % x = TRIDISOLVE(a,b,c,d) solves the system of linear equations % b(1)*x(1) + c(1)*x(2) = d(1), %
www.eeworm.com/read/458661/7291911

m dslab.m

% dslab.m - solves for the TE-mode cutoff wavenumbers in a dielectric slab % % Usage: [u,v] = dslab(R,Nit) % [u,v] = dslab(R) (equivalent to Nit=3) % % R = frequency radius = k0*a*N
www.eeworm.com/read/456869/7337940

readme

Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM
www.eeworm.com/read/451385/7466241

m tridisolve.m

function x = tridisolve(a,b,c,d) % TRIDISOLVE Solve tridiagonal system of equations. % x = TRIDISOLVE(a,b,c,d) solves the system of linear equations % b(1)*x(1) + c(1)*x(2) = d(1), %
www.eeworm.com/read/449130/7517969

m tridiag_lu_sl.m

function [b, iflag] = tridiag_lu_sl( c, d, e, b); % % TRIDIAG_LU_SL solves a tridiagonal linear system A x = b, % using the LU decomposition of A computed by TRIDIAG_LU. % % Usage % [b, iflag