Home
last modified time | relevance | path

Searched refs:trans_mul (Results 1 – 22 of 22) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/operators/
H A Dop-sm-m.cc86 DEFBINOP_FN (trans_mul, sparse_matrix, matrix, trans_mul);
147 trans_mul); in install_sm_m_ops()
149 trans_mul); in install_sm_m_ops()
H A Dop-scm-cm.cc91 DEFBINOP_FN (trans_mul, sparse_complex_matrix, complex_matrix, trans_mul);
169 octave_complex_matrix, trans_mul); in install_scm_cm_ops()
H A Dop-m-cm.cc54 DEFBINOP (trans_mul, matrix, complex_matrix) in DEFBINOP() argument
169 trans_mul); in install_m_cm_ops()
171 trans_mul); in install_m_cm_ops()
H A Dop-fm-fcm.cc56 DEFBINOP (trans_mul, float_matrix, float_complex_matrix) in DEFBINOP() argument
213 octave_float_complex_matrix, trans_mul); in install_fm_fcm_ops()
215 octave_float_complex_matrix, trans_mul); in install_fm_fcm_ops()
H A Dop-fm-fm.cc99 DEFBINOP (trans_mul, float_matrix, float_matrix) in DEFBINOP() argument
238 trans_mul); in DEFNDBINOP_FN()
242 trans_mul); in DEFNDBINOP_FN()
H A Dop-m-m.cc97 DEFBINOP (trans_mul, matrix, matrix) in DEFBINOP() argument
199 INSTALL_BINOP_TI (ti, op_trans_mul, octave_matrix, octave_matrix, trans_mul); in DEFNDBINOP_FN()
201 INSTALL_BINOP_TI (ti, op_herm_mul, octave_matrix, octave_matrix, trans_mul); in DEFNDBINOP_FN()
H A Dop-cm-cm.cc117 DEFBINOP (trans_mul, complex_matrix, complex_matrix) in DEFBINOP() argument
269 trans_mul); in DEFNDBINOP_FN()
H A Dop-fcm-fcm.cc117 DEFBINOP (trans_mul, float_complex_matrix, float_complex_matrix) in DEFBINOP() argument
284 octave_float_complex_matrix, trans_mul); in DEFNDBINOP_FN()
/dports/emulators/qemu-utils/qemu-4.2.1/target/riscv/insn_trans/
H A Dtrans_rvm.inc.c22 static bool trans_mul(DisasContext *ctx, arg_mul *a) in trans_mul() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/riscv/insn_trans/
H A Dtrans_rvm.inc.c22 static bool trans_mul(DisasContext *ctx, arg_mul *a) in trans_mul() function
/dports/emulators/qemu42/qemu-4.2.1/target/riscv/insn_trans/
H A Dtrans_rvm.inc.c22 static bool trans_mul(DisasContext *ctx, arg_mul *a) in trans_mul() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/riscv/insn_trans/
H A Dtrans_rvm.inc.c22 static bool trans_mul(DisasContext *ctx, arg_mul *a) in trans_mul() function
/dports/emulators/qemu5/qemu-5.2.0/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc22 static bool trans_mul(DisasContext *ctx, arg_mul *a)
/dports/emulators/qemu60/qemu-6.0.0/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc22 static bool trans_mul(DisasContext *ctx, arg_mul *a)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc22 static bool trans_mul(DisasContext *ctx, arg_mul *a)
/dports/emulators/qemu/qemu-6.2.0/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc22 static bool trans_mul(DisasContext *ctx, arg_mul *a)
/dports/math/octave/octave-6.4.0/liboctave/array/
H A DdSparse.h456 extern OCTAVE_API Matrix trans_mul (const SparseMatrix& a,
H A DCSparse.h479 extern OCTAVE_API ComplexMatrix trans_mul (const SparseComplexMatrix&,
H A DCSparse.cc7573 trans_mul (const SparseComplexMatrix& m, const ComplexMatrix& a) in trans_mul() function
H A DdSparse.cc7563 trans_mul (const SparseMatrix& m, const Matrix& a) in trans_mul() function
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dliboctave-ChangeLog4325 * CSparse.h (operator *, trans_mul, herm_mul): Add overloads for
4327 * CSparse.cc (operator *, trans_mul, herm_mul): Implement
4330 * dSparse.h (operator *, trans_mul): Add overloads for DiagMatrix.
4331 * dSparse.cc (operator *, trans_mul): Implement operations by
6021 * dSparse.h (mul_trans, trans_mul): Provide decl.
6022 * dSparse.cc (mul_trans, trans_mul): New functions.
6023 * CSparse.h (mul_trans, trans_mul, mul_herm, herm_mul): Provide decl.
6024 * CSparse.cc (mul_trans, trans_mul, mul_herm, herm_mul): New functions.
H A Dsrc-ChangeLog6716 * OPERATORS/op-m-m.cc (trans_mul, mul_trans): Update.
6717 * OPERATORS/op-fm-fm.cc (trans_mul, mul_trans): Update.
6718 * OPERATORS/op-cm-cm.cc (trans_mul, mul_trans, herm_mul, mul_herm):
6722 * OPERATORS/op-m-cm.cc (trans_mul): Update.
6724 * OPERATORS/op-fm-fcm.cc (trans_mul): Update.
6729 * OPERATORS/op-m-cm.cc: Declare and install trans_mul operator.
13428 * OPERATORS/op-fm-fm.cc (trans_mul, mul_trans): New functions.
13431 * OPERATORS/op-sm-m.cc (trans_mul): New function.
13435 * OPERATORS/op-scm-cm.cc (trans_mul, herm_mul): New function.
13499 * OPERATORS/op-m-m.cc (trans_mul, mul_trans): New operator handlers.
[all …]