View source: R/operator_algebra.R
| compose | R Documentation |
Compose two operators.
compose(A, B, name = NULL)
A |
Left operator-like object. |
B |
Right operator-like object. |
name |
Optional label for the composed operator. |
An eigencore_operator representing the composition A %*% B.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.