pub fn norm<T>(input: &Array<T>, ntype: NormType, p: f64, q: f64) -> f64 where
T: HasAfEnum + FloatingPoint,
Find the norm of a matrix
input
is the input matrixntype
is specifies the required norm type using enum NormTypep
specifies the value of P when ntype
is one of VECTOR_P, MATRIX_L_PQ. It is ignored for other values of ntype
q
specifies the value of Q when ntype
is MATRIX_L_PQ. This parameter is ignored if ntype
is anything else.A 64-bit floating point value that contains the norm of input matrix.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4