代码搜索:eigenvector

找到约 273 项符合「eigenvector」的源代码

代码结果 273
www.eeworm.com/read/491219/6441876

cpp matrix.cpp

// Matrix.cpp #include #include #include "Matrix.h" #if defined(WIN32) #define wxFinite(n) _finite(n) #elif defined(_LINUX) #define wxFinite(n) finite(n) #else
www.eeworm.com/read/216367/15017063

txt d8r1.txt

Private Sub Command1_Click() 'PROGRAM D8R1 'Driver for routine JACOBI NP = 3 Dim D(3), V(3, 3), R(3) Dim A(3, 3), E(3, 3) A(1, 1) = 1#: A(1, 2) = 2#: A(1, 3) = 3# A(
www.eeworm.com/read/192744/8286991

txt d8r1.txt

Private Sub Command1_Click() 'PROGRAM D8R1 'Driver for routine JACOBI NP = 3 Dim D(3), V(3, 3), R(3) Dim A(3, 3), E(3, 3) A(1, 1) = 1#: A(1, 2) = 2#: A(1, 3) = 3# A(
www.eeworm.com/read/367160/9774184

html slaein.f.html

slaein.f
www.eeworm.com/read/367160/9775250

html dhsein.f.html

dhsein.f
www.eeworm.com/read/367160/9776326

html shsein.f.html

shsein.f
www.eeworm.com/read/367160/9776587

html dlaein.f.html

dlaein.f
www.eeworm.com/read/192035/8410447

m eoffreq.m

function [mrft,f]=eoffreq(E,n) % EOFFREQ - find the dominant frequencies of EOFs. % Syntax: [mrft,f]=eoffreq(E); [mrft,f]=eoffreq(E,n); % % Given the eigenvector matrix E, eoffreq computes a % n
www.eeworm.com/read/192035/8410480

m eofcorr.m

function [c,C]=eofcorr(E,F); % EOFCORR - examine correlations between two sets of eigenvectors. % Syntax: [c,C]=eofcorr(E,F); % % Input: E - a set (M by e) of e eigenvectors, each of length M. %
www.eeworm.com/read/282288/9105809

input-elcentro

/* * ============================================================ * Modal Analysis of Five Story Steel Moment Frame subject to * El Centro ground motion. * * Written By: Mark Austin