DoubleComplexMatrix Product(DoubleHermitianMatrix A, DoubleComplexMatrix B) { return(new DoubleComplexMatrix(NMathFunctions.Product(MatrixFunctions.ToGeneralMatrix(A), B))); }