代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/484555/6579697
c eigens.c
/* eigens.c
*
* Eigenvalues and eigenvectors of a real symmetric matrix
*
*
*
* SYNOPSIS:
*
* int n;
* double A[n*(n+1)/2], EV[n*n],
www.eeworm.com/read/483607/6599500
h init.h
/***************************************************************************/
/*!
* \file init.h
*
* \brief initialization algorithms for Echo State Networks
*
* \author Georg Holzmann, grh
www.eeworm.com/read/483253/6601806
m randvec.m
function x=randvec(n,m,c)
%RANDVEC Generate gaussian random vectors X=(N,M,C)
% generates a random matrix of size (n,p) where p is the maximum dimension of m or c
% Each row of x is independent wi
www.eeworm.com/read/482347/6623139
m ewmacorr.m
function [delta,dev,cor,C] = ewmacorr(DX,DR,legame,lambda)
%EWMACORR correlation between risk factors and assets (EWMA).
%
% [delta,dev,cor,C] = ewmacorr(DX,DR,legame,lambda) calculates the standard
www.eeworm.com/read/482374/6623681
src cml.src
/*
** cml.src CML - Maximum Likelihood Estimation with General
** Nonlinear Constraints on Parameters
**
** (C) Copyright 1994-1996 Aptech Systems, Inc.
** All Rights Reserved.
www.eeworm.com/read/482049/6625741
m l2_distance.m
function d = L2_distance(a,b,df)
%%%%这个程序是下面那个外国佬写的,我借来用一下,计算欧拉距离
% L2_DISTANCE - computes Euclidean distance matrix
%
% E = L2_distance(A,B)
%
% A - (DxM) matrix D维空间M个点
% B - (DxN) m