c_physics_engine
A custom physics engine written in C/C++
Loading...
Searching...
No Matches
cpp_physics
Matrix
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::Matrix
static
Get
(std::size_t row, std::size_t col) const
cpp_physics::Matrix
Identity
(std::size_t size)
cpp_physics::Matrix
static
Matrix
(std::size_t rows, std::size_t cols=1)
cpp_physics::Matrix
memwise_Div
(const Matrix &lhs, const Matrix &rhs)
cpp_physics::Matrix
static
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::Matrix
static
operator!
() const
cpp_physics::Matrix
operator!=
(const Matrix &other)
cpp_physics::Matrix
operator*
(const Matrix &other) const
cpp_physics::Matrix
operator*
(float scalar) const
cpp_physics::Matrix
operator*=
(const Matrix &other)
cpp_physics::Matrix
operator*=
(float scalar)
cpp_physics::Matrix
operator+
(const Matrix &other) const
cpp_physics::Matrix
operator+=
(const Matrix &other)
cpp_physics::Matrix
operator-
(const Matrix &other) const
cpp_physics::Matrix
operator-
() const
cpp_physics::Matrix
operator-=
(const Matrix &other)
cpp_physics::Matrix
operator/
(float scalar) const
cpp_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
() const
cpp_physics::Matrix
Submatrix
(std::size_t rows, std::size_t cols, std::size_t row_start, std::size_t col_start) const
cpp_physics::Matrix
Sum
() const
cpp_physics::Matrix
Generated by
1.12.0