MCPcopy 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_mutMethod · 0.45
col_mutMethod · 0.45
row_mutMethod · 0.45
cgemmFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected