Class MatrixToArray

    • Field Detail

      • columnMajor

        public Parameter columnMajor
        If true, then insert the first column into the array first, followed by the second column, etc. If false, then insert the first row first, followed by the second, etc. This is a boolean that defaults to false.