代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/181930/9224956

txt readme.txt

Example: 编译:mpicc –o shortest shortest.c 运行:本实例中使用3个处理器。    mpirun –np 3 shortest 运行结果: Begin to read the matrix! The first integer of the file should be the size of the matrix! Input the file name of
www.eeworm.com/read/181830/9235675

m iszero.m

function yesno = iszero(S) % ISZERO -- checks whether a symbolic matrix contains only zeros % % yesno = iszero(S) % % If the symbolic matrix S contains only entries which can be % converted to
www.eeworm.com/read/181830/9235711

m longinv.m

function Pinv = longinv(P) % LONGINV -- brute force inverse of matrix polynomial % % Pinv = longinv(P) % % Caution: this is done by the adjoint formula for matrix inverses % (Cramer's r
www.eeworm.com/read/181830/9235723

m vertcat.m

function P = vertcat(varargin) % VERTCAT -- vertical concatenation of matrix polynomials % % P = vertcat(P1,P2,P3,...) % P = [P1;P2;P3,...] % % This function is not meant to be c
www.eeworm.com/read/181830/9235729

m mpolyval.m

function Y = mpolyval(P,X) % MPOLYVAL - evaluate matrix polynomial % % Y = mpolyval(P,X) % % If X is a numerical or symbolic array, evaluate the matrix polynomial P % at these values.
www.eeworm.com/read/181830/9235782

m set.m

function P = set(P,varargin) % SET - set field of matrix polynomial % % P = set(P,'field1',value1,'field2',value2,...) % % This is the same as % % P.field1 = value1; %
www.eeworm.com/read/181830/9235801

m tril.m

function P = tril(P,varargin) % TRIL -- set upper triangle in matrix polynomial to zero % % P = tril(P) % P = tril(P,k) % % Set all values above the kth diagonal to zero. This ex
www.eeworm.com/read/181715/9240328

cpp linearprogram.cpp

#include #include #include float matrix[100][100],x[100]; int a[100]; int m,n,s,type; int indexe,indexl,indexg; ///////////////////////////////// void jckxj()//基础可
www.eeworm.com/read/378188/9242332

f dgetrf.f

SUBROUTINE DGETRF( M, N, A, LDA, IPIV, INFO ) Use numerics * * -- LAPACK routine (version 1.0b) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institut
www.eeworm.com/read/181646/9242873

txt tour6.txt

!001 Transport Capacity. This tutorial explains the use and editing of transmission capacities. Under the Edit menu the Transcap entry brings up an editing dialog that permits ed