GaussJordanElimination()
Posted: 2018-04-02T14:04:53-07:00
I use GaussJordanElimination() in matrix.c in my process module col2mat, which finds the colour matrix to make one image look like another.
However, this doesn't compile under v7.0.7-28 because GaussJordanElimination() has been made a private function.
Can it be made public again?
However, this doesn't compile under v7.0.7-28 because GaussJordanElimination() has been made a private function.
Can it be made public again?