Back to Linear Algebra (Eigen)
eigen.dense.norm1
Compute the 1-norm (maximum absolute column sum).
Syntax
eigen.dense.norm1(A)
Description
Compute the 1-norm (maximum absolute column sum).
Parameters
| Name | Description |
|---|---|
| A | - Matrix |
Returns
number