úÎ×å     None:%to2DList turns a 1-d list to 2D list.»Alternative implementation of fromList. It accepts a flatten list of -- elements and number of columns. -- No tests are performed to check if number of elements in list are sufficient. -Stack matrices horizontallly÷Stack given matrices vertically. It uses the following property -- vstack [a, b, c ..] = ( hstack [a',b',c'.. ] )' where M' is transpose of -- matrix M. -- -- TODO: This is computationally inefficient than implementing is directly like -- hstack. Kronecker matric multiplication.rowAdd r1 = r1 + k * r2colAdd c1 = c1 + k * c2ŽAdds a list of given columns with a list weights to the first column in the list. - Note that first value in the list of weights is ignored ˆAdds a list of given rows with a list weights to the first row in the list. - Note that first value in the list of weights is ignored scale a row by a factor scale a column by a factor  delete a row delete a column delete list of given rows delete list of given columnsPretty print the matrixprint matrix in IO monad            0haskell-eigen-util-0.1.0.4-DCa6RWx9Wqe53PFPYQEs2Data.Eigen.Util fromList'hstackvstack kroneckerrowAddcolAddcolsAddrowsAddscaleRowscaleColdelRowdelColdelRowsdelColspprintpprintIOto2DListdeleteAt