|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <LowerMatrix.hpp>
Public 成员函数 | |
| LowerMatrix (const LowerMatrix &other) | |
| LowerMatrix & | operator= (const LowerMatrix &other) |
| LowerMatrix (LowerMatrix &&other) noexcept | |
| LowerMatrix & | operator= (LowerMatrix &&other) noexcept |
| void | resize (size_t rowcol) |
| size_t | row () const |
| size_t | col () const |
| _Scalar | operator() (size_t row, size_t col) const noexcept |
| _Scalar & | operator() (size_t row, size_t col) noexcept |
| void | setZero () noexcept |
静态 Protected 成员函数 | |
| static constexpr size_t | index (size_t row, size_t col) noexcept |
| static constexpr size_t | capacity (size_t nrowcol) noexcept |
Protected 属性 | |
| size_t | rowcol_ |
| _Scalar * | data_ |
下三角矩阵