代码搜索:协方差矩阵
找到约 10,000 项符合「协方差矩阵」的源代码
代码结果 10,000
www.eeworm.com/read/446050/7586464
asv multi_gp.asv
function [x]=multi_gp(m,C)
% MULTI_GP 产生均值向量为m(列向量)和协方差矩阵为C的多元高斯随机过程.
N=length(m);
for i=1:N,
y(i) =gngauss;
end;
y=y.';
x=sqrtm(C)*y+m;
www.eeworm.com/read/354830/10322853
cpp 矩阵.cpp
#include
#define MAXSIZE 200
#define ERROR 0
#define OK 1
typedef struct
{
int i,j;
int e;
}Triple;
typedef struct
{
Triple data[MAXSIZE+1];//非零元三元组表
int mu,nu,tu;//矩阵的行数,
www.eeworm.com/read/277950/10591514
cpp 矩阵.cpp
#include
#include
template void inverse(T1 *mat1,T2 *mat2,int a,int b);
template void multi(T1 *mat1,T2 *mat2,T2 *result,i
www.eeworm.com/read/420083/10817841
矩阵键盘
www.eeworm.com/read/274810/10851281
cpp 矩阵.cpp
#include "iostream.h"
void MatrixChain(int *p,int n,int **m,int **s)
{
for(int i=1;i
www.eeworm.com/read/272778/10944851
txt 矩阵+-.txt
#include
#include
#define max 20
struct triple
{
int m,n;
int num;
};
struct matrix
{
triple data[max];
www.eeworm.com/read/469138/6978205
txt 矩阵.txt
define MAXN 100
#define fabs(x) ((x)>0?(x):-(x))
#define zero(x) (fabs(x)
www.eeworm.com/read/467653/7007319
asm 矩阵.asm
DATA SEGMENT
startASCII DB 10H
endASCII DB 7FH
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START:
MOV AX,DATA
MOV DS,AX
MOV AH,02H
MOV DX,word ptr[startASCII]
MOV CX,
www.eeworm.com/read/460783/7240772
txt 矩阵.txt
define MAXN 100
#define fabs(x) ((x)>0?(x):-(x))
#define zero(x) (fabs(x)
www.eeworm.com/read/457804/7317643
txt 矩阵.txt
define MAXN 100
#define fabs(x) ((x)>0?(x):-(x))
#define zero(x) (fabs(x)