代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/241807/13115322
m mean.m
function y = mean(x,dim) %函数定义行,注意函数名称必须与文件名称相同
%MEAN Average or mean value.——H1帮助行
% For vectors, MEAN(X) is the mean value of the elements in X. For
% matrices, MEAN(X) is a row vector con
www.eeworm.com/read/139491/13154015
m cum2x.m
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag)
%CUM2X Cross-covariance
% y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag)
% x,y - data vectors/matrices with identical dimensi
www.eeworm.com/read/139491/13154054
m cum2x.m
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag)
%CUM2X Cross-covariance
% y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag)
% x,y - data vectors/matrices with identical dimensi
www.eeworm.com/read/138638/13227448
c matmult.c
/*
** Multiply two matrices together.
*/
void
matrix_multiply( int *m1, int *m2, register int *r,
int x, int y, int z )
{
register int *m1p;
register int *m2p;
register int k;
int
www.eeworm.com/read/325030/13229563
m mean.m
function y = mean(x,dim) %函数定义行,注意函数名称必须与文件名称相同
%MEAN Average or mean value.——H1帮助行
% For vectors, MEAN(X) is the mean value of the elements in X. For
% matrices, MEAN(X) is a row vector con
www.eeworm.com/read/136681/13366804
m mean.m
function y = mean(x,dim) %函数定义行,注意函数名称必须与文件名称相同
%MEAN Average or mean value.——H1帮助行
% For vectors, MEAN(X) is the mean value of the elements in X. For
% matrices, MEAN(X) is a row vector con
www.eeworm.com/read/309785/13664505
c sys2.c
#include "cbox2.h"
void Sys2(X,Y,G,H,F,Bc,Code,Dim,No)
float X[82],Y[82],G[81][162],H[81][81],F[81],Bc[161];
int Code[161],Dim,No;
{
/*[ This function computes the matrices G and H, and forms
www.eeworm.com/read/305201/13776975
m vgg_f_from_p.m
%F = vgg_F_from_P(P) Compute fundamental matrix from two camera matrices.
% P is cell (2), P = {P1 P2}. F has size (3,3). It is x2'*F*x1 = 0
%
% Overall scale of F is unique and such that, for
www.eeworm.com/read/302615/13831215
m mean.m
function y = mean(x,dim) %函数定义行,注意函数名称必须与文件名称相同
%MEAN Average or mean value.——H1帮助行
% For vectors, MEAN(X) is the mean value of the elements in X. For
% matrices, MEAN(X) is a row vector con
www.eeworm.com/read/134479/5892582
br simple_rapid.br
//all matrices stored in row major order
//[Rotationx.x Rotationx.y Rotationx.z] [Vec.x]
//[Rotationy.x Rotationy.y Rotationy.z] [Vec.y]
//[Rotationz.x Rotationz.y Rotationz.z] [Vec.z]
// Rotation