Trait librsnek::api::method::MatrixMultiply [] [src]

pub trait MatrixMultiply {
    fn op_matmul(&self, &Runtime, &RtObject) -> Result<RtObject, Error> { ... }
    fn native_matmul(&self, &Type) -> Result<Type, Error> { ... }
}

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors