基本矩陣運算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim, rank, nullity. *
標(biāo)簽: matrix minor determinant transpose
上傳時間: 2013-12-09
上傳用戶:541657925
提供基本榘陣 ( Matrix ) 運算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可視構(gòu)件 ( 1.0 版,附源碼 C++Builder 3.0/4.0/5.0 版適用 ),作者 : Jeff Hiscock。
標(biāo)簽: difference transpose product traceof
上傳時間: 2013-12-17
上傳用戶:鳳臨西北
Common Martix Operation ,include transpose, qr-factorization, trangular martix
標(biāo)簽: qr-factorization Operation transpose trangular
上傳時間: 2013-11-30
上傳用戶:xc216
并行算法下的transpose實現(xiàn)。在smp環(huán)境下用mpi編寫
標(biāo)簽: transpose smp mpi 并行算法
上傳時間: 2016-10-08
上傳用戶:
cuda平臺開發(fā)的矩陣變換并行操作(Matrix transpose),屬于cuda sdk中的內(nèi)容
標(biāo)簽: transpose Matrix cuda 平臺開發(fā)
上傳時間: 2017-04-24
上傳用戶:cylnpy
java code to calculate transpose of a matrix
標(biāo)簽: calculate transpose matrix java
上傳時間: 2014-01-17
上傳用戶:cc1015285075
Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
標(biāo)簽: Multiplication Transposition following assembly
上傳時間: 2016-05-03
上傳用戶:kernaling
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- transpose the resulting matrix The code requires nested Parallelism.
標(biāo)簽: iterations performs Bailey number
上傳時間: 2014-01-05
上傳用戶:libenshu01
批處理感知器算法的代碼matlab w1=[1,0.1,1.1;1,6.8,7.1;1,-3.5,-4.1;1,2.0,2.7;1,4.1,2.8;1,3.1,5.0;1,-0.8,-1.3; 1,0.9,1.2;1,5.0,6.4;1,3.9,4.0]; w2=[1,7.1,4.2;1,-1.4,-4.3;1,4.5,0.0;1,6.3,1.6;1,4.2,1.9;1,1.4,-3.2;1,2.4,-4.0; 1,2.5,-6.1;1,8.4,3.7;1,4.1,-2.2]; w3=[1,-3.0,-2.9;1,0.5,8.7;1,2.9,2.1;1,-0.1,5.2;1,-4.0,2.2;1,-1.3,3.7;1,-3.4,6.2; 1,-4.1,3.4;1,-5.1,1.6;1,1.9,5.1]; figure; plot(w3(:,2),w3(:,3),'ro'); hold on; plot(w2(:,2),w2(:,3),'b+'); W=[w2;-w3];%增廣樣本規(guī)范化 a=[0,0,0]; k=0;%記錄步數(shù) n=1; y=zeros(size(W,2),1);%記錄錯分的樣本 while any(y<=0) k=k+1; y=a*transpose(W);%記錄錯分的樣本 a=a+sum(W(find(y<=0),:));%更新a if k >= 250 break end end if k<250 disp(['a為:',num2str(a)]) disp(['k為:',num2str(k)]) else disp(['在250步以內(nèi)沒有收斂,終止']) end %判決面:x2=-a2*x1/a3-a1/a3 xmin=min(min(w1(:,2)),min(w2(:,2))); xmax=max(max(w1(:,2)),max(w2(:,2))); x=xmin-1:xmax+1;%(xmax-xmin): y=-a(2)*x/a(3)-a(1)/a(3); plot(x,y)
上傳時間: 2016-11-07
上傳用戶:a1241314660
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1