Home
last modified time | relevance | path

Searched defs:Matrix6 (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/base/
H A Dalias.rs41 pub type Matrix6<N> = MatrixN<N, U6>; typedef
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/base/
H A Dalias.rs41 pub type Matrix6<N> = MatrixN<N, U6>; typedef
/dports/math/g2o/g2o-20201223_git/g2o/types/slam3d_addons/
H A Dline3d.h38 typedef Eigen::Matrix<number_t, 6, 6> Matrix6; typedef
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/games/ultra/
H A Dmatrix.py223 class Matrix6(Matrix3): class
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/impl/
H A Dtransformation_estimation_symmetric_point_to_plane_lls.hpp156 using Matrix6 = Eigen::Matrix<Scalar, 6, 6>; in estimateRigidTransformation() typedef
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/base/
H A Dalias.rs138 pub type Matrix6<T> = Matrix<T, U6, U6, ArrayStorage<T, 6, 6>>; typedef
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/
H A Dmessages.py454 Matrix6 = 2 variable in WordRequestType