38 virtual uint64_t getMatrixRowCount()
const override;
39 virtual uint64_t getMatrixColumnCount()
const override;
43 std::unique_ptr<storm::storage::SparseMatrix<ValueType>> localA;
49 mutable std::unique_ptr<storm::solver::Multiplier<ValueType>> multiplier;
51 mutable boost::optional<storm::storage::SparseMatrix<ValueType>> orderedMatrix;
53 mutable boost::optional<std::vector<uint64_t>> rowOrdering;
55 mutable boost::optional<std::vector<ValueType>> auxiliaryRowVector;
57 mutable boost::optional<std::vector<ValueType>> auxiliaryRowVector2;
59 mutable std::vector<std::pair<uint64_t, ValueType>> bFactors;