泻药
C++ : Math library that solve system of equations using back substitution algorithm
If I have this: A * f = g; A: upper triangular matrix (n x n) f: (n x 1) g: (n x 1) Need to solve for f using back substitution algorithm. I would say that it not really that开发者_开发知识库 hard[详细]
2022-12-24 04:35 分类:问答