代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/371255/9559264

m matprint.m

% MATPRINT - prints a matrix with specified format string % % Usage: matprint(a, fmt, fid) % % a - Matrix to be printed. % fmt - C style format string to use for each
www.eeworm.com/read/371169/9563812

c 三 hill.c

/********************************************************************/ #define N 4 /*[注]:修改4为你所要的矩阵阶数*/ #include "stdio.h" #include "conio.h" /*js()函数用于计算行列式,通过递归算法实现*/ int js(s,n) int
www.eeworm.com/read/170339/9809346

m gravcenters.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% Prof. Sclaroff's CS585 Image avd Video Processing
www.eeworm.com/read/170249/9813422

m dscale.m

function [X,Xscale]=dscale(X,Xscale) % DSCALE % ------ % [Xs,Xscale]=dscale(X) scales data to zero mean and variance 1. % % Xs=dscale(X,Xscale) scales data using the scaling param
www.eeworm.com/read/366144/9829423

c zgehrd.c

#include "f2c.h" /* Subroutine */ int zgehrd_(integer *n, integer *ilo, integer *ihi, doublecomplex *a, integer *lda, doublecomplex *tau, doublecomplex * work, integer *lwork, integer *info)
www.eeworm.com/read/366144/9829437

c zgeqr2.c

#include "f2c.h" /* Subroutine */ int zgeqr2_(integer *m, integer *n, doublecomplex *a, integer *lda, doublecomplex *tau, doublecomplex *work, integer *info) { /* -- LAPACK routine (version 2
www.eeworm.com/read/366144/9829458

c zlange.c

#include "f2c.h" doublereal zlange_(char *norm, integer *m, integer *n, doublecomplex *a, integer *lda, doublereal *work) { /* -- LAPACK auxiliary routine (version 2.0) -- Univ. of
www.eeworm.com/read/366144/9829499

c zhseqr.c

#include "f2c.h" /* Subroutine */ int zhseqr_(char *job, char *compz, integer *n, integer *ilo, integer *ihi, doublecomplex *h, integer *ldh, doublecomplex *w, doublecomplex *z, integer *ldz,
www.eeworm.com/read/366144/9829505

c zgeqrf.c

#include "f2c.h" /* Subroutine */ int zgeqrf_(integer *m, integer *n, doublecomplex *a, integer *lda, doublecomplex *tau, doublecomplex *work, integer *lwork, integer *info) { /* -- LAPACK
www.eeworm.com/read/366144/9829550

c zlacpy.c

#include "f2c.h" /* Subroutine */ int zlacpy_(char *uplo, integer *m, integer *n, doublecomplex *a, integer *lda, doublecomplex *b, integer *ldb) { /* -- LAPACK auxiliary routine (version 2.0