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