Opened 13 years ago
Closed 13 years ago
#3974 closed Bugs (duplicate)
boost uBLAS documentation is bad
Reported by: | anonymous | Owned by: | Gunter |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | uBLAS |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: | David Bellot |
Description
Boost's uBLAS documentation is poorly thought out. Although it does a decent job listing the multiple classes that can be used to store matrices, it doesn't make a single reference regarding basic functionality such as factorization, let alone how to solve a simple system of linear equations, which happens to be the main purpose of using such a component.
Please do add to the documentation a section dedicated to solving systems of linear equations with a proper reference and at least simple examples. That's why users use any matrix library and that's what they look for in any matrix package.
Change History (1)
comment:1 by , 13 years ago
Cc: | added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
yes the documentation needs a rework... I merge this bug with bug #3443 and work on it now.