Class ComplexMatrix

    • Constructor Detail

      • ComplexMatrix

        protected ComplexMatrix​(java.lang.Object[][] data)
        Create matrix with the supplied array of data
        Parameters:
        data - array of data Complex[rows][cols]