代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/240189/13232172
pro union.pro
; $Id: union.pro,v 1.2 2002/03/14 11:49:14 riccardi Exp $
function union, list1, list2
;+
; list_union = union(list1, list2)
;
; list1, list2: numeric scalar or vector or array
; list_union: union (w
www.eeworm.com/read/240189/13232267
pro plot_bode.pro
; $Id: plot_bode.pro,v 1.1 2002/03/19 11:19:56 riccardi Exp $
pro plot_bode, f_vec, complex_tf, _EXTRA=extra_keyw, NO_UNWRAP=no_unwrap,$
COMPARISON=comparison, AYRANGE=ayrange, PYRANGE=pyrange
www.eeworm.com/read/309167/13680339
c pzgstrs_lsum.c
/*
* -- Distributed SuperLU routine (version 2.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* March 15, 2003
*
* Modified:
* Feburary 7, 2001 use MPI_Isend/MPI_I
www.eeworm.com/read/309167/13680461
c pzgstrs_lsum_bsend.c
/*
* -- Distributed SuperLU routine (version 2.0) --
* Lawrence Berkeley National Lab, Univ. of California Berkeley.
* March 15, 2003
*
* Modified:
* Feburary 7, 2001 use MPI_Isend/MPI_I
www.eeworm.com/read/309106/13682261
h ap.h
/********************************************************************
AP Library version 1.1
Copyright (c) 2003-2007, Sergey Bochkanov (ALGLIB project).
See www.alglib.net or alglib.sources.ru for
www.eeworm.com/read/307151/13727533
c cemdc_fix.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/307151/13727534
c cemdc2_fix.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/307151/13727537
h cio.h
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/303772/13809505
c ltfat_lapack.c
#include "config.h"
#include "cblas.h"
/* Use the LAPACK library supplied with ATLAS */
#ifdef HAVE_ATLASLAPACK
#include "clapack.h"
#endif /* end of HAVE_ATLASLAPACK */
/* Call Fortran LAPACK */
#i
www.eeworm.com/read/303772/13809524
cc comp_dgt_fb.cc
#include
extern "C"
{
void dgt_fb(double *f, double *g,
const int L, const int Lg,
const int W, const int R, const int a, const int M,
double *cout);
}
DEFUN_D