CTL  0.6.1
Computed Tomography Library
CTL::mat::Matrix< Rows, Cols > Member List

This is the complete list of members for CTL::mat::Matrix< Rows, Cols >, including all inherited members.

at(uint row, uint column) noexcept(false)CTL::mat::MatrixBase< Rows, Cols >
at(uint row, uint column) const noexcept(false)CTL::mat::MatrixBase< Rows, Cols >
at(uint n)CTL::mat::MatrixBase< Rows, Cols >
at(uint n) constCTL::mat::MatrixBase< Rows, Cols >
begin()CTL::mat::MatrixBase< Rows, Cols >
begin() constCTL::mat::MatrixBase< Rows, Cols >
column() constCTL::mat::Matrix< Rows, Cols >
constBegin() constCTL::mat::MatrixBase< Rows, Cols >
constData() constCTL::mat::MatrixBase< Rows, Cols >
constEnd() constCTL::mat::MatrixBase< Rows, Cols >
data()CTL::mat::MatrixBase< Rows, Cols >
data() constCTL::mat::MatrixBase< Rows, Cols >
diag(const Matrix< N, 1 > &diagElements)CTL::mat::Matrix< Rows, Cols >related
diag(const Matrix< details::minDim(Rows, Cols), 1 > &diagElements)CTL::mat::Matrix< Rows, Cols >related
diag(const Matrix< Rows, Cols > &m) -> Matrix< details::minDim(Rows, Cols), 1 >CTL::mat::Matrix< Rows, Cols >related
dot(const Matrix< N, 1 > &vector1, const Matrix< N, 1 > &vector2)CTL::mat::Matrix< Rows, Cols >related
dot(const Matrix< 1, N > &vector1, const Matrix< 1, N > &vector2)CTL::mat::Matrix< Rows, Cols >related
dot(const Matrix< N, 1 > &vector1, const Matrix< 1, N > &vector2)CTL::mat::Matrix< Rows, Cols >related
dot(const Matrix< 1, N > &vector1, const Matrix< N, 1 > &vector2)CTL::mat::Matrix< Rows, Cols >related
end()CTL::mat::MatrixBase< Rows, Cols >
end() constCTL::mat::MatrixBase< Rows, Cols >
eye()CTL::mat::Matrix< Rows, Cols >related
eye()CTL::mat::Matrix< Rows, Cols >related
fill(double fillValue)CTL::mat::Matrix< Rows, Cols >
fromContainer(const Container &vector, size_t NthMat, bool *ok=nullptr)CTL::mat::Matrix< Rows, Cols >static
get() noexceptCTL::mat::MatrixBase< Rows, Cols >
get() const noexceptCTL::mat::MatrixBase< Rows, Cols >
get() noexceptCTL::mat::MatrixBase< Rows, Cols >
get() const noexceptCTL::mat::MatrixBase< Rows, Cols >
horzcat(const Matrix< Rows, Cols1 > &m1, const Matrix< Rows, Cols2 > &m2)CTL::mat::Matrix< Rows, Cols >related
info(const char *lineModifier="") constCTL::mat::MatrixBase< Rows, Cols >
Matrix()=default (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
Matrix(double fillValue)CTL::mat::Matrix< Rows, Cols >explicit
Matrix(const double(&initArray)[Rows *Cols])CTL::mat::Matrix< Rows, Cols >inlineexplicit
Matrix(double firstElement, Doubles... matrixElements)CTL::mat::Matrix< Rows, Cols >inline
MatrixBase()=default (defined in CTL::mat::MatrixBase< Rows, Cols >)CTL::mat::MatrixBase< Rows, Cols >
MatrixBase(double fillValue)CTL::mat::MatrixBase< Rows, Cols >inlineexplicit
MatrixBase(const double(&initArray)[Rows *Cols])CTL::mat::MatrixBase< Rows, Cols >inlineexplicit
MatrixBase(double firstElement, Doubles... matrixElements)CTL::mat::MatrixBase< Rows, Cols >inline
norm() constCTL::mat::MatrixBase< Rows, Cols >
normalize()CTL::mat::Matrix< Rows, Cols >
normalized() constCTL::mat::Matrix< Rows, Cols >
operator *(double scalar) const (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
operator *(const Matrix< Cols, Cols2 > &rhs) constCTL::mat::Matrix< Rows, Cols >
operator *(double scalar, const Matrix< Rows, Cols > &rhs)CTL::mat::Matrix< Rows, Cols >related
operator *=(double scalar) (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
operator!=(const MatrixBase< Rows, Cols > &rhs) constCTL::mat::MatrixBase< Rows, Cols >
operator%(const Matrix< Rows, Cols > &rhs) constCTL::mat::Matrix< Rows, Cols >
operator%=(const Matrix< Rows, Cols > &rhs)CTL::mat::Matrix< Rows, Cols >
operator()(uint row, uint column)CTL::mat::MatrixBase< Rows, Cols >
operator()(uint row, uint column) constCTL::mat::MatrixBase< Rows, Cols >
operator()(uint n)CTL::mat::MatrixBase< Rows, Cols >
operator()(uint n) constCTL::mat::MatrixBase< Rows, Cols >
operator+(const Matrix< Rows, Cols > &rhs) const (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
operator+=(const Matrix< Rows, Cols > &rhs) (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
operator-() const (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
operator-(const Matrix< Rows, Cols > &rhs) const (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
operator-=(const Matrix< Rows, Cols > &rhs) (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
operator/(double scalar) const (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
operator/=(double scalar) (defined in CTL::mat::Matrix< Rows, Cols >)CTL::mat::Matrix< Rows, Cols >
operator==(const MatrixBase< Rows, Cols > &rhs) constCTL::mat::MatrixBase< Rows, Cols >
operator[](uint row)CTL::mat::MatrixBase< Rows, Cols >
operator[](uint row) constCTL::mat::MatrixBase< Rows, Cols >
operator|(const Matrix< Rows, Cols > &rhs) constCTL::mat::Matrix< Rows, Cols >
operator|=(const Matrix< Rows, Cols > &rhs)CTL::mat::Matrix< Rows, Cols >
reshaped() constCTL::mat::Matrix< Rows, Cols >
reshapedAsVector() constCTL::mat::Matrix< Rows, Cols >
row() constCTL::mat::Matrix< Rows, Cols >
SEPARATOR_CHARACTER_FOR_INFO_STRINGCTL::mat::MatrixBase< Rows, Cols >static
size() constCTL::mat::MatrixBase< Rows, Cols >
subMat() const -> Matrix< details::rangeDim(fromRow, toRow), details::rangeDim(fromCol, toCol)>CTL::mat::Matrix< Rows, Cols >
subMat() const -> Matrix< details::vecRangeDim< Rows >(from, to), details::vecRangeDim< Cols >(from, to)>CTL::mat::Matrix< Rows, Cols >
trace() constCTL::mat::Matrix< Rows, Cols >
transposed() constCTL::mat::Matrix< Rows, Cols >
vertcat(const Matrix< Rows1, Cols > &m1, const Matrix< Rows2, Cols > &m2)CTL::mat::Matrix< Rows, Cols >related