philsupertramp/game-math
|
Go to the source code of this file.
Functions | |
Matrix< double > | forwardSub (const Matrix< double > &L, const Matrix< double > &b) |
Regular forward substitution. Calculates result given lower left triangular matrix $$ b=L\cdot c \Rightarrow L^{-1}\cdot b = c $$
Requires:
Forward-substitution
L | Coefficient Matrix |
b | resulting vector |