GetValues

virtual std::vector<std::vector<double>> IMatrix::GetValues() = 0

Gets the matrix values.

Returns

std::vector<std::vector<double>> – Matrix values where outer and inner vectors represent row and column values respectively.

Throws