Skip to content

Commit 477c0ea

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent 1b4bf6c commit 477c0ea

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/lapack/base/dlarf1f

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/lapack/base/dlarf1f/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ limitations under the License.
2020

2121
# dlarf1f
2222

23+
> Apply a real elementary reflector `H = I - tau * v * v ^ T` to a real M by N matrix `C`.
24+
2325
<section class="intro">
2426

2527
In linear algebra, a `Householder transformation` (or an `elementary reflector`) is a linear transformation that describes a reflection about a plane or a hyperplane containing the origin.
@@ -28,8 +30,6 @@ In linear algebra, a `Householder transformation` (or an `elementary reflector`)
2830

2931
<!-- /.intro -->
3032

31-
> Apply a real elementary reflector `H = I - tau * v * v ^ T` to a real M by N matrix `C`.
32-
3333
<section class="usage">
3434

3535
## Usage

0 commit comments

Comments
 (0)