Add MatNestSetVecType, make MatMult_Nest work with normal Vecs
The default is now to use normal Vecs instead of insisting on VecNest. The latter is available by calling MatNestSetVecType. Note that
Add MatNestSetVecType, make MatMult_Nest work with normal Vecs
The default is now to use normal Vecs instead of insisting on VecNest. The latter is available by calling MatNestSetVecType. Note that this restricts the algorithms that can be used, and mixing Vec types is somewhat dangerous because implementations specialize on the type of the first argument.
Hg-commit: 5f3361375078c58c3ee147a950c74764df8790b2
show more ...
|