pub fn zero_hessian<T>(param: &[T]) -> Vec<Vec<T>>where T: Float + FromPrimitive,
Hessian of zero test function.
Always returns a matrix with size N by N, full of 0.0. This is only for performance tests.
N
0.0