Lines Matching defs:self
136 fn drop(&mut self) { in drop()
193 fn drop(&mut self) { in drop()
225 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
289 pub fn copy_from(&mut self, vec_source: &Vector) -> crate::Result<i32> { in copy_from()
350 fn check_error(&self, ierr: i32) -> crate::Result<i32> { in check_error()
427 pub fn set_value(&mut self, value: crate::Scalar) -> crate::Result<i32> { in set_value()
450 pub fn set_slice(&mut self, slice: &[crate::Scalar]) -> crate::Result<i32> { in set_slice()
512 &mut self, in wrap_slice_mut()
541 pub fn sync(&self, mtype: crate::MemType) -> crate::Result<i32> { in sync()
613 pub fn norm(&self, ntype: crate::NormType) -> crate::Result<crate::Scalar> { in norm()
641 pub fn scale(mut self, alpha: crate::Scalar) -> crate::Result<Self> { in scale()
668 pub fn axpy(mut self, alpha: crate::Scalar, x: &Vector) -> crate::Result<Self> { in axpy()
697 mut self, in axpby()
729 pub fn pointwise_mult(mut self, x: &Vector, y: &Vector) -> crate::Result<Self> { in pointwise_mult()
755 pub fn pointwise_scale(mut self, x: &Vector) -> crate::Result<Self> { in pointwise_scale()
813 fn drop(&mut self) { in drop()
830 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
862 fn drop(&mut self) { in drop()
886 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()