548549550551552553554
/** * Returns a row of the matrix as a vector view */ public AVector getRowView(int row) { return new MatrixRowView(this, row); }