Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ dot
Function
dot
crates/optix/examples/ex03_window/src/vector.rs:299–301 ·
view source on GitHub ↗
(a: &T, b: &T)
Source
from the content-addressed store, hash-verified
297
298
#[inline]
299
pub fn dot<T: Vector>(a: &T, b: &T) -> T::Component {
300
a.dot(b)
301
}
Callers
nothing calls this directly
Calls
1
dot
Method · 0.45
Tested by
no test coverage detected