ColumnVector

constructor(countOfRows: Int, coefficients: List<List<C>>)
constructor(coefficients: List<List<C>>)
constructor(vararg coefficients: C)
constructor(countOfRows: Int, init: (rowIndex: Int, columnIndex: Int) -> C)
constructor(countOfRows: Int, init: (rowIndex: Int) -> C)