代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/224546/14585486
m cant_2el_guyan.m
echo off
% cant_2el_guyan.m two element cantilever beam finite element
% program using guyan reduction to eliminate rotations, both Matlab
% and hand-calculation results are listed at each step
www.eeworm.com/read/123946/14605705
m mknyq.m
function mknyq(r,im,w,plt)
%MKNYQ Mark points along a Nyquist plot.
% MKNYQ(R,IM,W,plt) marks the points R,IM
% with the numbers in the vector W.
% R and IM can be vectors or ma
www.eeworm.com/read/222350/14695532
in makefile.in
# Variables substituted by the autoconf configure script:
SHELL = @SHELL@
CC = @CC@
CFLAGS = @CFLAGS@
CPPFLAGS = -I../util -I. @CPPFLAGS@
DEFS = @DEFS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
RANLIB = @RA
www.eeworm.com/read/218421/14920770
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/117357/14928569
c confmat.c
/*************************************************************************/
/* */
/* Routine for printing confusion matrices */
/* --------------------------------------- */
/*
www.eeworm.com/read/115861/14998821
c camjul97.c
/* Source code from Cambridge visit July 1997
*
* Position-specific matrices.
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/208659/15239437
m cant_2el_guyan.m
echo off
% cant_2el_guyan.m two element cantilever beam finite element
% program using guyan reduction to eliminate rotations, both Matlab
% and hand-calculation results are listed at each step
www.eeworm.com/read/208657/15239760
m gsvd.m
function [u1,u2,x,c,s]=gsvd(a,b)
% [u1,u2,x,c,s]=gsvd(a,b) Generalized Singular Value Decomposition
% of matrices A and B. The two matrices must have the same number
% of columns and A cannot hav
www.eeworm.com/read/170881/5402699
in makefile.in
# Variables substituted by the autoconf configure script:
SHELL = @SHELL@
CC = @CC@
CFLAGS = @CFLAGS@
CPPFLAGS = -I../util -I. @CPPFLAGS@
DEFS = @DEFS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
RANLIB = @RA
www.eeworm.com/read/167185/5462088
c cdmmult.c
cdmmult(A,iA,B,iB,C,iC,M,iM,n)/* multiply complex matrices */
/* M and iM are temporary matrices */
/* C=A*B */
/* A+iA' etc */
/* C=A*B - A'*B' */
/* iC=A*B' + A'*B */
register double *A,*iA,*B,*iB,*