Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axect/Peroxide
/ ptr
Method
ptr
src/complex/matrix.rs:317–319 ·
view source on GitHub ↗
Raw pointer for `self.data`
(&self)
Source
from the content-addressed store, hash-verified
315
316
/// Raw pointer for `self.data`
317
fn ptr(&self) -> *const C64 {
318
&self.data[0] as *const C64
319
}
320
321
/// Raw mutable pointer for `self.data`
322
fn mut_ptr(&mut self) -> *mut C64 {
Callers
6
row_ptr
Method · 0.45
col_ptr
Method · 0.45
index
Method · 0.45
cgemm
Function · 0.45
cgemv
Function · 0.45
complex_gevm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected