代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/167728/5454125
changelog
2003-01-25 Brian Gough
* math.c (gsl_complex_arccsc_real): fixed bug for incorrect sign
of imaginary part when -1
www.eeworm.com/read/167728/5454155
c hermtd.c
/* linalg/hermtd.c
*
* Copyright (C) 2001 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe
www.eeworm.com/read/162614/5526201
f90 f2c_7.f90
! { dg-do run }
! { dg-options "-ff2c" }
! Verifies that array results work with -ff2c
! try all permutations of result clause in function yes/no
! and result clause in interface y
www.eeworm.com/read/162614/5528933
c builtins-16.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that all the __builtin_cabs? functions are recognized
by the compiler. Complex numbers are not supported with the
gcc.dg default "-pe
www.eeworm.com/read/475124/6792308
h fft.h
#if !defined(AFX_FFT_H__0CEEC925_09FB_405D_A316_139A9FD61E07__INCLUDED_)
#define AFX_FFT_H__0CEEC925_09FB_405D_A316_139A9FD61E07__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/475201/6793907
m s2z.m
%MATLAB function s2z.m converts a network's generalized
%scattering matrix, S, into the appertaining impedance
%matrix, Z.
%The function is called up by Z = s2z(Z0, S). It needs
%as its input arg
www.eeworm.com/read/475201/6793917
m s2y.m
%MATLAB function s2y.m converts a network's generalized
%scattering matrix, S, into the appertaining admittance
%matrix, Y.
%The function is called up by Y = s2y(Z0, S). It needs
%as its input ar
www.eeworm.com/read/473001/6854021
cpp chris-jeffery-2.cpp
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
Array test(4,4) ;
Array test2(2,2) ;
test2 = real(test(Range(0,1),Range(0,1))) ;
Array
www.eeworm.com/read/473001/6854051
cpp promote.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
#ifndef BZ_PARTIAL_SPECIALIZATION
int main() { return 0; }
#else
template
struct sameType
www.eeworm.com/read/472558/6870169
m createsymbol.m
function symbol_ofdm = createsymbol (pilots,data)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%