Module ndarray_linalg::lapack_traits
[−]
[src]
Define traits wrapping LAPACK routines
Reexports
pub use self::cholesky::*; |
pub use self::eigh::*; |
pub use self::opnorm::*; |
pub use self::qr::*; |
pub use self::solve::*; |
pub use self::solveh::*; |
pub use self::svd::*; |
pub use self::triangular::*; |
Modules
| cholesky |
Cholesky decomposition |
| eigh |
Eigenvalue decomposition for Hermite matrices |
| opnorm |
Operator norms of matrices |
| qr |
QR decomposition |
| solve |
Solve linear problem using LU decomposition |
| solveh |
Solve symmetric linear problem using the Bunch-Kaufman diagonal pivoting method. |
| svd |
Singular-value decomposition |
| triangular |
Implement linear solver and inverse matrix |
Enums
| Transpose | |
| UPLO |
Upper/Lower specification for seveal usages |
Traits
| LapackScalar |
Functions
| into_result |
Type Definitions
| Pivot |