Resize the fisher Matrix from a vector to a matrix.
resizeFisherMatrix(nbOfDimensions, fisherMatrix)# S4 method for ANY
resizeFisherMatrix(nbOfDimensions, fisherMatrix)
The Fisher matrix of size nbOfDimensions*nbOfDimensions
: a numeric for the dimensions of the fisher matrix.
: a vector that contain the low triangular Fisher matrix + its main diagonal.