|
RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
|
Linear algebra operations. More...
Modules | |
| BASIC_OPERATIONS | |
| Matrix basic operations. | |
| MATRIX_DECOMPOSITIONS | |
| Matrix decomposition algorithms. | |
| PSEUDO_INVERSE | |
| Algorithms to calculate the pseudo-inverse of a matrix. | |
| SOLVE_LINEAR_EQUATIONS | |
| Enables to solve systems of linear equations Ax = b for x. | |
| UTILITIES | |
| Utilities for linear algebra. | |
Linear algebra operations.
The linear algebra module contains functions that are specific to vector and matrix operations, and other algebraic operations. This module is composed of five submodules: basic_operation, matrix_decompositions, pseudo_inverse, solve_linear_equations, and utilities submodules.