Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axect/Peroxide
/ add_vec
Method
add_vec
src/complex/vector.rs:10–12 ·
view source on GitHub ↗
(&self, rhs: &Self)
Source
from the content-addressed store, hash-verified
8
type Scalar = Self;
9
10
fn add_vec(&self, rhs: &Self) -> Self {
11
self + rhs
12
}
13
14
fn sub_vec(&self, rhs: &Self) -> Self {
15
self - rhs
Callers
nothing calls this directly
Calls
1
zip_with
Method · 0.45
Tested by
no test coverage detected