代码搜索:eigenvalue

找到约 684 项符合「eigenvalue」的源代码

代码结果 684
www.eeworm.com/read/458493/7295672

m contents.m

% NMM Toolbox: routines for eigenvalue computation % % eigSort Eigenvalue/vectors sorted in ascending or descending order % iterMult Iterated multiplication of a vector by a matrix: u = A*A
www.eeworm.com/read/458488/7296097

m contents.m

% NMM Toolbox: routines for eigenvalue computation % % eigSort Eigenvalue/vectors sorted in ascending or descending order % iterMult Iterated multiplication of a vector by a matrix: u = A*A
www.eeworm.com/read/144399/12797367

m contents.m

% NMM Toolbox: routines for eigenvalue computation % % eigSort Eigenvalue/vectors sorted in ascending or descending order % iterMult Iterated multiplication of a vector by a matrix: u = A*A
www.eeworm.com/read/172013/9726668

m contents.m

% NMM Toolbox: routines for eigenvalue computation % % eigSort Eigenvalue/vectors sorted in ascending or descending order % iterMult Iterated multiplication of a vector by a matrix: u = A*A
www.eeworm.com/read/349974/10779580

m cengci.m

function [weight,eigenvalue,cr,matrix]=cengci(vector) n=length(vector); m=ceil(sqrt(2*n)); matrix=ones(m,m); for i=2:m for j=1:i-1 matrix(i,j)=vector((i-1)*(i-2)/2+j);
www.eeworm.com/read/367160/9770711

f stgsna.f

SUBROUTINE STGSNA( JOB, HOWMNY, SELECT, N, A, LDA, B, LDB, VL, $ LDVL, VR, LDVR, S, DIF, MM, M, WORK, LWORK, $ IWORK, INFO ) * * -- LAPACK rout
www.eeworm.com/read/367160/9771062

f dtrsna.f

SUBROUTINE DTRSNA( JOB, HOWMNY, SELECT, N, T, LDT, VL, LDVL, VR, $ LDVR, S, SEP, MM, M, WORK, LDWORK, IWORK, $ INFO ) * * -- LAPACK routine (ve
www.eeworm.com/read/367160/9772637

f dtgsna.f

SUBROUTINE DTGSNA( JOB, HOWMNY, SELECT, N, A, LDA, B, LDB, VL, $ LDVL, VR, LDVR, S, DIF, MM, M, WORK, LWORK, $ IWORK, INFO ) * * -- LAPACK rout