Home
last modified time | relevance | path

Searched refs:FloatComplexMatrix (Results 1 – 25 of 96) sorted by relevance

1234

/dports/math/octave/octave-6.4.0/liboctave/array/
H A DfCMatrix.h65 FloatComplexMatrix (const FloatComplexMatrix& a) = default;
136 FloatComplexMatrix& insert (const FloatComplexMatrix& a,
158 FloatComplexMatrix append (const FloatComplexMatrix& a) const;
168 FloatComplexMatrix stack (const FloatComplexMatrix& a) const;
318 FloatComplexMatrix solve (const FloatComplexMatrix& b) const;
319 FloatComplexMatrix solve (const FloatComplexMatrix& b,
360 FloatComplexMatrix lssolve (const FloatComplexMatrix& b,
362 FloatComplexMatrix lssolve (const FloatComplexMatrix& b,
364 FloatComplexMatrix lssolve (const FloatComplexMatrix& b,
460 Sylvester (const FloatComplexMatrix&, const FloatComplexMatrix&,
[all …]
H A DfCMatrix.cc69 FloatComplexMatrix::FloatComplexMatrix (const FloatMatrix& a) in FloatComplexMatrix() function in FloatComplexMatrix
73 FloatComplexMatrix::FloatComplexMatrix (const FloatRowVector& rv) in FloatComplexMatrix() function in FloatComplexMatrix
81 FloatComplexMatrix::FloatComplexMatrix (const FloatDiagMatrix& a) in FloatComplexMatrix() function in FloatComplexMatrix
134 FloatComplexMatrix::FloatComplexMatrix (const boolMatrix& a) in FloatComplexMatrix() function in FloatComplexMatrix
138 FloatComplexMatrix::FloatComplexMatrix (const charMatrix& a) in FloatComplexMatrix() function in FloatComplexMatrix
146 FloatComplexMatrix::FloatComplexMatrix (const FloatMatrix& re, in FloatComplexMatrix() function in FloatComplexMatrix
282 FloatComplexMatrix::insert (const FloatComplexMatrix& a, in insert()
2129 FloatComplexMatrix::solve (const FloatComplexMatrix& b, in solve()
2262 FloatComplexMatrix::lssolve (const FloatComplexMatrix& b, in lssolve()
3678 MM_CMP_OPS (FloatComplexMatrix, FloatComplexMatrix)
[all …]
H A DfMatrix.h232 FloatComplexMatrix solve (MatrixType& mattype, const FloatComplexMatrix& b,
234 FloatComplexMatrix solve (MatrixType& mattype, const FloatComplexMatrix& b,
236 FloatComplexMatrix solve (MatrixType& mattype, const FloatComplexMatrix& b,
275 FloatComplexMatrix solve (const FloatComplexMatrix& b) const;
276 FloatComplexMatrix solve (const FloatComplexMatrix& b,
278 FloatComplexMatrix solve (const FloatComplexMatrix& b, octave_idx_type& info,
280 FloatComplexMatrix solve (const FloatComplexMatrix& b, octave_idx_type& info,
315 FloatComplexMatrix lssolve (const FloatComplexMatrix& b) const;
316 FloatComplexMatrix lssolve (const FloatComplexMatrix& b,
318 FloatComplexMatrix lssolve (const FloatComplexMatrix& b,
[all …]
H A DfMatrix.cc721 FloatComplexMatrix
750 FloatComplexMatrix
780 FloatComplexMatrix
792 FloatComplexMatrix
807 FloatComplexMatrix
816 FloatComplexMatrix
825 FloatComplexMatrix
834 FloatComplexMatrix
1649 FloatComplexMatrix
1657 FloatComplexMatrix
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dxdiv.h66 extern FloatComplexMatrix xdiv (const FloatMatrix& a,
69 extern FloatComplexMatrix xdiv (const FloatComplexMatrix& a,
72 extern FloatComplexMatrix xdiv (const FloatComplexMatrix& a,
77 extern FloatComplexMatrix x_el_div (float a, const FloatComplexMatrix& b);
79 extern FloatComplexMatrix x_el_div (const FloatComplex a,
92 extern FloatComplexMatrix xleftdiv (const FloatMatrix& a,
96 extern FloatComplexMatrix xleftdiv (const FloatComplexMatrix& a,
100 extern FloatComplexMatrix xleftdiv (const FloatComplexMatrix& a,
115 extern FloatComplexMatrix xdiv (const FloatComplexMatrix& a,
117 extern FloatComplexMatrix xdiv (const FloatMatrix& a,
[all …]
H A Dxdiv.cc439 FloatComplexMatrix
456 FloatComplexMatrix
473 FloatComplexMatrix
516 FloatComplexMatrix
534 FloatComplexMatrix
552 FloatComplexMatrix
658 FloatComplexMatrix
672 FloatComplexMatrix
685 FloatComplexMatrix
773 FloatComplexMatrix
[all …]
H A Dxpow.h36 class FloatComplexMatrix; variable
143 const FloatComplexMatrix& b);
146 extern OCTINTERP_API octave_value xpow (const FloatComplexMatrix& a,
156 const FloatComplexMatrix& b);
164 const FloatComplexMatrix& b);
169 const FloatComplexMatrix& b);
171 extern OCTINTERP_API octave_value elem_xpow (const FloatComplexMatrix& a,
173 extern OCTINTERP_API octave_value elem_xpow (const FloatComplexMatrix& a,
175 extern OCTINTERP_API octave_value elem_xpow (const FloatComplexMatrix& a,
177 extern OCTINTERP_API octave_value elem_xpow (const FloatComplexMatrix& a,
[all …]
H A Dqr.cc429 octave::math::qr<FloatComplexMatrix>::type type
430 = qr_type<FloatComplexMatrix> (nargout, economy);
1056 FloatComplexMatrix Q = argq.float_complex_matrix_value ();
1057 FloatComplexMatrix R = argr.float_complex_matrix_value ();
1058 FloatComplexMatrix u = argu.float_complex_matrix_value ();
1059 FloatComplexMatrix v = argv.float_complex_matrix_value ();
1061 octave::math::qr<FloatComplexMatrix> fact (Q, R);
1251 FloatComplexMatrix Q = argq.float_complex_matrix_value ();
1255 octave::math::qr<FloatComplexMatrix> fact (Q, R);
1443 octave::math::qr<FloatComplexMatrix> fact (Q, R);
[all …]
H A Dchol.cc261 FloatComplexMatrix m = arg.float_complex_matrix_value ();
422 FloatComplexMatrix m = arg.float_complex_matrix_value ();
425 octave::math::chol<FloatComplexMatrix> chol (m, info);
673 FloatComplexMatrix R = argr.float_complex_matrix_value ();
677 octave::math::chol<FloatComplexMatrix> fact;
863 FloatComplexMatrix R = argr.float_complex_matrix_value ();
867 octave::math::chol<FloatComplexMatrix> fact;
1100 FloatComplexMatrix R = argr.float_complex_matrix_value ();
1102 octave::math::chol<FloatComplexMatrix> fact;
1233 FloatComplexMatrix R = argr.float_complex_matrix_value ();
[all …]
H A Dxpow.cc1878 FloatComplexMatrix atmp; in xpow()
2084 FloatComplexMatrix result (nr, nc); in elem_xpow()
2209 FloatComplexMatrix result (nr, nc); in elem_xpow()
2234 FloatComplexMatrix result (nr, nc); in elem_xpow()
2253 FloatComplexMatrix result (nr, nc); in elem_xpow()
2276 FloatComplexMatrix result (nr, nc); in elem_xpow()
2295 FloatComplexMatrix result (nr, nc); in elem_xpow()
2333 FloatComplexMatrix result (nr, nc); in elem_xpow()
2356 FloatComplexMatrix result (nr, nc); in elem_xpow()
2370 elem_xpow (const FloatComplexMatrix& a, const FloatComplexMatrix& b) in elem_xpow()
[all …]
H A Dschur.cc197 FloatComplexMatrix ctmp = arg.float_complex_matrix_value ();
201 octave::math::schur<FloatComplexMatrix> result (ctmp, ord, false);
206 octave::math::schur<FloatComplexMatrix> result (ctmp, ord, true);
307 octave::math::schur<FloatComplexMatrix> cs
308 = octave::math::rsf2csf<FloatComplexMatrix, FloatMatrix> (t, u);
H A Dsvd.cc214 FloatComplexMatrix ctmp = arg.float_complex_matrix_value ();
219 octave::math::svd<FloatComplexMatrix> result
221 svd_type<FloatComplexMatrix> (nargin, nargout, args, ctmp),
222 svd_driver<FloatComplexMatrix> ());
H A Dsylvester.cc112 FloatComplexMatrix ca = arg_a.float_complex_matrix_value ();
113 FloatComplexMatrix cb = arg_b.float_complex_matrix_value ();
114 FloatComplexMatrix cc = arg_c.float_complex_matrix_value ();
H A Dlu.cc417 FloatComplexMatrix m = arg.float_complex_matrix_value ();
419 octave::math::lu<FloatComplexMatrix> fact (m);
431 FloatComplexMatrix L = P.transpose () * fact.L ();
693 FloatComplexMatrix L = argl.float_complex_matrix_value ();
694 FloatComplexMatrix U = argu.float_complex_matrix_value ();
695 FloatComplexMatrix x = argx.float_complex_matrix_value ();
696 FloatComplexMatrix y = argy.float_complex_matrix_value ();
698 octave::math::lu<FloatComplexMatrix> fact (L, U, P);
/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A DfEIG.h43 friend class FloatComplexMatrix; variable
77 FloatEIG (const FloatComplexMatrix& a, bool calc_rev = true,
84 FloatEIG (const FloatComplexMatrix& a, octave_idx_type& info,
91 FloatEIG (const FloatComplexMatrix& a, const FloatComplexMatrix& b,
98 FloatEIG (const FloatComplexMatrix& a, const FloatComplexMatrix& b,
130 FloatComplexMatrix v;
131 FloatComplexMatrix w;
142 octave_idx_type init (const FloatComplexMatrix& a,
143 const FloatComplexMatrix& b,
152 octave_idx_type hermitian_init (const FloatComplexMatrix& a,
[all …]
H A Dlo-specfun.h38 class FloatComplexMatrix; variable
64 extern OCTAVE_API FloatComplexMatrix airy (const FloatComplexMatrix& z,
196 extern OCTAVE_API FloatComplexMatrix besselj (float alpha,
198 extern OCTAVE_API FloatComplexMatrix bessely (float alpha,
200 extern OCTAVE_API FloatComplexMatrix besseli (float alpha,
202 extern OCTAVE_API FloatComplexMatrix besselk (float alpha,
204 extern OCTAVE_API FloatComplexMatrix besselh1 (float alpha,
206 extern OCTAVE_API FloatComplexMatrix besselh2 (float alpha,
209 extern OCTAVE_API FloatComplexMatrix besselj (const FloatMatrix& alpha,
211 extern OCTAVE_API FloatComplexMatrix bessely (const FloatMatrix& alpha,
[all …]
H A DfEIG.cc221 v = (calc_rev ? FloatComplexMatrix (atmp) : FloatComplexMatrix ()); in symmetric_init()
222 w = (calc_lev ? FloatComplexMatrix (atmp) : FloatComplexMatrix ()); in symmetric_init()
246 FloatComplexMatrix atmp = a; in init()
381 v = (calc_rev ? FloatComplexMatrix (atmp) : FloatComplexMatrix ()); in hermitian_init()
382 w = (calc_lev ? FloatComplexMatrix (atmp) : FloatComplexMatrix ()); in hermitian_init()
586 v = (calc_rev ? FloatComplexMatrix (atmp) : FloatComplexMatrix ()); in symmetric_init()
587 w = (calc_lev ? FloatComplexMatrix (atmp) : FloatComplexMatrix ()); in symmetric_init()
593 FloatEIG::init (const FloatComplexMatrix& a, const FloatComplexMatrix& b, in init()
614 FloatComplexMatrix tmp = b; in init()
765 v = (calc_rev ? FloatComplexMatrix (atmp) : FloatComplexMatrix ()); in hermitian_init()
[all …]
H A Dqrp.cc266 qrp<FloatComplexMatrix>::init (const FloatComplexMatrix& a, type qr_type) in init()
268 assert (qr_type != qr<FloatComplexMatrix>::raw); in init()
278 FloatComplexMatrix afact = a; in init()
279 if (m > n && qr_type == qr<FloatComplexMatrix>::std) in init()
325 qrp<FloatComplexMatrix>::qrp (const FloatComplexMatrix& a, type qr_type) in qrp()
326 : qr<FloatComplexMatrix> (), p () in qrp()
333 qrp<FloatComplexMatrix>::Pvec (void) const in Pvec()
H A Dlu.cc747 lu<FloatComplexMatrix>::lu (const FloatComplexMatrix& a) in lu()
778 FloatComplexMatrix& l = l_fact; in update()
779 FloatComplexMatrix& r = a_fact; in update()
801 lu<FloatComplexMatrix>::update (const FloatComplexMatrix& u, in update()
807 FloatComplexMatrix& l = l_fact; in update()
808 FloatComplexMatrix& r = a_fact; in update()
842 FloatComplexMatrix& l = l_fact; in update_piv()
843 FloatComplexMatrix& r = a_fact; in update_piv()
870 lu<FloatComplexMatrix>::update_piv (const FloatComplexMatrix& u, in update_piv()
876 FloatComplexMatrix& l = l_fact; in update_piv()
[all …]
H A Daepbalance.cc204 aepbalance<FloatComplexMatrix>::aepbalance (const FloatComplexMatrix& a, in aepbalance()
229 FloatComplexMatrix
230 aepbalance<FloatComplexMatrix>::balancing_matrix (void) const in balancing_matrix()
234 FloatComplexMatrix balancing_mat (n, n, 0.0); in balancing_matrix()
263 template class aepbalance<FloatComplexMatrix>;
H A Dschur.cc383 schur<FloatComplexMatrix>::init (const FloatComplexMatrix& a, in init()
465 schur<FloatComplexMatrix>
466 rsf2csf<FloatComplexMatrix, FloatMatrix> (const FloatMatrix& s_arg, in rsf2csf()
469 FloatComplexMatrix s (s_arg); in rsf2csf()
470 FloatComplexMatrix u (u_arg); in rsf2csf()
487 return schur<FloatComplexMatrix> (s, u); in rsf2csf()
494 template class schur<FloatComplexMatrix>;
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-flt-cx-mat.h63 octave_float_complex_matrix (const FloatComplexMatrix& m) in octave_float_complex_matrix()
66 octave_float_complex_matrix (const FloatComplexMatrix& m, const MatrixType& t) in octave_float_complex_matrix()
73 : octave_base_matrix<FloatComplexNDArray> (FloatComplexMatrix (d)) { } in octave_float_complex_matrix()
76 : octave_base_matrix<FloatComplexNDArray> (FloatComplexMatrix (v)) { } in octave_float_complex_matrix()
79 : octave_base_matrix<FloatComplexNDArray> (FloatComplexMatrix (v)) { } in octave_float_complex_matrix()
123 FloatComplexMatrix float_complex_matrix_value (bool = false) const;
H A Dov-flt-cx-diag.h41 : public octave_base_diag<FloatComplexDiagMatrix, FloatComplexMatrix>
46 : octave_base_diag<FloatComplexDiagMatrix, FloatComplexMatrix> () { } in octave_float_complex_diag_matrix()
49 : octave_base_diag<FloatComplexDiagMatrix, FloatComplexMatrix> (m) { } in octave_float_complex_diag_matrix()
52 : octave_base_diag<FloatComplexDiagMatrix, FloatComplexMatrix> (m) { } in octave_float_complex_diag_matrix()
H A Dov-flt-cx-mat.cc137 retval = ::real (FloatComplexMatrix (matrix)); in matrix_value()
151 retval = ::real (FloatComplexMatrix (matrix)); in float_matrix_value()
189 return FloatComplexMatrix (matrix); in complex_matrix_value()
192 FloatComplexMatrix
195 return FloatComplexMatrix (matrix); in float_complex_matrix_value()
288 FloatComplexMatrix mat (matrix); in diag()
370 FloatComplexMatrix tmp (nr, nc); in load_ascii()
378 matrix = FloatComplexMatrix (nr, nc); in load_ascii()
481 FloatComplexMatrix m (nr, nc); in load_binary()
/dports/math/octave/octave-6.4.0/libinterp/operators/
H A Dop-fm-fcm.cc64 FloatComplexMatrix m2 = v2.float_complex_matrix_value (); in DEFBINOP()
66 return FloatComplexMatrix (xgemm (m1, real (m2), blas_trans, blas_no_trans), in DEFBINOP()
78 FloatComplexMatrix ret = xdiv (v1.float_matrix_value (), in DEFBINOP()
98 FloatComplexMatrix ret = xleftdiv (v1.float_matrix_value (), in DEFBINOP()
113 FloatComplexMatrix ret = xleftdiv (v1.float_matrix_value (), in DEFBINOP()

1234