代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/433337/7941241
m conv2fft.m
function [out] = conv2fft(z1,z2,shape,shape2)
%CONV2FFT FFT-based two dimensional convolution.
% C = CONV2FFT(A, B) performs the 2-D convolution of matrices
% A and B. If [ma,na] = size(A)
www.eeworm.com/read/144069/12820635
m conv2fft.m
function [out] = conv2fft(z1,z2,shape,shape2)
%CONV2FFT FFT-based two dimensional convolution.
% C = CONV2FFT(A, B) performs the 2-D convolution of matrices
% A and B. If [ma,na] = size(A)
www.eeworm.com/read/241396/13147270
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/138987/13197188
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/305201/13776980
m vgg_p_from_f.m
%P = vgg_P_from_F(F) Compute cameras from fundamental matrix.
% F has size (3,3), P has size (3,4).
%
% If x2'*F*x1 = 0 for any pair of image points x1 and x2,
% then the camera matrices of
www.eeworm.com/read/305201/13777009
m vgg_px_from_6pts_3img.m
%vgg_PX_from_6pts_3img Computes camera matrices and world points from 6 points across 3 images.
%
% [P,X] = vgg_PX_from_6pts_3img(x), where
% x ... double(3,6,3) or cell{3} of double(3,6),
www.eeworm.com/read/134479/5892592
br rapid.br
#include
//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
www.eeworm.com/read/485544/6552838
m mlppack.m
function [wh, nodes] = mlppack(W1, B1, W2, B2, W3, B3, W4, B4)
% MLPPACK ReBEL MLP neural network weight matrices vectorizer.
%
% This function packs the parameters (weights and biases) of ReBEL ML
www.eeworm.com/read/485012/6570545
m savecase.m
function fname_out = savecase(fname, p1, p2, p3, p4, p5, p6, p7)
%SAVECASE Saves a MATPOWER case file, given a filename and the data matrices.
%
% savecase(fname, baseMVA, bus, gen, branch)
% sav
www.eeworm.com/read/347690/11649273
m conv2fft.m
function [out] = conv2fft(z1,z2,shape,shape2)
%CONV2FFT FFT-based two dimensional convolution.
% C = CONV2FFT(A, B) performs the 2-D convolution of matrices
% A and B. If [ma,na] = size(A)