MCPcopy 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_ptrMethod · 0.45
col_ptrMethod · 0.45
indexMethod · 0.45
cgemmFunction · 0.45
cgemvFunction · 0.45
complex_gevmFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected