Fix typo in math/matrix docs.
Closes PR14721.
This commit is contained in:
parent
34dc76bd05
commit
aa43a958d2
|
@ -550,7 +550,7 @@ returned:
|
||||||
[(matrix-map-cols
|
[(matrix-map-cols
|
||||||
[f ((Matrix A) -> (U #f (Matrix B)))] [M (Matrix A)] [fail (-> F)])
|
[f ((Matrix A) -> (U #f (Matrix B)))] [M (Matrix A)] [fail (-> F)])
|
||||||
(U F (Matrix B))])])]{
|
(U F (Matrix B))])])]{
|
||||||
Like @racket[matrix-map-cols], but maps @racket[f] over columns.
|
Like @racket[matrix-map-rows], but maps @racket[f] over columns.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user