one_norm is not a public function

This commit is contained in:
Fredrik Jansson 2020-04-02 09:39:50 +02:00
parent 2696ffd7a1
commit e156561677
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ where
q.lu().solve(&p).unwrap()
}
pub fn one_norm<N, R>(m: &MatrixN<N, R>) -> N
fn one_norm<N, R>(m: &MatrixN<N, R>) -> N
where
N: RealField,
R: DimName,