Back to Linear Algebra (Eigen)
eigen.dense.sub
Subtract two matrices: C = A - B
Syntax
eigen.dense.sub(A, B)
Description
Subtract two matrices: C = A - B
Parameters
| Name | Description |
|---|---|
| A | - First matrix |
| B | - Second matrix (must have same dimensions as A) |
Returns
MatrixHandle