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

Public 成员函数

 Matrix (const Matrix &other)
 
 Matrix (Matrix &&other)
 
Matrixoperator= (const Matrix &other)
 
Matrixoperator= (Matrix &&other)
 
void resize (size_t row, size_t col)
 
void setZero ()
 
size_t size () const
 
size_t row () const
 
size_t col () const
 
_Scalar * data () const
 
_Scalar & operator() (size_t row, size_t col)
 
_Scalar operator() (size_t row, size_t col) const
 

Protected 属性

size_t m_row
 
size_t m_col
 
_Scalar * m_data
 

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