Project

General

Profile

Feature #202

Updated by Anna Maria Bigatti about 1 month ago

We should make a special view for a row or column since the C++/STL for calling *submat* is so bad (vector containing all row indices has no easy C++ constructor)

The main difficulty is finding a good name to highlight the result is a *MatrixView* and non a vector....
- *SingleRow*?
- *OneRow*?
- *OneRowSubmat*?

*2024-03* functions called *RowMat/ColMat* RowMat/ColMat (calling submat)

Back