SetValues

virtual void IMatrix::SetValues(const std::vector<std::vector<double>> &values) = 0

Sets the matrix values.

Parameters

values – Matrix values where outer and inner vectors represent row and column values respectively.

Throws