🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::LowerMatrix< _Scalar > 模板类 参考

#include <LowerMatrix.hpp>

Public 成员函数

 LowerMatrix (const LowerMatrix &other)
 
LowerMatrixoperator= (const LowerMatrix &other)
 
 LowerMatrix (LowerMatrix &&other) noexcept
 
LowerMatrixoperator= (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_
 

详细描述

template<typename _Scalar>
class ast::LowerMatrix< _Scalar >

下三角矩阵


该类的文档由以下文件生成: