代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/151555/12201667
m randncond.m
% RANDNCOND Condition of random matrices
nmax = 100;
n = 2:nmax;
kappalo = n.^(1/2);
kappahi = 500*n.^3;
shg
clf reset
h = loglog(n,[kappalo; kappahi],'-',nmax,NaN,'.');
set(h(1:2),'color
www.eeworm.com/read/337307/12377056
m min.m
%列状数据最小值
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% min(A)
%
%MIN Smallest component.
% For vectors, MIN(X) is the smallest element in X. For matrices,
% MIN(X) is a row vector contain
www.eeworm.com/read/337307/12377675
m max.m
%列状数据最大值
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% max(A)
%
%MAX Largest component.
% For vectors, MAX(X) is the largest element in X. For matrices,
% MAX(X) is a row vector containin
www.eeworm.com/read/132141/14107457
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
www.eeworm.com/read/132141/14107767
cpp maddct1.cpp
// 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 to
www.eeworm.com/read/228652/14371633
m kron.m
function Q = kron(P1,P2)
% KRON -- Kronecker product of matrix polynomials
%
% Q = kron(P1,P2)
%
% To visualize this, it helps to think of P1, P2 as matrices with
% polynomial entries,
www.eeworm.com/read/224759/14568331
m xy2inout.m
function result=xy2inout(x,y)
%XY2INOUT Transforms matrices into a GPLAB algorithm data set (input and output).
% XY2INOUT(X,Y) returns a struct array with input and desired output
% data fo
www.eeworm.com/read/123955/14604668
html tour-ex2.html
A Tour of NTL: Examples: Vectors and Matrices
www.eeworm.com/read/119084/14839757
html tour-ex2.html
A Tour of NTL: Examples: Vectors and Matrices
www.eeworm.com/read/119079/14840180
html tour-ex2.html
A Tour of NTL: Examples: Vectors and Matrices