Expand description
This crate implements the matrix 1-norm estimator by Higham and Tisseur.
Structs§
Functions§
- normest1
- Estimates the 1-norm of matrix
a
. - normest1_
pow - Estimates the 1-norm of a matrix
a
to the powerm
,a^m
. - normest1_
prod - Estimates the 1-norm of a product of matrices
a1
,a2
, …,an
passed in as a slice of references.