代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/407616/11413473
f e_622_02.f
Complex Function f0(a,b,z)
complex a,b,z
f0=a*z+b*conjg(z)
return
end
c
Complex Function f1(c,d,z)
complex c,d,z
f1=C*(z-1)+d*(conjg(z)-1)+1
return
end
c
Program Complex_map
i
www.eeworm.com/read/407116/11429212
f e_622_02.f
Complex Function f0(a,b,z)
complex a,b,z
f0=a*z+b*conjg(z)
return
end
c
Complex Function f1(c,d,z)
complex c,d,z
f1=C*(z-1)+d*(conjg(z)-1)+1
return
end
c
Program Complex_map
i
www.eeworm.com/read/407093/11429629
c ccolumn_bmod.c
/*! @file ccolumn_bmod.c
* \brief performs numeric block updates
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence
www.eeworm.com/read/407093/11429645
c cmemory.c
/*! @file cmemory.c
* \brief Memory details
*
*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley National Lab
www.eeworm.com/read/407093/11430143
c clacgv.c
#include "f2c.h"
/* Subroutine */ int clacgv_(integer *n, complex *x, integer *incx)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ. of Tennessee, Univ. of California Berkeley, NAG
www.eeworm.com/read/407093/11430179
c sp_cconvert.c
/*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley National Lab.
* November 15, 1997
*
*/
#include "slu_cdefs.h"
www.eeworm.com/read/406948/11431855
cpp runrayleigh.cpp
#include
#include
#include
#include
#include
#include "Complex.h"
#include "Random.h"
#include "flat_rayleigh.h"
int main(int argc, cha
www.eeworm.com/read/406422/11442635
h d_cmplx.h
//
// file = d_cmplx.h
//
#ifndef _DOUBLE_COMPLEX_H_
#define _DOUBLE_COMPLEX_H_
#include
class double_complex
{
public:
double_complex(double _r, double _i=0.0);
double_
www.eeworm.com/read/404428/11485467
h complexmatrix.h
// ComplexMatrix.h: interface for the CComplexMatrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(__COMPLEXMATRIX_H__)
#define __COMPLEXMATRIX_H_