matrix
0.1.0
Module complex
Structs
In crate matrix
Module
matrix
::
complex
Copy item path
source
·
[
−
]
Expand description
The complex module provides a representation of Complex Numbers which implements Scalar.
Structs
§
Complex
A struct representing a complex number with
f32
real and imaginary components.