Zhen Chen

Results 2 issues of Zhen Chen

## Description I think there is a typo in the function boys2rgb https://github.com/fury-gl/fury/blob/master/fury/colormap.py#L118 it is actually should be: z4 = z2 * z2 This can be also seen in the...

type:Bug Fix
v2

In this PR, I've made the following changes: * **Added a Newton solver with line search:** See the `Optimization` folder. - Included a mechanism to switch between a positive definite...