代码搜索:eigenvalue
找到约 684 项符合「eigenvalue」的源代码
代码结果 684
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/145388/7125256
m ex3bvp.m
function ex3bvp
%EX3BVP Example 3 of the BVP tutorial.
% This is the example for D02KAF from the NAG library. D02KAF is a code
% for Sturm-Liouville problems that takes advantage of special f
www.eeworm.com/read/145388/7125285
m ex3bvp.m
function ex3bvp
%EX3BVP Example 3 of the BVP tutorial.
% This is the example for D02KAF from the NAG library. D02KAF is a code
% for Sturm-Liouville problems that takes advantage of special f
www.eeworm.com/read/399740/7839313
cpp caculate_greatest_eigen.cpp
/**************************************************************
* http://pagesperso-orange.fr/jean-pierre.moreau/c_matrices.html*
*Calculate the greatest eigenvalue of a real square matrix *
*
www.eeworm.com/read/434325/7874117
m a11_2.m
%---------------------------------------------------------------------------
echo on; clc;
%A11_2 MATLAB script file for implementing Algorithm 11.2
%
% NUMERICAL METHODS: MATLAB Programs, (c) J
www.eeworm.com/read/434325/7874192
m a11_1.m
%---------------------------------------------------------------------------
echo on; clc;
%A11_1 MATLAB script file for implementing Algorithm 11.1
%
% NUMERICAL METHODS: MATLAB Programs, (c) J
www.eeworm.com/read/297806/7995389
cpp globalfunc.cpp
// GlobalFunc.cpp: implementation of the CGlobalFunc class.
//
//////////////////////////////////////////////////////////////////////
/*
This file is created by Shiguang Shan at 01.06.2002 to
www.eeworm.com/read/247010/12692547
cpp globalfunc.cpp
// GlobalFunc.cpp: implementation of the CGlobalFunc class.
//
//////////////////////////////////////////////////////////////////////
/*
This file is created by Shiguang Shan at 01.06.2002 to
www.eeworm.com/read/244284/12875259
v3a menu.v3a
Am. Change atomic masses for a range of atoms
------ A c t i o n s w i t h v i b r a t i o n s ----------
Ei. Solve the eigenvalue problem
www.eeworm.com/read/140698/13066473
c alg091.c
/*
* POWER METHOD ALGORITHM 9.1
*
* To approximate the dominant eigenvalue and an associated
* eigenvector of the n by n matrix A given a nonzero vector x:
*
* INPUT: Dimension n; matr