代码搜索:eigenvector

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

代码结果 273
www.eeworm.com/read/104265/15700323

res p100.res

Global coordinates Node 1 0.0000E+00 Node 2 0.8000E+00 Node 3 0.1600E+01 Node 4 0.2400E+01 Node 5 0.3200E+01 Node 6 0.4000
www.eeworm.com/read/291439/8419280

m eigen_sing.m

% The name of the M-file: eigeb_sing % This M-file creates a figure window and plots the absolute magnitudes of %left and right eigenvector of Dyg at singular point figure(grph_fig); set(grph_fig,
www.eeworm.com/read/291439/8419762

m eigen_sing.m

% The name of the M-file: eigeb_sing % This M-file creates a figure window and plots the absolute magnitudes of %left and right eigenvector of Dyg at singular point figure(grph_fig); set(grph_fig,
www.eeworm.com/read/446553/7576886

m eigen_sing.m

% The name of the M-file: eigeb_sing % This M-file creates a figure window and plots the absolute magnitudes of %left and right eigenvector of Dyg at singular point figure(grph_fig); set(grph_fig,
www.eeworm.com/read/381959/9060836

cpp matrix.cpp

// Matrix.cpp: implementation of the CMatrix class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ProGram2.h" #include "Matrix.h" #inc
www.eeworm.com/read/462004/7213094

cpp matrix.cpp

// Matrix.cpp: implementation of the CMatrix class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ProGram2.h" #include "Matrix.h" #inc
www.eeworm.com/read/210481/15198398

h pca.h

#ifndef __MY_PCA_H_ #define __MY_PCA_H_ #include "DataSource.h" #include #include #include #include ///////////////////////////////////////////////////
www.eeworm.com/read/282288/9105699

input-matrix4

/* ================================================================ */ /* Test linear equation solvers and eigenvalue/eigenvector routines */ /* =======================================================
www.eeworm.com/read/419697/10842968

c alg092.c

/* * SYMMETRIC POWER METHOD ALGORITHM 9.2 * * To approximate the dominant eigenvalue and an associated * eigenvector of the n by n symmetric matrix A given a nonzero vector x: * * INPUT:
www.eeworm.com/read/419697/10843046

c alg094.c

/* * WIELANDT'S DEFLATION ALGORITHM 9.4 * * To approximate the second most dominant eigenvalue and an * associated eigenvector of the n by n matrix A given an * approximation LAMBDA to th