IMS2  Pre-Alpha
An Orbiter add-on to allow on-runtime construction of spacecraft from predefined modules
IMS_Matrix< T > Member List

This is the complete list of members for IMS_Matrix< T >, including all inherited members.

augment_right(const IMS_Matrix< T > &rhs) const (defined in IMS_Matrix< T >)IMS_Matrix< T >
cols (defined in IMS_Matrix< T >)IMS_Matrix< T >private
data (defined in IMS_Matrix< T >)IMS_Matrix< T >private
gaussianEliminate() const (defined in IMS_Matrix< T >)IMS_Matrix< T >
IMS_Matrix(unsigned int n, unsigned int m) (defined in IMS_Matrix< T >)IMS_Matrix< T >
IMS_Matrix(unsigned int n, unsigned int m, std::initializer_list< T > init) (defined in IMS_Matrix< T >)IMS_Matrix< T >
makePositive() const (defined in IMS_Matrix< T >)IMS_Matrix< T >
numCols() const (defined in IMS_Matrix< T >)IMS_Matrix< T >
numRows() const (defined in IMS_Matrix< T >)IMS_Matrix< T >
operator!=(const IMS_Matrix< T > &other) const (defined in IMS_Matrix< T >)IMS_Matrix< T >
operator()(unsigned int x, unsigned int y) const (defined in IMS_Matrix< T >)IMS_Matrix< T >
operator()(unsigned int x, unsigned int y) (defined in IMS_Matrix< T >)IMS_Matrix< T >
operator*(const IMS_Matrix< T > &rhs) const (defined in IMS_Matrix< T >)IMS_Matrix< T >
operator*=(const IMS_Matrix< T > &rhs) (defined in IMS_Matrix< T >)IMS_Matrix< T >
operator+=(const IMS_Matrix< T > &rhs) (defined in IMS_Matrix< T >)IMS_Matrix< T >
operator-=(const IMS_Matrix< T > &rhs) (defined in IMS_Matrix< T >)IMS_Matrix< T >
operator=(const IMS_Matrix< T > &rhs) (defined in IMS_Matrix< T >)IMS_Matrix< T >
operator==(const IMS_Matrix< T > &other) const (defined in IMS_Matrix< T >)IMS_Matrix< T >
replacementRowOp(unsigned int firstRow, unsigned int secondRow, T scaleFactor) (defined in IMS_Matrix< T >)IMS_Matrix< T >
rows (defined in IMS_Matrix< T >)IMS_Matrix< T >private
scaleRowOp(unsigned int row, T scaleFactor) (defined in IMS_Matrix< T >)IMS_Matrix< T >
swapRowOp(unsigned int firstRow, unsigned int secondRow) (defined in IMS_Matrix< T >)IMS_Matrix< T >
toString() const (defined in IMS_Matrix< T >)IMS_Matrix< T >
transpose() const (defined in IMS_Matrix< T >)IMS_Matrix< T >