simplifications
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user