Template Struct LdltView
Defined in File views.hpp
Struct Documentation
-
template<typename T>
struct LdltView Public Functions
-
inline explicit LdltView(MatrixView<T, colmajor> ld) noexcept
-
inline VEG_INLINE auto l() const noexcept -> MatrixView<T, colmajor>
-
inline VEG_INLINE auto d() const noexcept -> StridedVectorView<T>
-
inline explicit LdltView(MatrixView<T, colmajor> ld) noexcept