MCPcopy Create free account
hub / github.com/Axect/Peroxide / ComplexMatrix

Class ComplexMatrix

src/complex/matrix.rs:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48/// ```
49#[derive(Debug, Clone, Default)]
50pub struct ComplexMatrix {
51 pub(crate) data: Vec<C64>,
52 pub(crate) row: usize,
53 pub(crate) col: usize,
54 pub(crate) shape: Shape,
55}
56
57impl ComplexMatrix {
58 /// Number of rows

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected