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

ABI-stable borrowed signed-index storage descriptor.

Definition at line 135 of file svdDowndate.hpp.

#include <math/svdDowndate.hpp>

Public Attributes

const void * data { nullptr }
 First signed index, or null for an empty view.
std::int64_t size { 0 }
 Number of indices.
std::int64_t elementBytes { 0 }
 Width of each signed integer element.

Member Data Documentation

◆ data

const void* mx::math::svdDeletionConstIndexViewV2::data { nullptr }

First signed index, or null for an empty view.

Definition at line 137 of file svdDowndate.hpp.

◆ elementBytes

std::int64_t mx::math::svdDeletionConstIndexViewV2::elementBytes { 0 }

Width of each signed integer element.

Definition at line 141 of file svdDowndate.hpp.

◆ size

std::int64_t mx::math::svdDeletionConstIndexViewV2::size { 0 }

Number of indices.

Definition at line 139 of file svdDowndate.hpp.


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