simplifications

This commit is contained in:
conrad
2025-07-25 16:26:29 +10:00
parent 13e400d50e
commit 4af55d5abb
85 changed files with 157 additions and 470 deletions
+2 -6
View File
@@ -21,11 +21,9 @@
class op_diff
struct op_diff
: public traits_op_default
{
public:
template<typename eT>
inline static void apply_noalias(Mat<eT>& out, const Mat<eT>& X, const uword k, const uword dim);
@@ -35,11 +33,9 @@ class op_diff
class op_diff_vec
struct op_diff_vec
: public traits_op_passthru
{
public:
template<typename T1>
inline static void apply(Mat<typename T1::elem_type>& out, const Op<T1,op_diff_vec>& in);
};