Skip to content

Commit 9cfe4fb

Browse files
committed
Rename lapack_traits -> lapack
1 parent be2c794 commit 9cfe4fb

18 files changed

+10
-10
lines changed

src/cholesky.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use crate::layout::*;
5252
use crate::triangular::IntoTriangular;
5353
use crate::types::*;
5454

55-
pub use crate::lapack_traits::UPLO;
55+
pub use crate::lapack::UPLO;
5656

5757
/// Cholesky decomposition of Hermitian (or real symmetric) positive definite matrix
5858
pub struct CholeskyFactorized<S: Data> {

src/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use ndarray::*;
44

55
use super::error::*;
6-
use super::lapack_traits::UPLO;
6+
use super::lapack::UPLO;
77
use super::layout::*;
88
use super::types::*;
99

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)