代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/353896/10406598
m std.m
function y = std(x,flag,dim)
%列状数据标准差
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% std(A)
%
%STD Standard deviation.
% For vectors, STD(X) returns the standard deviation. For matrices,
%
www.eeworm.com/read/278154/10563221
dat matrx2.dat
FILE OF TRIDIAGONAL MATRICES FOR PROGRAM 'TRIDAG'
Dimension of matrix
3
Diagonal elements (N)
1.0 2.0 3.0
Super-diagonal elements (N-1)
2.0 3.0
Sub-diagonal elements (N-1)
2.0 3.0
Right-hand
www.eeworm.com/read/273093/10927257
m std.m
function y = std(x,flag,dim)
%列状数据标准差
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% std(A)
%
%STD Standard deviation.
% For vectors, STD(X) returns the standard deviation. For matrices,
%
www.eeworm.com/read/172061/7074703
m std.m
function y = std(x,flag,dim)
%列状数据标准差
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% std(A)
%
%STD Standard deviation.
% For vectors, STD(X) returns the standard deviation. For matrices,
%
www.eeworm.com/read/459616/7270466
cpp maddct2.cpp
// simplified step count for matrix addition
#include
#include "make2db.h"
int count = 0;
template
void Add( T **a, T **b, T **c, int rows, int cols)
{// Add matrices a and b
www.eeworm.com/read/458010/7314149
m rotqc2mc.m
function mc=rotqc2mc(qc)
%ROTQC2MC converts a matrix of complex quaternion vectors to quaternion matrices
% Inputs:
%
% QC(2m,n) mxn matrix of real quaternion vectors (each 2x1)
%
% Outpu
www.eeworm.com/read/458010/7314264
m rotqr2mr.m
function mr=rotqr2mr(qr)
%ROTQR2MR converts a matrix of real quaternion vectors to quaternion matrices
% Inputs:
%
% QR(4m,n) mxn matrix of real quaternion vectors (each 4x1)
%
% Outputs:
www.eeworm.com/read/448350/7534373
m rotqc2mc.m
function mc=rotqc2mc(qc)
%ROTQC2MC converts a matrix of complex quaternion vectors to quaternion matrices
% Inputs:
%
% QC(2m,n) mxn matrix of real quaternion vectors (each 2x1)
%
% Outpu
www.eeworm.com/read/448350/7534489
m rotqr2mr.m
function mr=rotqr2mr(qr)
%ROTQR2MR converts a matrix of real quaternion vectors to quaternion matrices
% Inputs:
%
% QR(4m,n) mxn matrix of real quaternion vectors (each 4x1)
%
% Outputs:
www.eeworm.com/read/440750/7682132
m rotqc2mc.m
function mc=rotqc2mc(qc)
%ROTQC2MC converts a matrix of complex quaternion vectors to quaternion matrices
% Inputs:
%
% QC(2m,n) mxn matrix of real quaternion vectors (each 2x1)
%
% Outpu