openGPMP
Open Source Mathematics Package
|
This is the complete list of members for gpmp::linalg::Mtx, including all inherited members.
std_mtx_add(const T *A, const T *B, T *C, int rows, int cols) | gpmp::linalg::Mtx | inline |
std_mtx_add(const std::vector< T > &A, const std::vector< T > &B, std::vector< T > &C) | gpmp::linalg::Mtx | |
std_mtx_add(const std::vector< std::vector< T >> &A, const std::vector< std::vector< T >> &B, std::vector< std::vector< T >> &C) | gpmp::linalg::Mtx | |
std_mtx_mult(const T *A, const T *B, U *C, int rows_a, int cols_a, int cols_b) | gpmp::linalg::Mtx | inline |
std_mtx_mult(const std::vector< std::vector< T >> &A, const std::vector< std::vector< T >> &B, std::vector< std::vector< T >> &C) | gpmp::linalg::Mtx | |
std_mtx_sub(const T *A, const T *B, T *C, int rows, int cols) | gpmp::linalg::Mtx | inline |
std_mtx_sub(const std::vector< std::vector< T >> &A, const std::vector< std::vector< T >> &B, std::vector< std::vector< T >> &C) | gpmp::linalg::Mtx | |
std_mtx_tpose(const T *A, T *At, int rows, int cols) | gpmp::linalg::Mtx | inline |