代码搜索:eigen
找到约 413 项符合「eigen」的源代码
代码结果 413
www.eeworm.com/read/319478/13450803
for eigen.for
www.eeworm.com/read/301055/13866990
for eigen.for
www.eeworm.com/read/179705/9342060
c eigen.c
#include
#include
#include
int
main (void)
{
double data[] = { 1.0 , 1/2.0, 1/3.0, 1/4.0,
1/2.0, 1/3.0, 1/4.0, 1/5.0,
www.eeworm.com/read/179705/9342233
texi eigen.texi
@cindex eigenvalues and eigenvectors
This chapter describes functions for computing eigenvalues and
eigenvectors of matrices. There are routines for real symmetric and
complex hermitian matrices, and
www.eeworm.com/read/162867/10262441
m eigen.m
%EIGEN Solves the eigenvalue problem in design of the unit-energy
% constrained minimum mean-squared error time domain equalizer.
% [B, W, D, MSE, R, Dv] = EIGEN(RXX, RYY, RXY, Dmin, Dmax, Nb,
www.eeworm.com/read/353769/10418868
h eigen.h
#include "CVect.h"
#include "CMat.h"
void tred2(CMatrix *a, long n, CVect *d, CVect *e);
void tqli(CVect *d, CVect *e, long n, CMatrix *z);
www.eeworm.com/read/353769/10419077
cpp eigen.cpp
#include "stdafx.h"
#include "eigen.h"
#include "utilcpp.h"
#include "str.h"
#include "math.h"
#define SIGN(a, b) ((b) < 0 ? - fabs(a) : fabs(a))
inline float pythag(float a, float b)
{
www.eeworm.com/read/353769/10419088
h eigen.h
#include "CVect.h"
#include "CMat.h"
void tred2(CMatrix *a, long n, CVect *d, CVect *e);
void tqli(CVect *d, CVect *e, long n, CMatrix *z);
www.eeworm.com/read/424281/10468018
c eigen.c
#include
#include
#include
int
main (void)
{
double data[] = { 1.0 , 1/2.0, 1/3.0, 1/4.0,
1/2.0, 1/3.0, 1/4.0, 1/5.0,
www.eeworm.com/read/424281/10468326
texi eigen.texi
@cindex eigenvalues and eigenvectors
This chapter describes functions for computing eigenvalues and
eigenvectors of matrices. There are routines for real symmetric,
real nonsymmetric, complex hermiti