pub type ComplexMatrix = NumMatrix<Complex64>;
Expand description

ComplexMatrix is an alias to NumMatrix and is used in most functions that call OpenBLAS