Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axect/Peroxide
/ mut_ptr
Method
mut_ptr
src/complex/matrix.rs:322–324 ·
view source on GitHub ↗
Raw mutable pointer for `self.data`
(&mut self)
Source
from the content-addressed store, hash-verified
320
321
/// Raw mutable pointer for `self.data`
322
fn mut_ptr(&mut self) -> *mut C64 {
323
&mut self.data[0] as *mut C64
324
}
325
326
/// Slice of `self.data`
327
///
Callers
4
index_mut
Method · 0.45
col_mut
Method · 0.45
row_mut
Method · 0.45
cgemm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected