mal-math
C++20 mathematics library.
|
Provides the definition of a generic NxN matrix for mathematical operations. More...
Go to the source code of this file.
Classes | |
class | mal_math::mat< a, b, T > |
Definition of matrix with dimensions rows x columns and type T More... | |
Namespaces | |
namespace | mal_math |
Contains mathematical utility functions and classes. | |
Provides the definition of a generic NxN matrix for mathematical operations.
This header file contains the definition of a templated NxN matrix structure, along with the necessary constructors, operators, and utility functions for various mathematical operations. The matrix can be used for linear transformations, matrix multiplication, and other similar operations. The matrix also allows for type flexibility and can be initialized with various data types.
Definition in file matnxn.hpp.