|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
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. | |
| 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().
| 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().
| 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().
| 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().