proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
This is the complete list of members for proxsuite::linalg::veg::SliceMut< T >, including all inherited members.
as_const() const noexcept -> Slice< T > | proxsuite::linalg::veg::SliceMut< T > | inline |
as_mut_bytes() VEG_NOEXCEPT -> SliceMut< unsigned char > | proxsuite::linalg::veg::SliceMut< T > | inline |
get_mut_unchecked(Unsafe, isize idx) VEG_NOEXCEPT -> RefMut< T > | proxsuite::linalg::veg::SliceMut< T > | inline |
SliceMut()=default | proxsuite::linalg::veg::SliceMut< T > | |
SliceMut(Unsafe, FromRawParts, T const *data_, isize count) VEG_NOEXCEPT | proxsuite::linalg::veg::SliceMut< T > | inline |
VEG_CPP14(constexpr) auto operator[](isize idx) VEG_NOEXCEPT -> T & | proxsuite::linalg::veg::SliceMut< T > | inline |
VEG_CPP14(constexpr) auto ptr_mut() VEG_NOEXCEPT -> T * | proxsuite::linalg::veg::SliceMut< T > | inline |
VEG_CPP14(constexpr) auto split_at_mut(isize idx) VEG_NOEXCEPT -> Tuple< SliceMut< T >, SliceMut< T > > | proxsuite::linalg::veg::SliceMut< T > | inline |