Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/clay/vector_matrix.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3054,7 +3054,7 @@ $\mathbf{C} = \mathbf{A}^T \mathbf{B}^T$

A wide range of element-wise mathematical functions (e.g., `sin`, `cos`, `pow`) are provided, mirroring those in `fastmath.vector`.

`fmap` applies a function to each element of the vector, returning a new vector of the same type.
`fmap` applies a function to each element of the matrix, returning a new matrix of the same type.

::: {.callout-tip title="Defined functions"}
* `sin`, `cos`, `tan`, `asin`, `acos`, `atan`
Expand Down