Class ArrayToMatrix

    • Field Detail

      • rowVector

        public Parameter rowVector
        If true, then convert the array to a matrix with one row and multiple columns (a row vector), and otherwise, convert the input to a matrix with one column and multiple rows (a column vector). This is a boolean that defaults to true.