代码搜索:Generalized
找到约 2,645 项符合「Generalized」的源代码
代码结果 2,645
www.eeworm.com/read/162867/10262438
m maxeig.m
%MAXEIG Maximum eigenvalue and the corresponding eigenvector.
% [L, Q] = MAXEIG(A) returns the maximum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Maximum is
% in the s
www.eeworm.com/read/467252/7008248
m ggrnd.m
function r = ggrnd(a,b,m,n);
%GGRND Random matrices from generalized Gaussian distribution.
% R = GGRND(A,B) returns a matrix of random numbers chosen
% from the generalized Gaussian distrib
www.eeworm.com/read/439841/7700935
m maxeig.m
%MAXEIG Maximum eigenvalue and the corresponding eigenvector.
% [L, Q] = MAXEIG(A) returns the maximum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Maximum is
% in the s
www.eeworm.com/read/198947/7902962
m mineig.m
%MINEIG Minimum eigenvalue and the corresponding eigenvector.
% [L, Q] = MINEIG(A) returns the minimum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Minimum is
% in the s
www.eeworm.com/read/198947/7902993
m maxeig.m
%MAXEIG Maximum eigenvalue and the corresponding eigenvector.
% [L, Q] = MAXEIG(A) returns the maximum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Maximum is
% in the s
www.eeworm.com/read/221024/14778586
html http:^^gist.cs.berkeley.edu:8000^gist^gistabs.html
Date: Tue, 14 Jan 1997 23:38:39 GMT
Server: NCSA/1.5.2
Last-modified: Mon, 05 Aug 1996 19:39:49 GMT
Content-type: text/html
Content-length: 1276
Generalized Search Trees fo
www.eeworm.com/read/215700/15052737
m maxeig.m
%MAXEIG Maximum eigenvalue and the corresponding eigenvector.
% [L, Q] = MAXEIG(A) returns the maximum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Maximum is
% in the s
www.eeworm.com/read/208657/15239759
m contents.m
% Multivariable Systems Toolbox : Jtools
% Version 2.2 (R11.1,R14.1) 02-Apr-2005
%
% ---------- OPTIMAL CONTROLLERS -------------------------------
%
% khelps : details on kopt,kmaker,pmaker
www.eeworm.com/read/367160/9772273
f zggev.f
SUBROUTINE ZGGEV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA,
$ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO )
*
* -- LAPACK driver routine (version 3.1) --
* Un
www.eeworm.com/read/367160/9772691
f cggev.f
SUBROUTINE CGGEV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA,
$ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO )
*
* -- LAPACK driver routine (version 3.1) --
* Un