MCPcopy Create free account
hub / github.com/daniel-e/rustml / sub

Method sub

src/ops.rs:36–40  ·  view source on GitHub ↗
(&self, rhs: &Matrix<f64>)

Source from the content-addressed store, hash-verified

34 }
35
36 fn sub(&self, rhs: &Matrix<f64>) -> Matrix<f64> {
37 let mut x = self.clone();
38 x.isub(rhs);
39 x
40 }
41}
42
43// ----------------------------------------------------------------------------

Callers 5

optFunction · 0.80
opt_hypothesisFunction · 0.80
errorMethod · 0.80
backpropMethod · 0.80

Calls

no outgoing calls

Tested by 1