Trait librsnek::api::method::InPlaceMatrixMultiply
[−]
[src]
pub trait InPlaceMatrixMultiply {
fn op_imatmul(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
fn native_imatmul(&self, &Type) -> Result<Type, Error> { ... }
}
Provided Methods
fn op_imatmul(&self, &Runtime, &RtObject) -> Result<RtObject, Error>
Runtime API Method $pyname
fn native_imatmul(&self, &Type) -> Result<Type, Error>
Native API Method $pyname
Implementors
impl InPlaceMatrixMultiply for RtObjectimpl InPlaceMatrixMultiply for WeakRtObjectimpl InPlaceMatrixMultiply for Typeimpl InPlaceMatrixMultiply for RefCountedValue<BoolValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<StringValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<CodeValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<ComplexValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<DictValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<FloatValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<FrameValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<FrozenSetValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<IntValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<IteratorValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<ListValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<FuncValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<NoneValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<ObjectValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<TypeValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<SetValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<StringValue, RefCount>impl InPlaceMatrixMultiply for RefCountedValue<TupleValue, RefCount>