[PCA algorithm](https://github.com/rust-ml/linfa/blob/master/algorithms/linfa-reduction/src/pca.rs) is only implemented for f64. Is there a reason for this? Can't it be implemented for trait Float?