Skip to content

Add documentation for solve module #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 20, 2017

Conversation

jturner314
Copy link
Member

This adds minimal documentation for the solve module.

@termoshtt termoshtt self-requested a review September 20, 2017 02:24
src/solve.rs Outdated
/// There are three groups of methods:
///
/// * `solve*` (normal) methods solve `A * x = b` for `x`.
/// * `solve_t*` (tranpose) methods solve `A^T * x = b` for `x`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: s/tranpose/transpose/g

src/solve.rs Outdated
///
/// * `solve*` (normal) methods solve `A * x = b` for `x`.
/// * `solve_t*` (tranpose) methods solve `A^T * x = b` for `x`.
/// * `solve_h*` (conjugate transpose) methods solve `A^H * x = b` for `x`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Hermite conjugate) is preferred since it uses H

@termoshtt termoshtt mentioned this pull request Sep 20, 2017
@termoshtt
Copy link
Member

Great work 👍

@termoshtt termoshtt merged commit b74ad3d into rust-ndarray:master Sep 20, 2017
@jturner314 jturner314 deleted the add-solve-docs branch September 20, 2017 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants