|
|
template<typename _Scalar , size_t I, size_t J, size_t K> |
| MatrixMN< _Scalar, I, K > | ast::operator* (const MatrixMN< _Scalar, I, J > &left, const MatrixMN< _Scalar, J, K > &right) |
| |
|
template<typename _Scalar , size_t I, size_t J> |
| VectorN< _Scalar, I > | ast::operator* (const MatrixMN< _Scalar, I, J > &left, const VectorN< _Scalar, J > &right) |
| |
|
template<typename _Scalar , size_t I, size_t J> |
| VectorN< _Scalar, J > | ast::operator* (const VectorN< _Scalar, I > &left, const MatrixMN< _Scalar, I, J > &right) |
| |
|
template<typename T > |
| A_CONSTEXPR_CXX14 const T & | ast::clamp (const T &val, const T &low, const T &high) |
| |
|
void | ast::LowerMatrix< _Scalar >::resize (size_t rowcol) |
| |
|
| ast::LowerMatrix< _Scalar >::LowerMatrix (const LowerMatrix &other) |
| |
|
LowerMatrix & | ast::LowerMatrix< _Scalar >::operator= (const LowerMatrix &other) |
| |
|
| ast::LowerMatrix< _Scalar >::LowerMatrix (LowerMatrix &&other) noexcept |
| |
|
LowerMatrix & | ast::LowerMatrix< _Scalar >::operator= (LowerMatrix &&other) noexcept |
| |
|
void | ast::LowerMatrix< _Scalar >::setZero () noexcept |
| |
|
| ast::Matrix< _Scalar >::Matrix (const Matrix &other) |
| |
|
Matrix & | ast::Matrix< _Scalar >::operator= (const Matrix &other) |
| |
|
| ast::Matrix< _Scalar >::Matrix (Matrix &&other) |
| |
|
Matrix & | ast::Matrix< _Scalar >::operator= (Matrix &&other) |
| |
|
void | ast::Matrix< _Scalar >::resize (size_t row, size_t col) |
| |
|
void | ast::Matrix< _Scalar >::setZero () |
| |
|
Self | ast::MatrixMN< _Scalar, 3, 3 >::transpose () const |
| |
|
void | ast::MatrixMN< _Scalar, 3, 3 >::transposeInPlace () |
| |
|
Self & | ast::MatrixMN< _Scalar, 3, 3 >::operator*= (const Self &other) |
| |
|
| ast::VectorX< _Scalar >::VectorX () |
| |
|
| ast::VectorX< _Scalar >::VectorX (size_t size) |
| |
|
void | ast::VectorX< _Scalar >::resize (size_t size) |
| |
|
void | ast::VectorX< _Scalar >::setZero () |
| |