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

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

ABI-stable borrowed column-major matrix storage descriptor.

Definition at line 123 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 rows { 0 }
 Matrix row count.
std::int64_t columns { 0 }
 Matrix column count.
std::int64_t outerStride { 0 }
 Scalar stride between successive columns.

Member Data Documentation

◆ columns

template<typename realT>
std::int64_t mx::math::svdDeletionConstMatrixViewV2< realT >::columns { 0 }

Matrix column count.

Definition at line 129 of file svdDowndate.hpp.

Referenced by mx::math::svdDeletionResult< realT >::rotation().

◆ data

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

First scalar, or null for an empty view.

Definition at line 125 of file svdDowndate.hpp.

Referenced by mx::math::svdDeletionResult< realT >::rotation().

◆ outerStride

template<typename realT>
std::int64_t mx::math::svdDeletionConstMatrixViewV2< realT >::outerStride { 0 }

Scalar stride between successive columns.

Definition at line 131 of file svdDowndate.hpp.

Referenced by mx::math::svdDeletionResult< realT >::rotation().

◆ rows

template<typename realT>
std::int64_t mx::math::svdDeletionConstMatrixViewV2< realT >::rows { 0 }

Matrix row count.

Definition at line 127 of file svdDowndate.hpp.

Referenced by mx::math::svdDeletionResult< realT >::rotation().


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