RowVector

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