代码搜索:eigenvalues

找到约 1,100 项符合「eigenvalues」的源代码

代码结果 1,100
www.eeworm.com/read/291439/8419712

m chlpe.m

% The name of the M-file:chlpe.m % It plots the location of eigenvalues at each load point % ********************************************************** figure('NumberTitle','off','Name','VST- Loci
www.eeworm.com/read/446553/7576870

m chlpe.m

% The name of the M-file:chlpe.m % It plots the location of eigenvalues at each load point % ********************************************************** figure('NumberTitle','off','Name','VST- Loci
www.eeworm.com/read/475765/6777717

m p5_19.m

% P5_19.M Find eigenvalues % A=[0 0 1 0;0 0 0 1;-2 1 0 0;1 -2 0 0] [v,d]=eig(A)
www.eeworm.com/read/178406/9399820

m mkeig.m

function [V,D]=mkeig(K,M) %[Vectors, EigenValues]=mkeig(K,M) % % [V, s]=mkeig(K,M) % compute the mass-normalised eigenvectors and eigenvalues of s*M*V=M*V % % s=mkeig(K,M) % compute the eigenv
www.eeworm.com/read/231340/14238581

m mkeig.m

function [V,D]=mkeig(K,M) %[Vectors, EigenValues]=mkeig(K,M) % % [V, s]=mkeig(K,M) % compute the mass-normalised eigenvectors and eigenvalues of s*M*V=M*V % % s=mkeig(K,M) % compute the eigenv
www.eeworm.com/read/492905/6413734

lad1

- Introduction las1: sparse svd via single-vector Lanczos algorithm with selective re-orthogonalization. las1.c is an ANSI-C code designed to find some eigenvalues and eigenv
www.eeworm.com/read/492905/6413766

lad2

- Introduction las2: sparse svd via single-vector Lanczos algorithm with selective re-orthogonalization. las2.c is an ANSI-C code designed to find some eigenvalues and eigenv
www.eeworm.com/read/367160/9769533

f dtrsen.f

SUBROUTINE DTRSEN( JOB, COMPQ, SELECT, N, T, LDT, Q, LDQ, WR, WI, $ M, S, SEP, WORK, LWORK, IWORK, LIWORK, INFO ) * * -- LAPACK routine (version 3.1) -- * Univ. o
www.eeworm.com/read/367160/9769988

f dstevr.f

SUBROUTINE DSTEVR( JOBZ, RANGE, N, D, E, VL, VU, IL, IU, ABSTOL, $ M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, $ LIWORK, INFO ) * * -- LAPACK dri
www.eeworm.com/read/367160/9771222

f zheevr.f

SUBROUTINE ZHEEVR( JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, $ ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, $ RWORK, LRWORK, IWORK, LIWORK, INFO