代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/237004/13981709

h harwell_boeing_stream.h

// -*- c++ -*- // // Copyright 1997, 1998, 1999 University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee // // This file is part of the Matrix Template Library // // You sh
www.eeworm.com/read/237004/13981740

h matrix_market_stream.h

// -*- c++ -*- // // Copyright 1997, 1998, 1999 University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee // // This file is part of the Matrix Template Library // // You sh
www.eeworm.com/read/237003/13983305

cpp genmathfunc.cpp

#include #include #include #include using namespace std; // abs(i), labs(l) Absolute value // acos(d), acols(ld) Inverse
www.eeworm.com/read/237003/13983372

h zero.h

/*************************************************************************** * blitz/zero.h Zero elements * * $Id: zero.h,v 1.5 2003/12/11 03:44:22 julianc Exp $ * * Copyright (C) 1997-2
www.eeworm.com/read/134087/14008810

c dtft.c

/* dtft.c - DTFT of length-L signal at a single frequency w */ #include /* complex arithmetic */ complex dtft(L, x, w) /* u
www.eeworm.com/read/134087/14008878

c dft1.c

/* dft.c - N-point DFT of length-L real-valued signal */ #include /* complex arithmetic */ void dtftr(); /* DTFT's over a f
www.eeworm.com/read/134087/14008978

c dtft1.c

/* dtft.c - DTFT of length-L signal at a single frequency w */ #include /* complex arithmetic */ complex dtft(L, x, w) /* u
www.eeworm.com/read/134087/14009153

c dft.c

/* dft.c - N-point DFT of length-L real-valued signal */ #include /* complex arithmetic */ void dtftr(); /* DTFT's over a f
www.eeworm.com/read/133520/14038323

h aflibfft.h

#ifndef _AFLIBFFT_H #define _AFLIBFFT_H #ifdef HAVE_CONFIG_H #include #endif #include "aflib.h" typedef struct { double re, im; } COMPLEX; /*! \class aflibFFT \brie
www.eeworm.com/read/235612/14060358

m iscomplex.m

function flag=iscomplex(matrix) % ISCOMPLEX: logical test for presence of complex numbers % % flag=iscomplex(matrix) % % returns 1 if any elements of the input matrix are complex. % returns 0 o