Closed
Description
Still peroxide supports only real number. But for many cases, complex number, vector & matrix should be required.
- Integrate
num_complex::Complex<F>
- Complex vector
- Re-design
Vector
traits -
crate::traits::math::{Vector, Normed, InnerProduct, LinearOp, VectorProduct}
-
crate::traits::fp::FPVector
- Re-design
- Complex matrix
- Implement almost all of
Matrix
- Implement almost all of