op_pinv_bones.hpp (armadillo-10.8.2.tar.xz) | : | op_pinv_bones.hpp (armadillo-11.0.0.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
{ | { | |||
public: | public: | |||
template<typename T1> inline static void apply(Mat<typename T1::elem_type>& ou t, const Op<T1,op_pinv>& in); | template<typename T1> inline static void apply(Mat<typename T1::elem_type>& ou t, const Op<T1,op_pinv>& in); | |||
template<typename T1> inline static bool apply_direct(Mat<typename T1::elem_ty pe>& out, const Base<typename T1::elem_type,T1>& expr, typename T1::pod_type tol , const uword method_id); | template<typename T1> inline static bool apply_direct(Mat<typename T1::elem_ty pe>& out, const Base<typename T1::elem_type,T1>& expr, typename T1::pod_type tol , const uword method_id); | |||
template<typename eT> inline static bool apply_diag(Mat<eT>& out, const Mat<eT >& A, typename get_pod_type<eT>::result tol); | template<typename eT> inline static bool apply_diag(Mat<eT>& out, const Mat<eT >& A, typename get_pod_type<eT>::result tol); | |||
template<typename eT> inline static bool apply_sym (Mat<eT>& out, const Mat<eT >& A, typename get_pod_type<eT>::result tol, const uword method_id); | template<typename eT> inline static bool apply_sym (Mat<eT>& out, const Mat<eT >& A, typename get_pod_type<eT>::result tol, const uword method_id); | |||
template<typename eT> inline static bool apply_gen (Mat<eT>& out, Mat<eT | ||||
>& A, typename get_pod_type<eT>::result tol, const uword method_id); | ||||
}; | }; | |||
//! @} | //! @} | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |