pub type Matrix64x2 = Matrix2xN<GenDspVec64, Vec<f64>, f64>;
A matrix which can hold exactly 2 vectors of 64 bit floating point numbers in any number space or domain.
pub struct Matrix64x2 { /* private fields */ }