#include <jacobi_rotation.hpp>
|
| template<IsConvertible< T > R1, IsConvertible< T > R2, IsConvertible< T > R3> |
| static constexpr auto | MakeJacobi (R1 const &x, R2 const &y, R3 const &z) |
| |
| template<IsConvertible< T > R1, IsConvertible< T > R2> |
| static constexpr auto | MakeGivens (R1 const &x, R2 const &y) |
| |
◆ ~JacobiRotation()
◆ JacobiRotation() [1/7]
◆ JacobiRotation() [2/7]
◆ JacobiRotation() [3/7]
◆ JacobiRotation() [4/7]
◆ JacobiRotation() [5/7]
template<class X , IsTensorish R = RemoveReference<X>>
requires IsConvertible<typename R::Type,
T> && (R::Dimension == 2)
◆ JacobiRotation() [6/7]
template<class X , IsTensorish R = RemoveReference<X>>
requires IsConvertible<typename R::Type,
T> && (R::Dimension == 1)
◆ JacobiRotation() [7/7]
template<IsConvertible<
T > R>
◆ c() [1/4]
◆ c() [2/4]
◆ c() [3/4]
◆ c() [4/4]
◆ MakeGivens()
template<IsConvertible<
T > R1, IsConvertible<
T > R2>
◆ MakeJacobi()
template<IsConvertible<
T > R1, IsConvertible<
T > R2, IsConvertible<
T > R3>
| static constexpr auto pRC::JacobiRotation< T >::MakeJacobi |
( |
R1 const & | x, |
|
|
R2 const & | y, |
|
|
R3 const & | z ) |
|
inlinestaticconstexpr |
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
template<IsConvertible<
T > R>
◆ s() [1/4]
◆ s() [2/4]
◆ s() [3/4]
◆ s() [4/4]
The documentation for this class was generated from the following file: