c_physics_engine
A custom physics engine written in C/C++
Loading...
Searching...
No Matches
cpp_physics::Matrix Member List

This is the complete list of members for cpp_physics::Matrix, including all inherited members.

applyFunction(std::function< float(float)> func)cpp_physics::Matrix
Combine(std::vector< Matrix > matrices, bool vertical=false)cpp_physics::Matrixstatic
Get(std::size_t row, std::size_t col) constcpp_physics::Matrix
Identity(std::size_t size)cpp_physics::Matrixstatic
Matrix(std::size_t rows, std::size_t cols=1)cpp_physics::Matrix
memwise_Div(const Matrix &lhs, const Matrix &rhs)cpp_physics::Matrixstatic
memwise_iDiv(const Matrix &other)cpp_physics::Matrix
memwise_iMul(const Matrix &other)cpp_physics::Matrix
memwise_Mul(const Matrix &lhs, const Matrix &rhs)cpp_physics::Matrixstatic
operator!() constcpp_physics::Matrix
operator!=(const Matrix &other)cpp_physics::Matrix
operator*(const Matrix &other) constcpp_physics::Matrix
operator*(float scalar) constcpp_physics::Matrix
operator*=(const Matrix &other)cpp_physics::Matrix
operator*=(float scalar)cpp_physics::Matrix
operator+(const Matrix &other) constcpp_physics::Matrix
operator+=(const Matrix &other)cpp_physics::Matrix
operator-(const Matrix &other) constcpp_physics::Matrix
operator-() constcpp_physics::Matrix
operator-=(const Matrix &other)cpp_physics::Matrix
operator/(float scalar) constcpp_physics::Matrix
operator/=(float scalar)cpp_physics::Matrix
operator=(const Matrix &other)cpp_physics::Matrix
operator==(const Matrix &other)cpp_physics::Matrix
operator[](std::size_t row, std::size_t col)cpp_physics::Matrix
Shape() constcpp_physics::Matrix
Submatrix(std::size_t rows, std::size_t cols, std::size_t row_start, std::size_t col_start) constcpp_physics::Matrix
Sum() constcpp_physics::Matrix