MCPcopy Create free account
hub / github.com/Axect/Peroxide / t

Method t

src/structure/sparse.rs:117–119  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

115 }
116
117 pub fn t(&self) -> Self {
118 self.transpose()
119 }
120}
121
122impl LinearOp<Vec<f64>, Vec<f64>> for SPMatrix {

Callers 7

mainFunction · 0.45
mainFunction · 0.45
fisher_ldaFunction · 0.45
mainFunction · 0.45
trainFunction · 0.45
one_step_rok4aFunction · 0.45
optimizeMethod · 0.45

Calls 1

transposeMethod · 0.45

Tested by

no test coverage detected