| 401b765a | 21-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Mat: remove 'vec' member of MatNullSpace
We no longer support out-of-place removal, so this field is only relevant in MatNullSpaceTest. Might as well simplify the data structure and free the memory
Mat: remove 'vec' member of MatNullSpace
We no longer support out-of-place removal, so this field is only relevant in MatNullSpaceTest. Might as well simplify the data structure and free the memory earlier.
show more ...
|
| c55c6a9a | 10-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
*ViewFromOptions: update documentation, providing disabled man pages
Most uses for these functions are to place diagnostics in the main execution flow rather than placing it in a normal *SetFromOpti
*ViewFromOptions: update documentation, providing disabled man pages
Most uses for these functions are to place diagnostics in the main execution flow rather than placing it in a normal *SetFromOptions function that is only executed once. This commit provides documentation because the old comments were incorrect, but does not generate man pages because we'd rather not encourage users to choose this interface.
show more ...
|