kornia-linalg 0.1.10

Linear algebra operations for kornia
Documentation
1
2
3
4
5
6
7
#![deny(missing_docs)]
#![doc = env!("CARGO_PKG_DESCRIPTION")]

/// Module for rigid body transformations
pub mod rigid;
/// Module to calculate SVD of a 3x3 matrix
pub mod svd;