[−][src]Trait ndarray_linalg::opnorm::OperationNorm
Operator norm using *lange
LAPACK routines
Associated Types
Required methods
Provided methods
fn opnorm_one(&self) -> Result<Self::Output>
[−]
the one norm of a matrix (maximum column sum)
fn opnorm_inf(&self) -> Result<Self::Output>
[−]
the infinity norm of a matrix (maximum row sum)
fn opnorm_fro(&self) -> Result<Self::Output>
[−]
the Frobenius norm of a matrix (square root of sum of squares)
Implementations on Foreign Types
impl<A, S> OperationNorm for ArrayBase<S, Ix2> where
A: Scalar + Lapack,
S: Data<Elem = A>,
[src][−]
A: Scalar + Lapack,
S: Data<Elem = A>,