mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::math::svdDeletionConstVectorViewV2< realT > Struct Template Reference

template<typename realT>
struct mx::math::svdDeletionConstVectorViewV2< realT >

ABI-stable borrowed contiguous-vector storage descriptor.

Definition at line 114 of file svdDowndate.hpp.

#include <math/svdDowndate.hpp>

Public Attributes

const realT * data { nullptr }
 First scalar, or null for an empty view.
std::int64_t size { 0 }
 Number of contiguous scalars.

Member Data Documentation

◆ data

template<typename realT>
const realT* mx::math::svdDeletionConstVectorViewV2< realT >::data { nullptr }

First scalar, or null for an empty view.

Definition at line 116 of file svdDowndate.hpp.

Referenced by mx::math::svdDeletionResult< realT >::singularValues(), and mx::math::svdDeletionResult< realT >::squaredSingularValues().

◆ size

template<typename realT>
std::int64_t mx::math::svdDeletionConstVectorViewV2< realT >::size { 0 }

The documentation for this struct was generated from the following file: