Base_meat.hpp (armadillo-10.8.2.tar.xz) | : | Base_meat.hpp (armadillo-11.0.0.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 778 | skipping to change at line 778 | |||
{ | { | |||
return Op<derived,op_vectorise_row>( (*this).get_ref() ); | return Op<derived,op_vectorise_row>( (*this).get_ref() ); | |||
} | } | |||
// | // | |||
// extra functions defined in Base_extra_yes | // extra functions defined in Base_extra_yes | |||
template<typename elem_type, typename derived> | template<typename elem_type, typename derived> | |||
inline | inline | |||
arma_warn_unused | arma_warn_unused | |||
const Op<derived,op_inv> | const Op<derived,op_inv_gen_default> | |||
Base_extra_yes<elem_type, derived>::i() const | Base_extra_yes<elem_type, derived>::i() const | |||
{ | { | |||
return Op<derived,op_inv>(static_cast<const derived&>(*this)); | return Op<derived,op_inv_gen_default>(static_cast<const derived&>(*this)); | |||
} | } | |||
template<typename elem_type, typename derived> | template<typename elem_type, typename derived> | |||
inline | inline | |||
arma_warn_unused | arma_warn_unused | |||
bool | bool | |||
Base_extra_yes<elem_type,derived>::is_sympd() const | Base_extra_yes<elem_type,derived>::is_sympd() const | |||
{ | { | |||
arma_extra_debug_sigprint(); | arma_extra_debug_sigprint(); | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |