代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/459616/7270650
cpp smatrix.cpp
// test formula based sparse matrix class
#include
#include "smatrix.h"
void main(void)
{
SparseMatrix A(20), B(20), C(20);
cin >> A;
cout
www.eeworm.com/read/458661/7291897
m impedmat.m
% impedmat.m - mutual impedance matrix of array of parallel dipole antennas
%
% Usage: Z = impedmat(L,a,d)
%
www.eeworm.com/read/458493/7295673
m itermult.m
function [u,lambda] = iterMult(A,x,nit)
% iterMult Iterated multiplication of a vector by a matrix: u = A*A*...*A*x
%
% Synopsis: u = iterMult(A,x,nit)
% [u,lambda] = iterMul
www.eeworm.com/read/458493/7295738
m lupiv.m
function [L,U,pv] = luPiv(A,ptol)
% luPiv LU factorization with partial pivoting
%
% Synopsis: [L,U,pv] = luPiv(A)
% [L,U,pv] = luPiv(A,ptol)
%
% Input: A = coefficient matri
www.eeworm.com/read/458488/7296098
m itermult.m
function [u,lambda] = iterMult(A,x,nit)
% iterMult Iterated multiplication of a vector by a matrix: u = A*A*...*A*x
%
% Synopsis: u = iterMult(A,x,nit)
% [u,lambda] = iterMul
www.eeworm.com/read/458488/7296116
m lupiv.m
function [L,U,pv] = luPiv(A,ptol)
% luPiv LU factorization with partial pivoting
%
% Synopsis: [L,U,pv] = luPiv(A)
% [L,U,pv] = luPiv(A,ptol)
%
% Input: A = coefficient matri
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/7314177
m rotmr2qr.m
function qr=rotmr2qr(mr)
%ROTMR2QR converts a matrix of real quaternion matrices to quaternion vectors
% Inputs:
%
% MR(4m,4n) mxn matrix of real quaternion matrices (each 4x4)
%
% Output
www.eeworm.com/read/458010/7314257
m rotmc2qc.m
function qc=rotmc2qc(mc)
%ROTMC2QC converts a matrix of complex quaternion matrices to a matrix of complex quaternion vectors
% Inputs:
%
% MC(2m,2n) mxn matrix of real quaternion matrices