Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axect/Peroxide
/ mul
Method
mul
src/structure/sparse.rs:206–208 ·
view source on GitHub ↗
(self, rhs: Vec<f64>)
Source
from the content-addressed store, hash-verified
204
impl Mul<Vec<f64>> for SPMatrix {
205
type Output = Vec<f64>;
206
fn mul(self, rhs: Vec<f64>) -> Self::Output {
207
self.apply(&rhs)
208
}
209
}
210
211
/// Reference version of matrix multiplication with vector
Callers
nothing calls this directly
Calls
1
apply
Method · 0.45
Tested by
no test coverage detected