Home
last modified time | relevance | path

Searched refs:ComplexVector (Results 1 – 25 of 133) sorted by relevance

123456

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/spectrum/model/
H A Dthree-gpp-spectrum-propagation-loss-model.h139 …PhasedArrayModel::ComplexVector m_longTerm; //!< vector containing the long term component for eac…
141 …PhasedArrayModel::ComplexVector m_sW; //!< the beamforming vector for the node s used to compute t…
142 …PhasedArrayModel::ComplexVector m_uW; //!< the beamforming vector for the node u used to compute t…
162 PhasedArrayModel::ComplexVector GetLongTerm (uint32_t aId, uint32_t bId,
164 const PhasedArrayModel::ComplexVector &aW,
165 … const PhasedArrayModel::ComplexVector &bW) const;
173 …PhasedArrayModel::ComplexVector CalcLongTerm (Ptr<const MatrixBasedChannelModel::ChannelMatrix> ch…
174 const PhasedArrayModel::ComplexVector &sW,
175 … const PhasedArrayModel::ComplexVector &uW) const;
187 PhasedArrayModel::ComplexVector longTerm,
H A Dthree-gpp-spectrum-propagation-loss-model.cc124 PhasedArrayModel::ComplexVector
126 const PhasedArrayModel::ComplexVector &sW, in CalcLongTerm()
127 const PhasedArrayModel::ComplexVector &uW) const in CalcLongTerm()
137 PhasedArrayModel::ComplexVector longTerm; in CalcLongTerm()
174 PhasedArrayModel::ComplexVector doppler; in CalcBeamformingGain()
229 PhasedArrayModel::ComplexVector
232 const PhasedArrayModel::ComplexVector &aW, in GetLongTerm()
239 PhasedArrayModel::ComplexVector sW, uW; in GetLongTerm()
325 PhasedArrayModel::ComplexVector aW = aAntenna->GetBeamformingVector (); in DoCalcRxPowerSpectralDensity()
326 PhasedArrayModel::ComplexVector bW = bAntenna->GetBeamformingVector (); in DoCalcRxPowerSpectralDensity()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/antenna/model/
H A Dphased-array-model.h54 typedef std::vector<std::complex<double> > ComplexVector; //!< type definition for complex vectors typedef
87 void SetBeamformingVector (const ComplexVector &beamformingVector);
94 ComplexVector GetBeamformingVector (void) const;
102 ComplexVector GetBeamformingVector (Angles a) const;
110 ComplexVector GetSteeringVector (Angles a) const;
132 static double ComputeNorm (const ComplexVector &vector);
134 ComplexVector m_beamformingVector; //!< the beamforming vector in use
141 std::ostream& operator<< (std::ostream& os, const PhasedArrayModel::ComplexVector& cv);
H A Dphased-array-model.cc34 operator<< (std::ostream& os, const PhasedArrayModel::ComplexVector& cv) in operator <<()
83 PhasedArrayModel::SetBeamformingVector (const ComplexVector &beamformingVector) in SetBeamformingVector()
93 PhasedArrayModel::ComplexVector
103 PhasedArrayModel::ComputeNorm (const ComplexVector &vector) in ComputeNorm()
117 PhasedArrayModel::ComplexVector
122 ComplexVector beamformingVector = GetSteeringVector (a); in GetBeamformingVector()
135 PhasedArrayModel::ComplexVector
138 ComplexVector steeringVector; in GetSteeringVector()
/dports/devel/agar/agar-1.5.0/math/
H A Dm_sparse_solve.c213 register ComplexVector Intermediate; in SolveComplexMatrix()
216 register ComplexVector ExtVector; in SolveComplexMatrix()
222 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexMatrix()
227 ExtVector = (ComplexVector)RHS; in SolveComplexMatrix()
269 ExtVector = (ComplexVector)Solution; in SolveComplexMatrix()
435 register ComplexVector Intermediate; in SolveComplexTransposedMatrix()
437 register ComplexVector ExtVector; in SolveComplexTransposedMatrix()
444 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexTransposedMatrix()
449 ExtVector = (ComplexVector)RHS; in SolveComplexTransposedMatrix()
490 ExtVector = (ComplexVector)Solution; in SolveComplexTransposedMatrix()
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/src/c/
H A DspSolve.c296 register ComplexVector Intermediate; in SolveComplexMatrix()
299 register ComplexVector ExtVector; in SolveComplexMatrix()
305 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexMatrix()
330 ExtVector = (ComplexVector)RHS; in SolveComplexMatrix()
385 ExtVector = (ComplexVector)Solution; in SolveComplexMatrix()
631 register ComplexVector Intermediate; in SolveComplexTransposedMatrix()
633 register ComplexVector ExtVector; in SolveComplexTransposedMatrix()
640 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexTransposedMatrix()
665 ExtVector = (ComplexVector)RHS; in SolveComplexTransposedMatrix()
719 ExtVector = (ComplexVector)Solution; in SolveComplexTransposedMatrix()
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/
H A DspSolve.c283 register ComplexVector Intermediate;
286 register ComplexVector ExtVector;
292 Intermediate = (ComplexVector)Matrix->Intermediate;
313 ExtVector = (ComplexVector)RHS;
362 ExtVector = (ComplexVector)Solution;
603 register ComplexVector Intermediate;
605 register ComplexVector ExtVector;
612 Intermediate = (ComplexVector)Matrix->Intermediate;
633 ExtVector = (ComplexVector)RHS;
681 ExtVector = (ComplexVector)Solution;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/sparse/
H A DspSolve.c293 register ComplexVector Intermediate; in SolveComplexMatrix()
296 register ComplexVector ExtVector; in SolveComplexMatrix()
302 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexMatrix()
323 ExtVector = (ComplexVector)RHS; in SolveComplexMatrix()
372 ExtVector = (ComplexVector)Solution; in SolveComplexMatrix()
607 register ComplexVector Intermediate; in SolveComplexTransposedMatrix()
609 register ComplexVector ExtVector; in SolveComplexTransposedMatrix()
616 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexTransposedMatrix()
637 ExtVector = (ComplexVector)RHS; in SolveComplexTransposedMatrix()
685 ExtVector = (ComplexVector)Solution; in SolveComplexTransposedMatrix()
/dports/cad/jspice3/jspice3-2.5/src/lib/sparse/
H A Dspsolve.c307 register ComplexVector Intermediate;
310 register ComplexVector ExtVector;
316 Intermediate = (ComplexVector)Matrix->Intermediate;
337 ExtVector = (ComplexVector)RHS;
386 ExtVector = (ComplexVector)Solution;
627 register ComplexVector Intermediate;
629 register ComplexVector ExtVector;
636 Intermediate = (ComplexVector)Matrix->Intermediate;
657 ExtVector = (ComplexVector)RHS;
705 ExtVector = (ComplexVector)Solution;
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/sparse/
H A DspSolve.c293 register ComplexVector Intermediate; in SolveComplexMatrix()
296 register ComplexVector ExtVector; in SolveComplexMatrix()
302 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexMatrix()
323 ExtVector = (ComplexVector)RHS; in SolveComplexMatrix()
372 ExtVector = (ComplexVector)Solution; in SolveComplexMatrix()
607 register ComplexVector Intermediate; in SolveComplexTransposedMatrix()
609 register ComplexVector ExtVector; in SolveComplexTransposedMatrix()
616 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexTransposedMatrix()
637 ExtVector = (ComplexVector)RHS; in SolveComplexTransposedMatrix()
685 ExtVector = (ComplexVector)Solution; in SolveComplexTransposedMatrix()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/test/
H A DFFTW.cpp83 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_scalar_generic() typedef
87 ComplexVector freqBuf; in test_scalar_generic()
144 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_complex_generic() typedef
148 ComplexVector inbuf(nfft); in test_complex_generic()
149 ComplexVector outbuf; in test_complex_generic()
150 ComplexVector buf3; in test_complex_generic()
161 ComplexVector buf4; in test_complex_generic()
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/test/
H A DFFTW.cpp83 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_scalar_generic() typedef
87 ComplexVector freqBuf; in test_scalar_generic()
144 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_complex_generic() typedef
148 ComplexVector inbuf(nfft); in test_complex_generic()
149 ComplexVector outbuf; in test_complex_generic()
150 ComplexVector buf3; in test_complex_generic()
161 ComplexVector buf4; in test_complex_generic()
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/cpp/
H A Dsugar.cpp399 List runit_complex( ComplexVector cx ){ in runit_complex()
728 ComplexVector runit_cumprod_cv(ComplexVector xx){ in runit_cumprod_cv()
729 ComplexVector res = cumprod(xx) ; in runit_cumprod_cv()
771 Rcomplex median_cx(Rcpp::ComplexVector x, bool na_rm = false) { in median_cx()
913 cx_cbind_mv(Rcpp::ComplexMatrix m1, Rcpp::ComplexVector v1) { in cx_cbind_mv()
925 cx_cbind_vv(Rcpp::ComplexVector v1, Rcpp::ComplexVector v2) { in cx_cbind_vv()
931 cx_cbind_vm(Rcpp::ComplexVector v1, Rcpp::ComplexMatrix m1) { in cx_cbind_vm()
937 cx_cbind_vs(Rcpp::ComplexVector v1, Rcomplex s1) { in cx_cbind_vs()
949 cx_cbind_sv(Rcomplex s1, Rcpp::ComplexVector v1) { in cx_cbind_sv()
962 Rcpp::ComplexMatrix m2, Rcpp::ComplexVector v2, Rcomplex s2, in cx_cbind9()
[all …]
H A DVector.cpp86 ComplexVector complex_(){ in complex_()
87 ComplexVector x(10) ; in complex_()
97 ComplexVector complex_CPLXSXP( ComplexVector x ){ in complex_CPLXSXP()
107 ComplexVector complex_INTSXP( SEXP vec ){ in complex_INTSXP()
108 ComplexVector x(vec); in complex_INTSXP()
111 ComplexVector tmp1(tmp); in complex_INTSXP()
117 ComplexVector complex_REALSXP(SEXP vec){ in complex_REALSXP()
118 ComplexVector x(vec); in complex_REALSXP()
121 ComplexVector tmp1(tmp); in complex_REALSXP()
643 List complex_binary_sugar(ComplexVector xx, ComplexVector yy){ in complex_binary_sugar()
/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A DFFTW.cpp83 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_scalar_generic() typedef
87 ComplexVector freqBuf; in test_scalar_generic()
144 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_complex_generic() typedef
148 ComplexVector inbuf(nfft); in test_complex_generic()
149 ComplexVector outbuf; in test_complex_generic()
150 ComplexVector buf3; in test_complex_generic()
161 ComplexVector buf4; in test_complex_generic()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/
H A DFFTW.cpp83 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_scalar_generic() typedef
87 ComplexVector freqBuf; in test_scalar_generic()
144 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_complex_generic() typedef
148 ComplexVector inbuf(nfft); in test_complex_generic()
149 ComplexVector outbuf; in test_complex_generic()
150 ComplexVector buf3; in test_complex_generic()
161 ComplexVector buf4; in test_complex_generic()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/test/
H A DFFTW.cpp83 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_scalar_generic() typedef
87 ComplexVector freqBuf; in test_scalar_generic()
144 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_complex_generic() typedef
148 ComplexVector inbuf(nfft); in test_complex_generic()
149 ComplexVector outbuf; in test_complex_generic()
150 ComplexVector buf3; in test_complex_generic()
161 ComplexVector buf4; in test_complex_generic()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/test/
H A DFFTW.cpp83 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_scalar_generic() typedef
87 ComplexVector freqBuf; in test_scalar_generic()
144 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_complex_generic() typedef
148 ComplexVector inbuf(nfft); in test_complex_generic()
149 ComplexVector outbuf; in test_complex_generic()
150 ComplexVector buf3; in test_complex_generic()
161 ComplexVector buf4; in test_complex_generic()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/test/
H A DFFTW.cpp83 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_scalar_generic() typedef
87 ComplexVector freqBuf; in test_scalar_generic()
144 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_complex_generic() typedef
148 ComplexVector inbuf(nfft); in test_complex_generic()
149 ComplexVector outbuf; in test_complex_generic()
150 ComplexVector buf3; in test_complex_generic()
161 ComplexVector buf4; in test_complex_generic()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A DFFTW.cpp83 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_scalar_generic() typedef
87 ComplexVector freqBuf; in test_scalar_generic()
144 typedef typename VectorType<Container,Complex>::type ComplexVector; in test_complex_generic() typedef
148 ComplexVector inbuf(nfft); in test_complex_generic()
149 ComplexVector outbuf; in test_complex_generic()
150 ComplexVector buf3; in test_complex_generic()
161 ComplexVector buf4; in test_complex_generic()
/dports/math/spectra/spectra-1.0.0/test/
H A DEigen.cpp17 using ComplexVector = Eigen::VectorXcd; typedef
30 ComplexVector evals = decomp.eigenvalues();
43 ComplexVector evals = decomp.eigenvalues();
54 ComplexVector evals = decomp.eigenvalues();
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/tinytest/cpp/
H A Dsample.cpp49 ComplexVector csample_complex( ComplexVector x, int size, bool replace, in csample_complex()
52 ComplexVector ret = RcppArmadillo::sample(x, size, replace, prob); in csample_complex()
/dports/math/spectra/spectra-1.0.0/include/Spectra/
H A DGenEigsBase.h53 using ComplexVector = Eigen::Matrix<Complex, Eigen::Dynamic, 1>; variable
70 ComplexVector m_ritz_val; // Ritz values
72 ComplexVector m_ritz_est; // last row of m_ritz_vec, also called the Ritz estimates
199 const ComplexVector& evals = decomp.eigenvalues(); in retrieve_ritzpair()
306 ComplexVector new_ritz_val(m_ncv); in sort_ritzpair()
466 ComplexVector eigenvalues() const in eigenvalues()
469 ComplexVector res(nconv); in eigenvalues()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DFourierInverseTransformation.hpp65 void compute_ifft_sample_set(ComplexVector& ifft_vector);
85 ComplexVector ifftVector;
/dports/cad/ngspice_rework/ngspice-35/src/maths/sparse/
H A Dspsolve.c262 ComplexVector Intermediate; in SolveComplexMatrix()
270 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexMatrix()
536 ComplexVector Intermediate; in SolveComplexTransposedMatrix()
544 Intermediate = (ComplexVector)Matrix->Intermediate; in SolveComplexTransposedMatrix()

123456