Skip to content
Snippets Groups Projects
Commit e5dd2d31 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typo

parent 70e162c7
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ Solves the linear system @math{A*X = B} and returns @var{X}.\n\ ...@@ -43,7 +43,7 @@ Solves the linear system @math{A*X = B} and returns @var{X}.\n\
Alternatively, if @var{options} is provided and has a field @code{TRANSA} equal \ Alternatively, if @var{options} is provided and has a field @code{TRANSA} equal \
to @code{true}, then it solves the system @math{A'*X = B}.\n\ to @code{true}, then it solves the system @math{A'*X = B}.\n\
\n\ \n\
\n\Also, the @code{LT} field of @var{options} (resp. the @code{UT} field) can be set \ Also, the @code{LT} field of @var{options} (resp. the @code{UT} field) can be set \
to @code{true} to indicate that the matrix @var{a} is lower (resp. upper) \ to @code{true} to indicate that the matrix @var{a} is lower (resp. upper) \
triangular; similarly, the @code{SYM} field can be set to @code{true} to \ triangular; similarly, the @code{SYM} field can be set to @code{true} to \
indicate that the matrix is symmetric.\n\ indicate that the matrix is symmetric.\n\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment